summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2018-04-03Set error code on alloc failuresRich Salz
2018-04-03Use gnu_printf format attribute to minimise MinGW warningsBernd Edlinger
2018-04-03Prepare for 1.1.1-pre5-devMatt Caswell
2018-04-03Prepare for 1.1.1-pre4 releaseOpenSSL_1_1_1-pre4Matt Caswell
2018-03-30Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-29EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY
2018-03-27Limit ASN.1 constructed types recursive definition depthMatt Caswell
2018-03-26Remove QNX supportRich Salz
2018-03-22include/openssl/rand.h: omit intermediate typedef.Andy Polyakov
2018-03-22openssl/rand.h: fix formatting.Andy Polyakov
2018-03-21Convert _meth_get_ functions to const gettersJack Bates
2018-03-20Prepare for 1.1.1-pre4-devMatt Caswell
2018-03-20Prepare for 1.1.1-pre3 releaseOpenSSL_1_1_1-pre3Matt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-19Fix no-sm3 (and no-sm2)Todd Short
2018-03-19Fix no-sm2Matt Caswell
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2018-03-17Return error when trying to use prediction resistanceKurt Roeckx
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-15Fix no-chacha and no-poly1305Matt Caswell
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