Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / crypto / x509 / x509_lu.c
10 days ago Richard LevitteCopyright year updates
2024-01-15 David BenjaminAdd X509_STORE_get1_objects
2023-09-07 Matt CaswellCopyright year updates
2023-08-18 Tomas Mrazossl_x509_store_ctx_get_by_subject(): Check return...
2023-07-01 Paulix509: update to structure based atomics
2023-06-04 Matt CaswellDon't take a write lock to retrieve a value from a...
2023-04-28 Paulix509: sort stacks prior to searching
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-26 Dr. David von Oheimbx509_lu.c and x509_vfy.c: improve coding style, comment...
2022-05-04 Dr. David von OheimbX509{,_LOOKUP}: Improve distinction between not found...
2022-05-03 Matt CaswellUpdate copyright year
2022-01-26 Jiasheng Jiangx509: add the check for X509_STORE_lock
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-06-02 Paulix509: remove TODOs
2021-05-19 Dr. David von OheimbX509_STORE_CTX_get1_issuer(): Simplify code, reducing...
2021-04-28 Tomas MrazImprove the implementation of X509_STORE_CTX_get1_issuer()
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-02-11 Dr. David von OheimbX509_STORE_CTX_get1_issuer(): Make preference on expire...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-13 Dr. David von OheimbX509_cmp(): Fix comparison in case x509v3_cache_extensi...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-13 Matt CaswellFix safestack issues in x509_vfy.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-02-17 Dr. David von Oheimbchunk 7 of CMP contribution to OpenSSL
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-05 Bernd EdlingerFix error handling in x509_lu.c
2019-07-31 Shane LontisRename X509_STORE ptr stored in opaque struct X509_STOR...
2019-07-18 Shane LontisCleanup use of X509 STORE locks
2019-04-09 Matt CaswellFix crash in X509_STORE_CTX_get_by_subject
2019-01-13 Anna HenningsenFix compilation with `-DREF_PRINT`
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-07 Andy PolyakovHarmonize use of sk_TYPE_find's return value.
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
next