summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-26PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte
2018-04-24Add missing malloc-return-null instanceRich Salz
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-04-20openssl/err.h: remove duplicate OSSL_STOREerr()Dr. Matthias St. Pierre
2018-04-20openssl/ssl.h: restore some renamed public SSL_CTRL definesDr. Matthias St. Pierre
2018-04-18Style: ssl.hFdaSilvaYY
2018-04-17Prepare for 1.1.1-pre6-devRichard Levitte
2018-04-17Prepare for 1.1.1-pre5 releaseOpenSSL_1_1_1-pre5Richard Levitte
2018-04-16Revert "Add OPENSSL_VERSION_AT_LEAST"Dr. Matthias St. Pierre
2018-04-13make updateRichard Levitte
2018-04-06Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSAMatt Caswell
2018-04-05Set error code if alloc returns NULLRich Salz
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell
2018-04-03VMS: stricter acquisition of entropy for the poolRichard Levitte
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