summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Expand)Author
2015-12-04Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx
2015-12-04Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-20Tweak async documentation based on feedbackMatt Caswell
2015-11-20Update CHANGESMatt Caswell
2015-11-17Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-30Remove the old state definesMatt Caswell
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell
2015-10-30Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell
2015-10-30Update CHANGESMatt Caswell
2015-10-26Move crypto/threads to demo/threadsRich Salz
2015-10-15Remove Obsolete enginesMatt Caswell
2015-10-15add CHANGES entry for embedDr. Stephen Henson
2015-10-14Remove EVP_CHECK_DES_KEYEmilia Kasper
2015-09-30Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-17RT3757: base64 encoding bugsEmilia Kasper
2015-09-07Add documentation for the new testing frameworkRichard Levitte
2015-08-27GH367: Fix dsa keygen for too-short seedIsmo Puustinen
2015-08-24RT4015: Add missing date to CHANGESjanpopan
2015-07-31Various doc fixes from GH pull requestsRich Salz
2015-07-30Update CHANGESDr. Stephen Henson
2015-07-27Remove support for SSL3_FLAGS_DELAY_CLIENT_FINISHEDMatt Caswell
2015-07-14Conversion to UTF-8 where neededRichard Levitte
2015-07-09Update CHANGES and NEWS for the new releaseMatt Caswell
2015-07-07Document the nameopt changeRichard Levitte
2015-06-23More secure storage of key material.Rich Salz
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-06-11Update CHANGES and NEWSMatt Caswell
2015-06-10Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper
2015-06-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell
2015-06-04GH293: Typo in CHANGES file.Github User
2015-05-22Remove export static DH ciphersuitesMatt Caswell
2015-05-22Add CHANGES entry for OPENSSL_NO_TLSEXT removalMatt Caswell
2015-05-20Only support >= 256-bit elliptic curves with ecdh_auto (server) or by default...Emilia Kasper
2015-05-16Version negotiation rewrite doc updatesMatt Caswell
2015-05-13Add CHANGES entry for Kerberos removalMatt Caswell
2015-05-03fix various typo'sRich Salz
2015-04-29Add HTTP GET support to OCSP serverRich Salz
2015-04-08Drop CA.sh for CA.plRich Salz
2015-03-25Deprecate RAND_pseudo_bytesMatt Caswell
2015-03-24free NULL cleanupRich Salz
2015-03-19Update CHANGESMatt Caswell
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-03Add CHANGES entry.Dr. Stephen Henson
2015-02-02Remove old DES APIRich Salz
2015-01-31Add changes entry for opaquifying of libssl structuresMatt Caswell
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz
2015-01-23Keep disclaiming 16-bit support.Andy Polyakov