Fix potential access of null pointer (pp)
[openssl.git] / crypto / err /
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
2015-10-21 Richard LevitteDon't forget to load the CT error strings
2015-10-21 Richard LevitteHandle CT error macros separately
2015-10-09 Adam EijdenbergInitial commit for Certificate Transparency support
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-04-28 Rich Salzrealloc of NULL is like malloc
2015-04-28 Rich Salzremove malloc casts
2015-04-28 Rich SalzERR_ cleanup
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2014-12-18 Matt CaswellChange all instances of OPENSSL_NO_DEPRECATED to OPENSS...
2014-12-08 Dr. Stephen HensonRemove FIPS error library from openssl.ec mkerr.pl
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-11-28 Rich SalzRemove all .cvsignore files
2014-10-15 Bodo MoellerFix SSL_R naming inconsistency.
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-01-20 Dr. Stephen HensonDon't include comp.h if no-comp set.
2012-12-30 Dr. Stephen Hensonmake no-comp compile
2012-07-19 Dr. Stephen Hensonadd ssl_locl.h to err header files, rebuild ssl error...
2011-09-05 Bodo Möllermake update
2011-06-06 Dr. Stephen HensonMove function prototype to fips.h
2011-04-06 Dr. Stephen HensonAdd missing error code strings.
2011-03-24 Richard Levittemake update
2011-03-12 Ben LaurieAdd SRP support.
2011-03-08 Dr. Stephen HensonAdd meaningful error codes to DRBG.
2011-02-21 Dr. Stephen HensonUpdate dependencies.
2011-02-03 Dr. Stephen HensonTransfer error redirection to fips.h, add OPENSSL_FIPSA...
next