summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
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-13Update copyright yearMatt Caswell
2018-02-10Copy name string in BIO_meth_newRich Salz
2018-02-09In err_all.c, include the *err.h headers.Nick Mathewson
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
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
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell
2017-12-12Fix leak in ERR_get_state() when OPENSSL_init_crypto() isn't called yetRichard Levitte
2017-12-08Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell
2017-12-08Address some code-analysis issues.FdaSilvaYY
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-12-04Add some more cleanupsMatt Caswell
2017-12-04Add some sanity checks for the fatal error conditionMatt Caswell
2017-12-04Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell
2017-12-04Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell
2017-12-04Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell
2017-12-04Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-11-25Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-30make updateRichard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-10-12make updateDr. Stephen Henson
2017-10-12make updateDr. Stephen Henson
2017-10-07Rewrite some codeRich Salz
2017-10-04Session resume broken switching contextsTodd Short
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-09-14Fix function name in ECerr callRich Salz
2017-09-13Support key check in EVP interfacePaul Yang
2017-09-08Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-08-31Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell