summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
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
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18err/err.c: improve readability.Andy Polyakov
2017-08-18err/err.c: fix "wraparound" bug in ERR_set_error_data.Andy Polyakov
2017-08-15Add ERR_clear_last_mark()Richard Levitte
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Added differentiation between missing secret and missing seedJohannes Bauer
2017-08-03Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer
2017-08-03More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer
2017-08-03Set error when HKDF used without parametersJohannes Bauer
2017-07-27Define a value for SYS_F_FCNTLBenjamin Kaduk
2017-07-19Add DRBG random methodRich Salz
2017-07-15OSSL_STORE: spell error reason correctlyRichard Levitte
2017-07-13Fix bug in err_string_data_cmpRich Salz
2017-07-13make errorsDr. Stephen Henson
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz
2017-07-05Fix crashRich Salz
2017-07-05Undo commit 40720ceRich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-29STORE: Make sure the loader to be registered is completeRichard Levitte
2017-06-29Add internal functions to fetch PEM data from an opened BIORichard Levitte
2017-06-29Make it possible to tell the file loader to use secure memoryRichard Levitte
2017-06-29STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte
2017-06-29STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte
2017-06-29STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte
2017-06-29STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte
2017-06-29STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte
2017-06-29STORE 'file' scheme loader: add support for containersRichard Levitte
2017-06-29Add a STORE loader for the "file" schemeRichard Levitte
2017-06-29Add the STORE moduleRichard Levitte
2017-06-29Make it possible to refer to ERR_R_UI_LIBRichard Levitte
2017-06-28Adapt for BSD cryptodev.h differencesRichard Levitte
2017-06-28Add new /dev/crypto engineRichard Levitte
2017-06-28Add the common error ERR_R_OPERATION_FAILRichard Levitte
2017-06-21Add TLSv1.3 client side external PSK supportMatt Caswell
2017-06-20Add RAND_UNIMPLEMENTED error codeRich Salz
2017-06-19Fix the error handling in ERR_get_state:Bernd Edlinger
2017-06-16Allow the server to change the ciphersuite on resumeMatt Caswell
2017-06-13Fix a possible crash in the error handling.Bernd Edlinger
2017-06-12Put message strings in state filesRich Salz