aboutsummaryrefslogtreecommitdiff
path: root/crypto/err
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz1-0/+6
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY1-0/+13
2018-04-24Add missing malloc-return-null instanceRich Salz1-0/+1
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY1-0/+12
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger1-5/+44
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 Salz1-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 Caswell1-0/+5
2018-04-04Prevent a possible recursion in ERR_get_state and fix the problem thatBernd Edlinger1-10/+8
2018-04-03VMS: stricter acquisition of entropy for the poolRichard Levitte1-0/+2
2018-04-03Set error code on alloc failuresRich Salz2-4/+65
2018-03-29EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY1-0/+5
2018-03-27Allow NULL for some _free routines.Rich Salz1-14/+15
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell1-3/+0
2018-03-27Limit ASN.1 constructed types recursive definition depthMatt Caswell1-0/+1
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd3-0/+67
2018-03-17Return error when trying to use prediction resistanceKurt Roeckx1-0/+2
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre1-0/+2
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre1-5/+5
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell1-2/+2
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell1-0/+2
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell1-0/+2
2018-03-14Fix an error number clashMatt Caswell1-1/+1
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell1-0/+1
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short1-0/+4
2018-03-09Give more information in the SSL_stateless return codeMatt Caswell1-0/+1
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni1-0/+1
2018-03-06Check the parent DRBG's strengthKurt Roeckx1-0/+2
2018-03-05Add support for .include directive in config filesTomas Mraz1-0/+3
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell1-0/+3
2018-02-23STORE 'file' scheme loader: Add search capibilityRichard Levitte1-0/+4
2018-02-23STORE: Add the possibility to search for specific informationRichard Levitte1-0/+10
2018-02-23STORE: Add the possibility to specify an expected info typeRichard Levitte1-0/+2
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes1-0/+1
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre1-1/+1
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre1-0/+3
2018-02-13Update copyright yearMatt Caswell2-2/+2
2018-02-10Copy name string in BIO_meth_newRich Salz1-0/+1
2018-02-09In err_all.c, include the *err.h headers.Nick Mathewson1-26/+27
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short1-1/+16
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk1-1/+1
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk1-1/+2
2018-01-24Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper1-1/+2
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell1-0/+2
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte1-3/+3
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov1-0/+1
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre1-0/+2