]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509/x509_vpm.c
Fix error reporting glitch in X509_STORE_CTX_print_verify_cb() in t_x509.c
[thirdparty/openssl.git] / crypto / x509 / x509_vpm.c
2020-03-23  Dr. David von OheimbConstify various mostly X509-related parameter types...
2019-12-04  Dr. David von Oheimbadd X509_cmp_timeframe() including its documentation
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
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-02  Matt CaswellMake X509_VERIFY_PARAM_get_hostflags() take a const arg
2018-05-01  Matt CaswellAdd getter for X509_VERIFY_PARAM_get_hostflags
2018-05-01  Matt CaswellUpdate copyright year
2018-04-24  Rich SalzAdd missing malloc-return-null instance
2017-09-28  PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-01-12  Rich SalzGH2176: Add X509_VERIFY_PARAM_get_time
2016-12-13  Rich SalzAdd X509_VERIFY_PARAM inheritance flag set/get
2016-11-09  FdaSilvaYYSimplify and clean X509_VERIFY_PARAM new/free code.
2016-09-21  Rich SalzRevert "Constify code about X509_VERIFY_PARAM"
2016-09-18  FdaSilvaYYConstify code about X509_VERIFY_PARAM
2016-06-09  Rich SalzMake a2i_ipadd an internal function
2016-06-08  Kurt Cancemicrypto/x509/x509_vpm.c: Simplify int_x509_param_set1()
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-04-03  Viktor DukhovniMove peer chain security checks into x509_vfy.c
2016-02-01  Viktor DukhovniCheck chain extensions also for trusted certificates
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-16  Viktor DukhovniEmpty SNI names are not valid
2016-01-06  Viktor DukhovniDANE support structures, constructructors and accessors
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-26  Dr. Stephen HensonRemove X509_VERIFY_PARAM_ID
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03  Rich SalzAdd and use OPENSSL_zalloc
2015-09-02  Viktor DukhovniBetter handling of verify param id peername field
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-04  Rich SalzFix cut/paste error
2015-05-03  Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-02  Rich SalzRT3776: Wrong size for malloc
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree null cleanup finale
2015-04-30  Rich Salzfree NULL cleanup 5a
2015-04-30  Rich Salzfree NULL cleanup 8
2015-04-11  Kurt RoeckxX509_VERIFY_PARAM_free: Check param for NULL
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-07-07  Viktor DukhovniUpdate API to use (char *) for email addresses and...
2014-07-05  Viktor DukhovniNew peername element in X509_VERIFY_PARAM_ID
2014-06-23  Viktor DukhovniMultiple verifier reference identities.
2014-06-22  Viktor DukhovniDrop hostlen from X509_VERIFY_PARAM_ID.
2014-05-25  Dr. Stephen HensonRename vpm_int.h to x509_lcl.h
2014-05-21  Viktor DukhovniFixes to host checking.
2013-12-13  Dr. Stephen HensonAdd opaque ID structure.
2012-12-05  Dr. Stephen HensonIntegrate host, email and IP address checks into X509_v...
2010-02-25  Dr. Stephen Hensonverify parameter enumeration functions
2009-06-30  Dr. Stephen HensonUpdate from 1.0.0-stable
2009-03-15  Dr. Stephen HensonFix from stable branch.
2009-02-16  Dr. Stephen HensonPR: 1778
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-10-22  Dr. Stephen HensonCreate function of the form OBJ_bsearch_xxx() in bsearc...
2008-10-20  Dr. Stephen HensonFix a shed load or warnings:
2008-10-12  Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2007-09-07  Dr. Stephen HensonChange safestack reimplementation to match 0.9.8.
2006-05-03  Dr. Stephen HensonUpdate from stable branch.
2005-09-02  Dr. Stephen HensonTwo new verify flags functions.
2004-09-06  Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...