]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509/x509_lu.c
Add APIs for custom X509_LOOKUP_METHOD creation
[thirdparty/openssl.git] / crypto / x509 / x509_lu.c
2018-05-30  Mingtao YangAdd APIs for custom X509_LOOKUP_METHOD creation
2018-05-11  Kurt RoeckxUse void in all function definitions that do not take...
2018-04-24  FdaSilvaYYX509: add more error codes on malloc or sk_TYP_push...
2018-04-19  Matt CaswellDon't crash if there are no trusted certs
2018-04-03  Matt CaswellUpdate copyright year
2018-03-27  Rich SalzAllow NULL for some _free routines.
2018-03-27  Matt CaswellRemove some code for a contributor that we cannot find
2017-09-28  PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-08-29  PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-04-20  Rich SalzIgnore dups in X509_STORE_add_*
2017-03-21  David BenjaminRemove duplicate X509_OBJECT free function.
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics
2016-09-22  Rich SalzAdd -Wswitch-enum
2016-08-04  FdaSilvaYYConstify inputs of two X509_LOOKUP_METHOD methods
2016-07-26  Dr. Stephen HensonDeprecate X509_LU_FAIL, X509_LU_RETRY
2016-07-26  Dr. Stephen HensonUse X509_LOOKUP_TYPE for lookup type consistently.
2016-07-26  Dr. Stephen HensonRemove current_method from X509_STORE_CTX
2016-07-25  Richard LevitteAdd X509_STORE lock and unlock functions
2016-07-25  Richard LevitteAdd setter and getter for X509_STORE's check_policy
2016-07-25  Richard LevitteAdd getters / setters for the X509_STORE_CTX and X509_S...
2016-07-05  FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-06-05  FdaSilvaYYConstify X509_OBJECT_get_type & X509_OBJECT_get0_X509
2016-05-17  Rich SalzX509_STORE_CTX accessors.
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-05-16  FdaSilvaYYUnify <TYPE>_up_ref methods signature and behaviour.
2016-04-29  Matt CaswellFix some X509_STORE macros
2016-04-28  Christian HeimesAdd getters for X509_STORE and X509_OBJECT members
2016-04-27  Kazuki YamaguchiGH975 Add ex_data functions for X509_STORE
2016-04-15  Rich SalzMake many X509_xxx types opaque.
2016-04-03  Viktor DukhovniTidy up x509_vfy callback handling
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-02-11  Rich SalzMove to REF_DEBUG, for consistency.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-11-24  Alessandro GhediniRemove useless locking code
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-10-23  Alessandro GhediniRemove useless code
2015-09-16  Dr. Stephen HensonEmbed X509_CINF
2015-09-16  Dr. Stephen HensonX509_CRL_INFO embed
2015-09-03  Rich Salzremove 0 assignments.
2015-09-02  Dr. Stephen Hensonmake X509_CRL opaque
2015-08-31  Dr. Stephen HensonAdd X509_up_ref function.
2015-08-31  Dr. Stephen HensonAdd X509_CRL_up_ref function
2015-05-28  Rich SalzUse enum for X509_LOOKUP_TYPE
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-04-30  Rich Salzfree NULL cleanup 5a
2015-04-28  Rich Salzremove malloc casts
2015-02-06  Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-22  Matt CaswellMore comment realignment master-post-reformat
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellMore indent fixes for STACK_OF
2015-01-22  Matt CaswellFix indent issue with functions using STACK_OF
2015-01-22  Matt CaswellFurther comment changes for reformat (master)
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-05-25  Dr. Stephen HensonDon't use expired certificates if possible.
2012-11-27  Dr. Stephen HensonNew functions to set lookup_crls callback and to retrie...
2012-07-19  Dr. Stephen HensonDon't ignore (\!) reference count in X509_STORE_free
2012-04-16  Andy PolyakovMinor compatibility fixes.
2010-02-19  Bodo MöllerFix X509_STORE locking
2009-12-09  Dr. Stephen HensonPR: 2124
2009-10-18  Dr. Stephen HensonAdd "missing" function X509_STORE_set_verify_cb().
2006-09-26  Dr. Stephen HensonInitialize new callbacks and make sure hent is always...
2006-09-17  Dr. Stephen HensonOverhaul of by_dir code to handle dynamic loading of...
2006-09-11  Dr. Stephen HensonFixes for new CRL/cert callbacks. Update CRL processing...
2006-09-10  Dr. Stephen HensonAdd verify callback functions to lookup a STACK of...
2006-07-25  Dr. Stephen HensonSupport for multiple CRLs with same issuer name in...
2005-05-11  Bodo MöllerFix more error codes.
2004-09-06  Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2001-09-01  Geoff ThorpeMake the necessary changes to work with the recent...
2001-05-10  Dr. Stephen HensonPurpose and trust setting functions for X509_STORE.
2001-05-09  Dr. Stephen HensonAllow various X509_STORE_CTX properties to be
2000-09-06  Bodo MöllerAnother superfluous pair of parentheses.
2000-09-06  Bodo MöllerAnother round of indentation changes: Position braces...
2000-09-05  Dr. Stephen Henson*BIG* verify code reorganisation.
2000-09-04  Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-01-30  Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-23  Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
1999-11-29  Dr. Stephen HensonAdd part of chain verify SSL support code: not complete...
1999-11-26  Dr. Stephen HensonNew options to the -verify program which can be used...
1999-11-24  Dr. Stephen HensonInitial chain verify code: not tested probably not...
1999-06-02  Ben Lauriestack
1999-05-30  Ben LaurieYet another stack.
1999-05-09  Bodo MöllerUse "const char *" instead of "char *" for filenames...
1999-05-01  Bodo MöllerSupport verify_depth from the SSL API without need...
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-12  Ben LaurieAdd type-safe STACKs and SETs.
1999-01-10  Ben LaurieAdd prototype, fix parameter passing bug.
1999-01-07  Ben LaurieAccept NULL in *_free.
1999-01-03  Ralf S. EngelschallMake sure the already existing X509_STORE->depth variab...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...