aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid memory leaks if options repeated.Rich Salz2016-06-121-5/+14
* RT3053: Check for NULL before dereferencingPhillip Hellewell2016-06-121-0/+4
* Ensure that the EVP_MD_meth_new docs properly match the declared functions;TJ Saunders2016-06-111-2/+2
* Avoid creating illegal pointersKurt Roeckx2016-06-111-5/+7
* include stdlib for malloc() and free()Kurt Roeckx2016-06-111-0/+1
* Don't compare a just free()d pointerKurt Roeckx2016-06-111-1/+1
* Specify array sizesKurt Roeckx2016-06-115-6/+6
* Avoid creating an illegal pointer.Kurt Roeckx2016-06-111-2/+1
* Avoid creating an illegal pointerKurt Roeckx2016-06-111-2/+2
* Fix an error path leak in int X509_ATTRIBUTE_set1_data()Matt Caswell2016-06-101-3/+9
* Fix an error path leak in do_ext_nconf()Matt Caswell2016-06-101-1/+3
* Fix seg fault in TS_RESP_verify_response()Matt Caswell2016-06-101-8/+15
* Fix no-dtls* buildsMatt Caswell2016-06-101-1/+1
* Expand SSL_CTX_set_default_verify_paths() documentationMatt Caswell2016-06-101-2/+6
* GH1183: Fix -unix and -connect, etc., overrideRich Salz2016-06-101-45/+39
* Omit corpora from tarball.Ben Laurie2016-06-101-1/+2
* Make corpora binary.Ben Laurie2016-06-101-0/+1
* Add fuzz corpora.Ben Laurie2016-06-101464-0/+373
* RT3720 Increment session miss counter properlyLaszlo Kovacs2016-06-091-0/+1
* RT 4242: reject invalid EC point coordinatesEmilia Kasper2016-06-094-20/+116
* Make a2i_ipadd an internal functionRich Salz2016-06-094-2/+3
* More API docs; small changes.Rich Salz2016-06-0911-31/+32
* Clean up "generic" intro pod files.Rich Salz2016-06-0943-964/+133
* Write X509_dup, PEM_read, etc.Rich Salz2016-06-094-11/+435
* Docs: install generic manpages to man section 7Richard Levitte2016-06-093-0/+6
* hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.Andy Polyakov2016-06-091-1/+1
* Fix session ticket and SNITodd Short2016-06-0921-10/+4380
* Fixes to get -ansi workingJeffrey Walton2016-06-084-12/+20
* Add some accessor API'sRich Salz2016-06-0814-6/+120
* crypto/x509/x509_vpm.c: Simplify int_x509_param_set1()Kurt Cancemi2016-06-081-6/+5
* Always use session_ctx when removing a sessionTodd Short2016-06-085-7/+7
* Fix some typos in pod filesFdaSilvaYY2016-06-0811-20/+20
* Ignore tsget.pl and c_rehash.pl, as well as other compiler generated filesRichard Levitte2016-06-081-1/+10
* Add empty record testsMatt Caswell2016-06-071-0/+81
* Reject out of context empty recordsMatt Caswell2016-06-074-13/+29
* Fix pipelining bugMatt Caswell2016-06-071-0/+1
* Add a BN_mod_word test()Matt Caswell2016-06-071-1/+7
* Fix BN_mod_word bugMatt Caswell2016-06-071-0/+22
* Unify d2i/i2d documentation.Rich Salz2016-06-0718-667/+658
* Nit about pod filenamesRich Salz2016-06-072-0/+14
* Fix potential access of null pointer (pp)Rob Percival2016-06-071-2/+2
* Add an SSL get/set testMatt Caswell2016-06-073-1/+115
* Add documentation for the newly added SSL_get_tlsext_status_type()Matt Caswell2016-06-071-6/+30
* Add SSL_CTX_get_tlsext_status_type()Matt Caswell2016-06-072-2/+8
* Return the value of tlsext_status_type in the return not argMatt Caswell2016-06-071-2/+1
* Add SSL_get_tlsext_status_type() methodAlessandro Ghedini2016-06-073-0/+9
* Fix some GitHub issues.Rich Salz2016-06-072-5/+5
* Set flag BN_FLG_CONSTTIME earlierCesar Pereida2016-06-071-3/+2
* Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverseCesar Pereida2016-06-071-13/+8
* Add script to find undocumented APIRich Salz2016-06-072-28/+159