summaryrefslogtreecommitdiffstats
path: root/crypto/err/openssl.txt
AgeCommit message (Expand)Author
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang
2018-05-24Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell
2018-05-02a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
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-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-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-19Add SM2 signature and ECIES schemesJack Lloyd
2018-03-17Return error when trying to use prediction resistanceKurt 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-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell
2018-03-14Fix an error number clashMatt Caswell
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
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-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-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-19Add BIO_bind function to bind local address for a socket.John Hughes
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre
2018-02-10Copy name string in BIO_meth_newRich Salz
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk
2018-01-24Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre
2017-12-14Fix 'make update'Todd Short
2017-12-14Send supported_versions in an HRRMatt Caswell
2017-12-14Merge HRR into ServerHelloMatt Caswell
2017-12-14Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell