hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / crypto / x509 / x_name.c
2022-10-21 Sam Jamesx509: fix -Wunused-but-set-variable
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-11-09 PW HuFix: invoking x509_name_cannon improperly
2021-04-22 Matt CaswellUpdate copyright year
2021-04-14 Tomas MrazDocument the invariants for the empty X509_NAME encoding
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellIgnore unused return values from some sk_*() macros
2020-09-13 Matt CaswellFix safestack issues in asn1t.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
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...
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
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-20 Richard LevitteRestore check of |*xn| against |name| in X509_NAME_set
2018-05-01 Matt CaswellUpdate copyright year
2018-04-24 FdaSilvaYYX509: add more error codes on malloc or sk_TYP_push...
2017-09-07 Rich SalzFix error handling/cleanup
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-02-03 Bernd EdlingerCombined patch against master branch for the following...
2016-10-11 Dr. Stephen HensonFix X509_NAME decode for malloc failures.
2016-08-23 FdaSilvaYYConstify some X509_NAME, ASN1 printing code
2016-08-17 Matt CaswellMake X509_NAME_get0_der() conform to OpenSSL style
2016-07-25 FdaSilvaYYConstify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_t...
2016-07-19 mrpreCleanup after sk_push fail
2016-06-18 FdaSilvaYYMissing NULL check on OBJ_dup result in x509_name_canon
2016-06-11 Kurt RoeckxAvoid creating an illegal pointer
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-04 Dr. Stephen HensonFix name length limit check.
2016-04-29 Dr. Stephen HensonAdd size limit to X509_NAME structure.
2016-04-29 Matt CaswellThe x509_name_canon function doesn't check for an error...
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-30 Dr. Stephen HensonAdd function to return internal enoding of X509_NAME.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-07 Dr. Stephen HensonOnly declare stacks in headers
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-22 Dr. Stephen HensonFix path in comments
2015-09-22 Dr. Stephen HensonMove functions.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-03 Rich Salzremove 0 assignments.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-03-25 Dr. Stephen Hensonmake X509_NAME opaque