| Commit message (Expand) | Author | Files | Lines |
2015-02-22 | While slick, this isn't accessing multiple directories concurrently, so | guenther | 1 | -29/+35 |
2015-02-22 | Bump libcrypto and libssl majors, due to various recent churn. | jsing | 4 | -4/+4 |
2015-02-22 | Reluctantly add server-side support for TLS_FALLBACK_SCSV. | jsing | 15 | -25/+159 |
2015-02-22 | There is not much point constructing an SSL_CIPHER, then calling | jsing | 2 | -14/+6 |
2015-02-22 | Remove IMPLEMENT_STACK_OF noops. | jsing | 4 | -8/+4 |
2015-02-22 | Update for recent verify related naming changes. | jsing | 2 | -28/+28 |
2015-02-22 | Bump libtls major due to symbol removal. | jsing | 1 | -3/+2 |
2015-02-22 | Rename tls_config_insecure_noverifyhost() to | jsing | 4 | -21/+20 |
2015-02-22 | Check return values when setting dheparams and ecdhecurve for the default | jsing | 1 | -11/+14 |
2015-02-22 | In the interests of being secure by default, make the default TLS ciphers | jsing | 2 | -2/+17 |
2015-02-21 | explain how tls_accept_socket works. | tedu | 1 | -2/+9 |
2015-02-21 | tls_config_set_protocols is really void. Greg Martin. | tedu | 1 | -3/+3 |
2015-02-21 | fill out docs a bit more, notably the read/write again behaviors. | tedu | 1 | -3/+27 |
2015-02-19 | If BN_rand() or BN_pseudo_rand() are called with a NULL rnd argument, | jsing | 2 | -6/+16 |
2015-02-19 | BN_free() has its own NULL check. | jsing | 1 | -14/+7 |
2015-02-19 | KNF. | jsing | 1 | -766/+834 |
2015-02-18 | fix coverity 105350 and 10345 | beck | 1 | -1/+2 |
2015-02-17 | Memory leak in error path. Coverity CID 78822. | miod | 2 | -16/+18 |
2015-02-16 | Amend documentation for AI_ADDRCONFIG | jca | 1 | -2/+4 |
2015-02-16 | third batch of perlpod(1) to mdoc(7) conversion | schwarze | 25 | -1367/+2121 |
2015-02-16 | Add more error checking and free resources in bytestringtest. | doug | 1 | -26/+47 |
2015-02-15 | Avoid calling BN_CTX_end() on a context that wasn't started. | doug | 2 | -8/+8 |
2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | bentley | 1 | -3/+3 |
2015-02-15 | Regen | miod | 6 | -528/+564 |
2015-02-15 | s/tls_load_keys/tls_load_file/ | jsing | 1 | -2/+2 |
2015-02-15 | Document tls_config_parse_protocols() and update documentation for | jsing | 2 | -5/+27 |
2015-02-15 | Fix various memory leaks by not exiting so abruptly from failed tests. | miod | 1 | -579/+507 |
2015-02-15 | Remove ancient gcc workaround on mips. | miod | 1 | -3/+2 |
2015-02-15 | Memory leak. Coverity CID 78865 | miod | 1 | -2/+3 |
2015-02-15 | Wrong logic; Coverity CID 78894 | miod | 1 | -1/+1 |
2015-02-15 | If we decide to discard the provided seed buffer because its size is not | miod | 2 | -16/+12 |
2015-02-15 | Check ASN1_OCTET_STRING_new() for failure. Coverity CID 78904 | miod | 2 | -12/+16 |
2015-02-15 | In ec_wNAF_mul(), move the declaration of tmp_wNAF higher in scope, so that | miod | 2 | -12/+10 |
2015-02-15 | lsearch and lfind return void * | tedu | 1 | -4/+4 |
2015-02-14 | Support for nc -T on IPv6 addresses. | jca | 1 | -7/+16 |
2015-02-14 | Remove asn1_ex_i2c() prototype, now that this function has been made static; | miod | 2 | -4/+2 |
2015-02-14 | Words read better when they are separated by spaces. | miod | 2 | -2/+2 |
2015-02-14 | 1.18 would introduce a possible out-of-bounds access in the error path; | miod | 2 | -14/+10 |
2015-02-14 | Remove DEBUG_PKCS5V2 code. | miod | 2 | -50/+2 |
2015-02-14 | Unchecked allocations in x509_name_canon(). | miod | 2 | -2/+10 |
2015-02-14 | Memory leak upon error in X509_add1_{trust,reject}_object. | miod | 2 | -14/+46 |
2015-02-14 | Manually expand IMPLEMENT_EXTERN_ASN1 macro (the only occurence in crypto). | jsing | 2 | -6/+20 |
2015-02-14 | Remove IMPLEMENT_COMPAT_ASN1() and related support code. Nothing uses it in | miod | 10 | -282/+14 |
2015-02-14 | Make asn1_ex_i2c() static. ok jsing@ | miod | 2 | -4/+8 |
2015-02-14 | Memory leak in `should not happen' condition; Coverity CID 78889. | miod | 2 | -8/+8 |
2015-02-14 | Memory leak upon error; Coverity CID 78857 | miod | 2 | -2/+8 |
2015-02-14 | Check i2d_name_canon() for failure (negative return). Coverity CID 78888. | miod | 2 | -12/+16 |
2015-02-14 | Possible NULL pointer dereferences. Coverity CID 21719, 21732. | miod | 4 | -6/+14 |
2015-02-14 | Potential NULL dereference in the error path; Coverity CID 21720 | miod | 2 | -4/+4 |
2015-02-14 | Coverity CID 21733 (unchecked allocation), 78823 (leak on error). | miod | 2 | -2/+12 |