summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2016-01-30GH102: Add volatile to CRYPTO_memcmpRich Salz
2016-01-30Add function to return internal enoding of X509_NAME.Dr. Stephen Henson
2016-01-29Make it possible to check for explicit auxiliary trustViktor Dukhovni
2016-01-29Correct value of DH_CHECK_PUBKEY_INVALIDMatt Caswell
2016-01-28Correct number of arguments in BIO_get_conn_int_port macroRichard Levitte
2016-01-28Prevent small subgroup attacks on DH/DHEMatt Caswell
2016-01-28Fix typo in md2.hRich Salz
2016-01-27Add CRYPTO_secure_zallocRich Salz
2016-01-27Remove outdated legacy crypto optionsRich Salz
2016-01-27Complete the removal of /* foo.c */ commentsRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-26Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell
2016-01-25Generate warning textRichard Levitte
2016-01-25Move & split opensslconf.h.inRich Salz
2016-01-24Move pqueue into sslRich Salz
2016-01-22Updated OSSL_DYNAMIC_VERSION/OSSL_DYNAMIC_OLDESTMichaƂ Trojnara
2016-01-20Handle SSL_shutdown while in init more appropriatelyMatt Caswell
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-19Remove the GOST engineMatt Caswell
2016-01-19API compat for SSLeay_add_ssl_algorithmsViktor Dukhovni
2016-01-19Add TLS PRF method.Dr. Stephen Henson
2016-01-18Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen
2016-01-17Fix function declarations.Rich Salz
2016-01-17Add some accessors.Rich Salz
2016-01-16fix no-engine buildDr. Stephen Henson
2016-01-14Add a no-egd option to disable EGD-related codeBenjamin Kaduk
2016-01-14Make SSL_set_debug deprecated in 1.1Rich Salz
2016-01-14RT4232: Extra space in help message.Rich Salz
2016-01-14Prepare for 1.1.0-pre3-devRichard Levitte
2016-01-14Prepare for 1.1.0-pre2 releaseOpenSSL_1_1_0-pre2Richard Levitte
2016-01-13For stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAXViktor Dukhovni
2016-01-13Remove spurious ;Richard Levitte
2016-01-13VMS C doesn't provide intmax_t/uinmax_t, use our ownRichard Levitte
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2016-01-13Fix DES_LONG breakageViktor Dukhovni
2016-01-13For stroimax need C99 inttypes.hViktor Dukhovni
2016-01-13Fix missing casts for c++Mathias Berchtold
2016-01-12Maximize time_t when intmax_t is availableViktor Dukhovni
2016-01-12STACK_OF(SSL_COMP) is a public typeViktor Dukhovni
2016-01-12fix jpaketest and correct commentDr. Stephen Henson
2016-01-12Remove unused internal macrosRichard Levitte
2016-01-12make updateRichard Levitte
2016-01-12Add back deprecated functions in macro formRichard Levitte
2016-01-12EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any moreRichard Levitte
2016-01-12Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte
2016-01-12Remove EVP_CIPHER_CTX_flags, it's only confusingRichard Levitte
2016-01-12Add accessors and writers for EVP_CIPHER_CTXRichard Levitte
2016-01-12Make EVP_CIPHER_CTX opaque and renew the creator / destructor functionsRichard Levitte
2016-01-11Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson
2016-01-11Remove mkstack.pl: it is no longer needed.Dr. Stephen Henson