summaryrefslogtreecommitdiffstats
path: root/crypto/err (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin2017-11-251-0/+1
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-211-0/+6
* Support public key and param check in EVP interfacePaul Yang2017-11-201-0/+18
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+7
* make updateRichard Levitte2017-10-301-0/+3
* Remove parentheses of return.KaoruToda2017-10-181-9/+9
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-181-0/+13
* make updateDr. Stephen Henson2017-10-121-0/+4
* make updateDr. Stephen Henson2017-10-121-0/+1
* Rewrite some codeRich Salz2017-10-071-35/+19
* Session resume broken switching contextsTodd Short2017-10-041-0/+1
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-282-4/+2
* Fix function name in ECerr callRich Salz2017-09-141-0/+1
* Support key check in EVP interfacePaul Yang2017-09-131-0/+1
* Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte2017-09-081-0/+2
* Add CRYPTO_thread_glock_newRich Salz2017-09-011-1/+1
* Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell2017-08-311-0/+2
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-301-0/+2
* Use "" not <> for internal/ includesRich Salz2017-08-221-4/+4
* err/err.c: improve readability.Andy Polyakov2017-08-181-6/+2
* err/err.c: fix "wraparound" bug in ERR_set_error_data.Andy Polyakov2017-08-181-2/+0
* Add ERR_clear_last_mark()Richard Levitte2017-08-151-0/+23
* Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov2017-08-121-0/+2
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-081-0/+7
* Add RAND_priv_bytes() for private keysRich Salz2017-08-031-0/+1
* Added differentiation between missing secret and missing seedJohannes Bauer2017-08-031-0/+1
* Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer2017-08-031-0/+3
* More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer2017-08-031-0/+2
* Set error when HKDF used without parametersJohannes Bauer2017-08-031-0/+1
* Define a value for SYS_F_FCNTLBenjamin Kaduk2017-07-271-0/+1
* Add DRBG random methodRich Salz2017-07-191-5/+30