aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY6-0/+13
2018-04-26PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte1-1/+2
2018-04-24Add missing malloc-return-null instanceRich Salz1-0/+1
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY2-0/+12
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger1-1/+2
2018-04-20openssl/err.h: remove duplicate OSSL_STOREerr()Dr. Matthias St. Pierre1-1/+0
2018-04-20openssl/ssl.h: restore some renamed public SSL_CTRL definesDr. Matthias St. Pierre1-12/+17
2018-04-18Style: ssl.hFdaSilvaYY1-149/+157
2018-04-17Prepare for 1.1.1-pre6-devRichard Levitte1-2/+2
2018-04-17Prepare for 1.1.1-pre5 releaseOpenSSL_1_1_1-pre5Richard Levitte1-1/+1
2018-04-16Revert "Add OPENSSL_VERSION_AT_LEAST"Dr. Matthias St. Pierre1-5/+0
2018-04-13make updateRichard Levitte1-0/+3
2018-04-06Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSAMatt Caswell1-0/+2
2018-04-05Set error code if alloc returns NULLRich Salz2-1/+7
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell1-0/+1
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell2-0/+25
2018-04-03VMS: stricter acquisition of entropy for the poolRichard Levitte1-0/+2
2018-04-03Set error code on alloc failuresRich Salz17-0/+58
2018-04-03Use gnu_printf format attribute to minimise MinGW warningsBernd Edlinger1-8/+14
2018-04-03Prepare for 1.1.1-pre5-devMatt Caswell1-2/+2
2018-04-03Prepare for 1.1.1-pre4 releaseOpenSSL_1_1_1-pre4Matt Caswell1-1/+1
2018-03-30Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre1-6/+6
2018-03-29EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY2-0/+5
2018-03-27Limit ASN.1 constructed types recursive definition depthMatt Caswell1-0/+1
2018-03-26Remove QNX supportRich Salz1-4/+0
2018-03-22include/openssl/rand.h: omit intermediate typedef.Andy Polyakov1-2/+0
2018-03-22openssl/rand.h: fix formatting.Andy Polyakov1-1/+0
2018-03-21Convert _meth_get_ functions to const gettersJack Bates5-30/+30
2018-03-20Prepare for 1.1.1-pre4-devMatt Caswell1-2/+2
2018-03-20Prepare for 1.1.1-pre3 releaseOpenSSL_1_1_1-pre3Matt Caswell1-1/+1
2018-03-20Update copyright yearMatt Caswell3-3/+3
2018-03-19Fix no-sm3 (and no-sm2)Todd Short1-0/+8
2018-03-19Fix no-sm2Matt Caswell1-2/+6
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx1-2/+0
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd1-0/+4
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd5-15/+188
2018-03-17Return error when trying to use prediction resistanceKurt Roeckx1-0/+1
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx1-2/+4
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre2-3/+10
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre2-36/+15
2018-03-15Fix no-chacha and no-poly1305Matt Caswell1-3/+8
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2-8/+8
2018-03-15Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell1-0/+10
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell2-0/+4
2018-03-15Add support for setting raw private HMAC keysMatt Caswell1-2/+4
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell2-0/+6
2018-03-15Missings OIDs for XTS added.Pauli1-8/+19
2018-03-14Fix an error number clashMatt Caswell1-1/+1
2018-03-14Put the default set of TLSv1.3 ciphersuites in a header fileMatt Caswell1-0/+5
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell3-12/+3