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