]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509/v3_purp.c
Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_get_serial...
[thirdparty/openssl.git] / crypto / x509 / v3_purp.c
2020-07-16  Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
2020-07-01  Dr. David von OheimbX509v3_cache_extensions(): Improve coding style and...
2020-07-01  Dr. David von OheimbFix issue 1418 by moving check of KU_KEY_CERT_SIGN...
2020-07-01  Dr. David von OheimbRefactor (without semantic changes) crypto/x509/{v3_pur...
2020-07-01  Dr. David von OheimbImprove documentation, layout, and code comments regard...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-16  Matt CaswellIntroduce an internal version of X509_check_issued()
2020-04-11  Jake MaynardAdd manpage entry for X509_check_purpose()
2020-04-06  Tomas MrazAllow certificates with Basic Constraints CA:false...
2020-03-30  Matt CaswellAdd the X509v3_cache_extensions() function
2020-03-23  Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-21  Bernd EdlingerFix error handling in x509v3_cache_extensions and relat...
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-08-01  Dr. Matthias St... Add missing accessors for X509 AuthorityKeyIdentifier
2019-05-29  Richard LevitteJoin the x509 and x509v3 directories