aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to check for explicit auxiliary trustViktor Dukhovni2016-01-291-2/+3
* Correct value of DH_CHECK_PUBKEY_INVALIDMatt Caswell2016-01-291-1/+1
* Correct number of arguments in BIO_get_conn_int_port macroRichard Levitte2016-01-281-1/+1
* Prevent small subgroup attacks on DH/DHEMatt Caswell2016-01-281-0/+1
* Fix typo in md2.hRich Salz2016-01-281-1/+1
* Add CRYPTO_secure_zallocRich Salz2016-01-271-0/+5
* Remove outdated legacy crypto optionsRich Salz2016-01-275-11/+11
* Complete the removal of /* foo.c */ commentsRichard Levitte2016-01-271-1/+0
* Remove /* foo.c */ commentsRich Salz2016-01-2665-65/+0
* Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell2016-01-261-0/+2
* Generate warning textRichard Levitte2016-01-251-1/+1
* Move & split opensslconf.h.inRich Salz2016-01-251-0/+173
* Move pqueue into sslRich Salz2016-01-241-99/+0
* Updated OSSL_DYNAMIC_VERSION/OSSL_DYNAMIC_OLDESTMichaƂ Trojnara2016-01-221-2/+2
* Handle SSL_shutdown while in init more appropriatelyMatt Caswell2016-01-201-0/+2
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-30/+1
* Remove the GOST engineMatt Caswell2016-01-191-3/+0
* API compat for SSLeay_add_ssl_algorithmsViktor Dukhovni2016-01-191-0/+3
* Add TLS PRF method.Dr. Stephen Henson2016-01-193-0/+86
* Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2016-01-181-1/+1
* Fix function declarations.Rich Salz2016-01-172-4/+4
* Add some accessors.Rich Salz2016-01-172-0/+7
* fix no-engine buildDr. Stephen Henson2016-01-161-0/+2
* Add a no-egd option to disable EGD-related codeBenjamin Kaduk2016-01-141-0/+2
* Make SSL_set_debug deprecated in 1.1Rich Salz2016-01-141-0/+1
* RT4232: Extra space in help message.Rich Salz2016-01-141-1/+0
* Prepare for 1.1.0-pre3-devRichard Levitte2016-01-141-3/+3
* Prepare for 1.1.0-pre2 releaseOpenSSL_1_1_0-pre2Richard Levitte2016-01-141-2/+2
* For stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAXViktor Dukhovni2016-01-131-2/+2
* Remove spurious ;Richard Levitte2016-01-131-1/+1
* VMS C doesn't provide intmax_t/uinmax_t, use our ownRichard Levitte2016-01-131-1/+2
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-132-28/+18
* Fix DES_LONG breakageViktor Dukhovni2016-01-132-1/+3
* For stroimax need C99 inttypes.hViktor Dukhovni2016-01-132-17/+9
* Fix missing casts for c++Mathias Berchtold2016-01-131-3/+3
* Maximize time_t when intmax_t is availableViktor Dukhovni2016-01-121-0/+16
* STACK_OF(SSL_COMP) is a public typeViktor Dukhovni2016-01-121-0/+2
* fix jpaketest and correct commentDr. Stephen Henson2016-01-121-1/+1
* Remove unused internal macrosRichard Levitte2016-01-121-19/+0
* make updateRichard Levitte2016-01-121-3/+2
* Add back deprecated functions in macro formRichard Levitte2016-01-121-0/+7
* EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any moreRichard Levitte2016-01-121-1/+0
* Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte2016-01-121-28/+47
* Remove EVP_CIPHER_CTX_flags, it's only confusingRichard Levitte2016-01-121-2/+1
* Add accessors and writers for EVP_CIPHER_CTXRichard Levitte2016-01-121-0/+9
* Make EVP_CIPHER_CTX opaque and renew the creator / destructor functionsRichard Levitte2016-01-121-21/+3
* Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson2016-01-113-19/+19
* Remove mkstack.pl: it is no longer needed.Dr. Stephen Henson2016-01-111-23/+0
* Add lh_doall_arg inliningDr. Stephen Henson2016-01-112-24/+16
* Add lh_doall inliningDr. Stephen Henson2016-01-112-22/+5