aboutsummaryrefslogtreecommitdiff
path: root/crypto/err
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte1-2/+0
2017-06-29STORE: Make sure the loader to be registered is completeRichard Levitte1-0/+1
2017-06-29Add internal functions to fetch PEM data from an opened BIORichard Levitte1-0/+3
2017-06-29Make it possible to tell the file loader to use secure memoryRichard Levitte1-0/+1
2017-06-29STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte2-0/+2
2017-06-29STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte1-0/+2
2017-06-29STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte1-0/+1
2017-06-29STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte1-0/+1
2017-06-29STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte1-0/+3
2017-06-29STORE 'file' scheme loader: add support for containersRichard Levitte1-0/+1
2017-06-29Add a STORE loader for the "file" schemeRichard Levitte1-0/+10
2017-06-29Add the STORE moduleRichard Levitte4-1/+35
2017-06-29Make it possible to refer to ERR_R_UI_LIBRichard Levitte1-0/+1
2017-06-28Adapt for BSD cryptodev.h differencesRichard Levitte1-0/+1
2017-06-28Add new /dev/crypto engineRichard Levitte1-0/+3
2017-06-28Add the common error ERR_R_OPERATION_FAILRichard Levitte1-0/+1
2017-06-21Add TLSv1.3 client side external PSK supportMatt Caswell1-0/+1
2017-06-20Add RAND_UNIMPLEMENTED error codeRich Salz1-0/+1
2017-06-19Fix the error handling in ERR_get_state:Bernd Edlinger1-3/+3
2017-06-16Allow the server to change the ciphersuite on resumeMatt Caswell1-0/+1
2017-06-13Fix a possible crash in the error handling.Bernd Edlinger1-0/+12
2017-06-12Put message strings in state filesRich Salz1-2461/+2535
2017-06-07make error tables const and separate header fileRich Salz3-130/+2583
2017-05-31Only release thread-local key if we created it.Rich Salz1-1/+4
2017-05-04Fix pathname errors in errcode fileRich Salz1-3/+2
2017-04-28Check fflush on BIO_ctrl callRich Salz1-0/+1
2017-03-27In err_cleanup(), cleanup the thread local storage tooRichard Levitte1-0/+1
2017-02-28Clean up references to FIPSEmilia Kasper1-9/+0
2016-12-08In UI_OpenSSL's open(), generate an error on unknown errnoRichard Levitte1-0/+1
2016-10-15Ensure we handle len == 0 in ERR_err_string_nMatt Caswell1-0/+3
2016-09-08Fix mem leaks during auto-deinitMatt Caswell1-0/+1
2016-08-04Remove get_hash completelyRich Salz1-24/+9
2016-08-04Remove "lockit" from internal error-hash functionRich Salz1-22/+7
2016-07-20Check for errors allocating the error strings.Kurt Roeckx2-37/+45
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte1-12/+27
2016-07-08GH1278: Removed error code for alertsRich Salz1-0/+32
2016-06-27Fix some OPENSSL_API_COMPAT valuesMatt Caswell1-1/+1
2016-06-09Clean up "generic" intro pod files.Rich Salz1-0/+44
2016-05-23Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell1-5/+1
2016-05-23Remove unused error/function codes.Rich Salz2-13/+1
2016-05-18Cleanup openssl.ecRichard Levitte1-2/+1
2016-05-17Copyright consolidation 05/10Rich Salz3-215/+18
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni2-2/+0
2016-05-10Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte1-2/+7
2016-04-20Remove --classic build entirelyRichard Levitte1-43/+0
2016-04-14The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell1-1/+1
2016-04-14Ensure all locks are properly cleaned upMatt Caswell1-2/+7
2016-04-13Need err_load_crypto_strings_int declared.Rich Salz1-1/+1
2016-04-13Rename int_*() functions to *_int()Matt Caswell2-2/+2
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell2-2/+2