summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-06-13Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders
2016-06-13Add some missing return value checksMatt Caswell
2016-06-13Update sslapitest to use the test frameworkMatt Caswell
2016-06-13Update the SSL_set_session() documentationMatt Caswell
2016-06-13Add some session API testsMatt Caswell
2016-06-13Ensure SSL_set_session clears the old session from cache if it is badMatt Caswell
2016-06-13SSL test: only write out server2 when testing SNIEmilia Kasper
2016-06-13Handle inability to create AFALG socketMatt Caswell
2016-06-13Port DTLS version negotiation testsEmilia Kasper
2016-06-13Clean up following new SNI testsEmilia Kasper
2016-06-13RT3809: basicConstraints is criticalRich Salz
2016-06-13bn/bn_add.c: favour counted loops over ifs and breaks.Andy Polyakov
2016-06-13doc/crypto/OPENSSL_ia32cap.pod update.Andy Polyakov
2016-06-12Don't skip leading zeroes in PSK keys.Dr. Stephen Henson
2016-06-12RT2759: Don't read TTY when already at EOF.John Denker
2016-06-12Avoid memory leaks if options repeated.Rich Salz
2016-06-12RT3053: Check for NULL before dereferencingPhillip Hellewell
2016-06-11Ensure that the EVP_MD_meth_new docs properly match the declared functions;TJ Saunders
2016-06-11Avoid creating illegal pointersKurt Roeckx
2016-06-11include stdlib for malloc() and free()Kurt Roeckx
2016-06-11Don't compare a just free()d pointerKurt Roeckx
2016-06-11Specify array sizesKurt Roeckx
2016-06-11Avoid creating an illegal pointer.Kurt Roeckx
2016-06-11Avoid creating an illegal pointerKurt Roeckx
2016-06-10Fix an error path leak in int X509_ATTRIBUTE_set1_data()Matt Caswell
2016-06-10Fix an error path leak in do_ext_nconf()Matt Caswell
2016-06-10Fix seg fault in TS_RESP_verify_response()Matt Caswell
2016-06-10Fix no-dtls* buildsMatt Caswell
2016-06-10Expand SSL_CTX_set_default_verify_paths() documentationMatt Caswell
2016-06-10GH1183: Fix -unix and -connect, etc., overrideRich Salz
2016-06-10Omit corpora from tarball.Ben Laurie
2016-06-10Make corpora binary.Ben Laurie
2016-06-10Add fuzz corpora.Ben Laurie
2016-06-09RT3720 Increment session miss counter properlyLaszlo Kovacs
2016-06-09RT 4242: reject invalid EC point coordinatesEmilia Kasper
2016-06-09Make a2i_ipadd an internal functionRich Salz
2016-06-09More API docs; small changes.Rich Salz
2016-06-09Clean up "generic" intro pod files.Rich Salz
2016-06-09Write X509_dup, PEM_read, etc.Rich Salz
2016-06-09Docs: install generic manpages to man section 7Richard Levitte
2016-06-09hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.Andy Polyakov
2016-06-09Fix session ticket and SNITodd Short
2016-06-08Fixes to get -ansi workingJeffrey Walton
2016-06-08Add some accessor API'sRich Salz
2016-06-08crypto/x509/x509_vpm.c: Simplify int_x509_param_set1()Kurt Cancemi
2016-06-08Always use session_ctx when removing a sessionTodd Short
2016-06-08Fix some typos in pod filesFdaSilvaYY
2016-06-08Ignore tsget.pl and c_rehash.pl, as well as other compiler generated filesRichard Levitte
2016-06-07Add empty record testsMatt Caswell
2016-06-07Reject out of context empty recordsMatt Caswell