summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell
2018-03-15Add support for setting raw private HMAC keysMatt Caswell
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell
2018-03-15Missings OIDs for XTS added.Pauli
2018-03-14Fix an error number clashMatt Caswell
2018-03-14Put the default set of TLSv1.3 ciphersuites in a header fileMatt Caswell
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-14Update version numbers for TLSv1.3 draft-26Matt Caswell
2018-03-13update SRP copyright noticeTim Hudson
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-03-12Add OIDs for DSTU-4145gmile
2018-03-12Session Ticket app dataTodd Short
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short
2018-03-09Give more information in the SSL_stateless return codeMatt Caswell
2018-03-08Duplicate entries ssl_handshake_tbl trace entries...FdaSilvaYY
2018-03-07Add GOST OIDs for Edwards parameter setsSergey Zhuravlev
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni
2018-03-06opensslconf.h.in: Use all the "openssl_api_defines"Richard Levitte
2018-03-06Check the parent DRBG's strengthKurt Roeckx
2018-03-05Add support for .include directive in config filesTomas Mraz
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell
2018-03-02Add pkey types for curve448Matt Caswell
2018-02-28Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx
2018-02-27Prepare for 1.1.1-pre3-devMatt Caswell
2018-02-27Prepare for 1.1.1-pre2 releaseOpenSSL_1_1_1-pre2Matt Caswell
2018-02-27Update copyright yearMatt Caswell
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa
2018-02-23STORE 'file' scheme loader: Add search capibilityRichard Levitte
2018-02-23STORE: Add the possibility to search for specific informationRichard Levitte
2018-02-23STORE: Add the possibility to specify an expected info typeRichard Levitte
2018-02-21Switch the DRBGs from AES-128-CTR to AES-256-CTRKurt Roeckx
2018-02-20Add some new constant time functions needed by curve448Matt Caswell
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes
2018-02-19 Add X509_get0_authority_key_id() functionMassimiliano Pala
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre
2018-02-14OSSL_STORE: Add OSSL_STORE_vctrl()Richard Levitte
2018-02-13Generate copyright year properlyRich Salz
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre
2018-02-13DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre
2018-02-13Prepare for 1.1.1-pre2-devMatt Caswell
2018-02-13Prepare for 1.1.1-pre1 releaseOpenSSL_1_1_1-pre1Matt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-02-13OpenSSL 1.1.1 is now in pre releaseMatt Caswell
2018-02-10Copy name string in BIO_meth_newRich Salz
2018-02-09Improve #include structure of pem{,2}.hNick Mathewson
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson