summaryrefslogtreecommitdiffstats
path: root/crypto/err (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-193-0/+67
* Return error when trying to use prediction resistanceKurt Roeckx2018-03-171-0/+2
* RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre2018-03-161-0/+2
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-5/+5
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-151-2/+2
* Add the function EVP_PKEY_new_CMAC_key()Matt Caswell2018-03-151-0/+2
* Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell2018-03-151-0/+2
* Fix an error number clashMatt Caswell2018-03-141-1/+1
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-0/+1
* Add SSL/SSL_CTX_use_cert_and_key()Todd Short2018-03-091-0/+4
* Give more information in the SSL_stateless return codeMatt Caswell2018-03-091-0/+1
* Prepare to detect index changes in OCSP responder.Viktor Dukhovni2018-03-071-0/+1
* Check the parent DRBG's strengthKurt Roeckx2018-03-061-0/+2
* Add support for .include directive in config filesTomas Mraz2018-03-051-0/+3
* Integrate X448 and Ed448 into libcryptoMatt Caswell2018-03-021-0/+3
* STORE 'file' scheme loader: Add search capibilityRichard Levitte2018-02-231-0/+4
* STORE: Add the possibility to search for specific informationRichard Levitte2018-02-231-0/+10
* STORE: Add the possibility to specify an expected info typeRichard Levitte2018-02-231-0/+2
* Add BIO_bind function to bind local address for a socket.John Hughes2018-02-191-0/+1
* DRBG: make locking api truly privateDr. Matthias St. Pierre2018-02-151-1/+1
* DRBG: add locking apiDr. Matthias St. Pierre2018-02-131-0/+3
* Update copyright yearMatt Caswell2018-02-132-2/+2
* Copy name string in BIO_meth_newRich Salz2018-02-101-0/+1
* In err_all.c, include the *err.h headers.Nick Mathewson2018-02-091-26/+27
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-1/+16
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-311-1/+1
* Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk2018-01-251-1/+2
* Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper2018-01-241-1/+2
* Add support for sending TLSv1.3 cookiesMatt Caswell2018-01-241-0/+2
* Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte2018-01-231-3/+3
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov2018-01-071-0/+1
* crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre2018-01-041-0/+2
* Fix 'make update'Todd Short2017-12-151-2/+2
* Send supported_versions in an HRRMatt Caswell2017-12-141-0/+1
* Merge HRR into ServerHelloMatt Caswell2017-12-141-0/+1
* Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell2017-12-141-1/+3
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-141-0/+1
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-141-0/+3
* Fix leak in ERR_get_state() when OPENSSL_init_crypto() isn't called yetRichard Levitte2017-12-121-0/+8
* Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell2017-12-081-0/+2
* Address some code-analysis issues.FdaSilvaYY2017-12-081-5/+3
* Consistent formatting for sizeof(foo)Rich Salz2017-12-081-1/+1
* Add some more cleanupsMatt Caswell2017-12-041-0/+2
* Add some sanity checks for the fatal error conditionMatt Caswell2017-12-041-0/+1
* Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell2017-12-041-0/+1
* Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell2017-12-041-0/+1
* Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell2017-12-041-0/+8
* Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell2017-12-041-0/+12
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-0/+47