Use the return value from write(2)
[openssl.git] / crypto / err /
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-06-29 Richard LevitteSTORE: Make sure the loader to be registered is complete
2017-06-29 Richard LevitteAdd internal functions to fetch PEM data from an opened BIO
2017-06-29 Richard LevitteMake it possible to tell the file loader to use secure...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: Add directory listing capab...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: Add handler for encrypted...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor file_load to suppo...
2017-06-29 Richard LevitteSTORE: Add a OSSL_STORE_INFO type to help support file...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: add support for the PKCS...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: add support for containers
2017-06-29 Richard LevitteAdd a STORE loader for the "file" scheme
2017-06-29 Richard LevitteAdd the STORE module
2017-06-29 Richard LevitteMake it possible to refer to ERR_R_UI_LIB
2017-06-28 Richard LevitteAdapt for BSD cryptodev.h differences
2017-06-28 Richard LevitteAdd new /dev/crypto engine
2017-06-28 Richard LevitteAdd the common error ERR_R_OPERATION_FAIL
2017-06-21 Matt CaswellAdd TLSv1.3 client side external PSK support
2017-06-20 Rich SalzAdd RAND_UNIMPLEMENTED error code
2017-06-19 Bernd EdlingerFix the error handling in ERR_get_state:
2017-06-16 Matt CaswellAllow the server to change the ciphersuite on resume
2017-06-14 Bernd EdlingerFix a possible crash in the error handling.
2017-06-12 Rich SalzPut message strings in state files
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-31 Rich SalzOnly release thread-local key if we created it.
2017-05-04 Rich SalzFix pathname errors in errcode file
2017-04-28 Rich SalzCheck fflush on BIO_ctrl call
2017-03-27 Richard LevitteIn err_cleanup(), cleanup the thread local storage too
2017-02-28 Emilia KasperClean up references to FIPS
2016-12-08 Richard LevitteIn UI_OpenSSL's open(), generate an error on unknown...
2016-10-15 Matt CaswellEnsure we handle len == 0 in ERR_err_string_n
2016-09-08 Matt CaswellFix mem leaks during auto-deinit
2016-08-04 Rich SalzRemove get_hash completely
2016-08-04 Rich SalzRemove "lockit" from internal error-hash function
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-19 Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-07-08 Rich SalzGH1278: Removed error code for alerts
2016-06-27 Matt CaswellFix some OPENSSL_API_COMPAT values
2016-06-09 Rich SalzClean up "generic" intro pod files.
2016-05-23 Matt CaswellUse strerror_r()/strerror_s() instead of strerror(...
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-18 Richard LevitteCleanup openssl.ec
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-10 Richard LevitteRestore the ERR_remove_thread_state() API and make...
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-14 Matt CaswellThe err_cleanup() funtion is internal so shouldn't...
2016-04-14 Matt CaswellEnsure all locks are properly cleaned up
2016-04-13 Rich SalzNeed err_load_crypto_strings_int declared.
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate ERR_free_strings() and make it a no-op
2016-04-06 Matt CaswellFix no-ocsp
2016-03-31 Richard LevitteFix "no-ui" configuration
2016-03-29 FdaSilvaYYFix a big leak when using stack-allocated BIO items.
2016-03-23 Rich SalzMove dso.h to internal
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-18 Richard LevitteImplement support for no-ts
2016-03-09 Matt CaswellRemove the old threading API
2016-03-09 Richard Levitteerr_lcl.h is gone, don't pretend it's there
2016-03-08 Alessandro GhediniConvert ERR_STRING_DATA to new multi-threading API
2016-03-08 Alessandro GhediniConvert ERR_STATE to new multi-threading API
2016-03-02 Dr. Stephen HensonAdd KDF error codes
2016-02-26 Rob PercivalPublic API for Certificate Transparency
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-17 Rich SalzRemove JPAKE
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-10 Matt CaswellAttempt to log an error if init failed
2016-02-10 Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-04 Kurt RoeckxUse WSAGetLastError() on windows
2016-02-03 Richard LevitteRefactoring BIO: new socket-handling functions, depreca...
2016-02-03 Richard LevitteRefactoring BIO: add error macros & text, and make...
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-11 Dr. Stephen HensonUse ossl_inline and DEFINE_LHASH_OF
2016-01-11 Dr. Stephen HensonAdd lh_new() inlining
2016-01-11 Dr. Stephen HensonInline LHASH_OF
2016-01-11 Viktor DukhovniRegenerate SSL record/statem error strings
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2015-12-23 Kurt RoeckxAvoid using a dangling pointer when removing the last...
2015-12-22 Rich SalzCleanup CRYPTO_{push,pop}_info
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-09 Dr. Stephen Hensonremove ECDSA error line
2015-12-09 Dr. Stephen Hensonmake update
2015-12-09 Dr. Stephen Hensonremove ecdsa.h header references.
2015-12-09 Dr. Stephen Hensonremove errors
2015-12-09 Dr. Stephen Hensonremove ecdh.h header
2015-12-09 Dr. Stephen Hensonremove ECDH error loading
2015-11-20 Matt Caswellmake update
2015-11-20 Matt CaswellAdd ASYNC error codes
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-10-21 Richard Levittemake update
next