hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / crypto / x509 / x509_cmp.c
2023-09-07 Matt CaswellCopyright year updates
2023-08-16 3lswearCheck i2d_X509_NAME return in X509_NAME_hash_ex/old
2023-06-12 Wim DecroixX509_NAME_cmp fix for empty name
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-08-24 Dr. David von OheimbX509: clean up doc and implementation of X509{,_REQ...
2022-05-24 Bernd EdlingerFix a memory leak in X509_issuer_and_serial_hash
2021-11-09 PW HuFix: invoking X509_self_signed improperly
2021-06-30 Paulix509: improve error reporting
2021-04-28 David BenjaminAdd X509 version constants.
2021-04-14 Tomas MrazX509_NAME_cmp: if canon_enclen is 0 for both names...
2021-03-22 Shane LontisFix usages of const EVP_MD.
2021-03-20 Paulix509: coverity 1472673 & 1472693 - dereference after...
2021-03-06 Dr. David von OheimbMake more use of X509_add_certs(); minor related code...
2021-02-18 Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2021-02-18 Dr. David von OheimbAdd internal X509_add_certs_new(), which simplifies...
2021-02-16 Matt CaswellFix Null pointer deref in X509_issuer_and_serial_hash()
2021-02-04 Dr. David von OheimbAllow NULL arg to OPENSSL_sk_{dup,deep_copy} returning...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Tomas MrazAvoid using OSSL_PKEY_PARAM_GROUP_NAME when the key...
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-13 Dr. David von OheimbX509_cmp(): Fix comparison in case x509v3_cache_extensi...
2021-01-13 Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
2020-12-03 Dr. David von Oheimbx509_vfy.c: Restore rejection of expired trusted (root...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-10 Dr. David von OheimbX509_NAME_cmp: restrict normal return values to {-1...
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-05-27 Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-18 Dr. David von OheimbPrevent crash in X509_NAME_cmp() etc. when cert has...
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-11 Richard LevitteStop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-08-17 Bernd EdlingerFix error handling in X509_chain_up_ref
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-29 Matt CaswellUpdate copyright year
2018-05-21 Matt CaswellFix undefined behaviour in X509_NAME_cmp()
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-21 PauliThis has been added to avoid the situation where some...
2016-08-19 Dr. Stephen HensonAdd X509_get0_serialNumber() and constify OCSP_cert_to_id()
2016-07-30 Richard J. MooreIgnore the serial number for now and just do the rest.
2016-07-30 Richard J. MooreMake some more X509 functions const.
2016-07-25 FdaSilvaYYConstify ...
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-29 David BenjaminAvoid overflow issues in X509_cmp.
2016-03-22 Dr. Stephen HensonMake X509_PUBKEY opaque
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Viktor DukhovniCheck Suite-B constraints with EE DANE records
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2015-12-31 Dr. Stephen HensonUse X509_get0_pubkey where appropriate
2015-12-14 Dr. Stephen HensonNew function X509_get0_pubkey
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-10-15 Dr. Stephen Hensonembed certificate serial number and signature fields
2015-09-17 Dr. Stephen HensonEmbed various signature algorithms.
2015-09-16 Dr. Stephen HensonEmbed X509_CINF
2015-09-16 Dr. Stephen HensonX509_CRL_INFO embed
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-03-28 Rich Salzfree NULL cleanup
2015-03-25 Dr. Stephen Hensonmake X509_NAME opaque
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-01-26 Dr. Stephen HensonCompare encodings in X509_cmp as well as hash.
2013-08-17 Dr. Stephen HensonMake no-ec compilation work.
2012-08-03 Dr. Stephen HensonRename Suite B functions for consistency.
2012-08-03 Dr. Stephen Hensonadd suite B chain validation flags and associated verif...
2011-11-14 Ben LaurieFix some warnings caused by __owur. Temporarily (I...
2011-06-22 Dr. Stephen Hensonallow MD5 use for computing old format hash links
2010-05-03 Dr. Stephen HensonPR: 2250
2010-01-12 Dr. Stephen HensonPR: 2136
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-05-30 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-02-16 Dr. Stephen HensonPR: 1843
2009-01-15 Dr. Stephen HensonUpdate certificate hash line format to handle canonical...
2006-07-24 Dr. Stephen HensonCache some CRL related extensions.
2006-07-18 Dr. Stephen HensonStore canonical encodings of Name structures. Update...
2006-04-28 Dr. Stephen HensonUpdate EVP_PKEY_cmp() and X509_check_private() to retur...
2004-12-01 Dr. Stephen HensonPerform partial comparison of different character types...
2003-04-03 Richard LevitteAdd functionality to help making self-signed certificate.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-13 Dr. Stephen HensonAdd header ctype.h
2002-11-09 Richard LevitteX509_NAME_cmp() now compares PrintableString and emailA...
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-02-13 Bodo MöllerECDSA support
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-12 Dr. Stephen HensonWork around for libsafe "error".
2001-02-02 Dr. Stephen HensonVarious function for commmon operations.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-21 Ulf MöllerSome more ifdefs for no-xxx options.
1999-11-16 Dr. Stephen HensonNew function X509_cmp().
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
next