Fix up path generation to use OPENSSL_MODULES
[openssl.git] / crypto / x509 / x509_att.c
9 days ago Richard LevitteCopyright year updates
2024-01-03 Tomas MrazAllow duplicate CMS attributes
2023-09-07 Matt CaswellCopyright year updates
2023-07-24 Adam Šulcfix: reject adding a duplicity into STACK_OF(X509_ATTRI...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-08-24 Dr. David von Oheimbx509_att.c: improve error checking and reporting and...
2021-04-08 Matt CaswellUpdate copyright year
2021-03-30 Paulix509: fix coverity 1474470: NULL pointer dereference
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Akshit AkhouryChanging X509at_get0_data_by_OBJ to expect const stack...
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-05-15 Matt CaswellUpdate copyright year
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-07-02 Bernd EdlingerCheck for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-10-18 KaoruTodaRemove parentheses of return.
2017-09-28 PauliUse safestack.h exclusively internally.
2017-02-24 Bernd EdlingerAdd -Wundef to --strict-warnings options.
2017-01-25 FdaSilvaYYFew nit's
2016-08-04 FdaSilvaYYConstify some ASN1_OBJECT *obj input parameters
2016-07-25 FdaSilvaYYConstify input parameters of methods :
2016-06-10 Matt CaswellFix an error path leak in int X509_ATTRIBUTE_set1_data()
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-16 FdaSilvaYYFix some missing OBJ_dup failure checks.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-03-25 Dr. Stephen HensonRemove X509_ATTRIBUTE hack.
2015-03-16 Dr. Stephen HensonMake X509_ATTRIBUTE opaque.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2008-06-26 Dr. Stephen HensonUpdate from stable branch.
2008-05-30 Dr. Stephen HensonFix from stable branch.
2008-03-12 Dr. Stephen HensonAnd so it begins...
2008-02-28 Dr. Stephen HensonFix typo and avoid warning.
2008-02-12 Dr. Stephen HensonTypo.
2008-02-11 Dr. Stephen HensonUtility attribute function to retrieve attribute data...
2008-02-11 Dr. Stephen HensonExtend attribute setting routines to support non-string...
2005-07-26 Nils Larschimproved error checking and some fixes
2005-05-11 Bodo MöllerFix more error codes.
2001-06-11 Dr. Stephen HensonAdd support for MS CSP Name PKCS#12 attribute.
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-02-26 Dr. Stephen HensonRename functions for new convention.
2000-01-20 Dr. Stephen HensonFinish off the X509_ATTRIBUTE string stuff.
2000-01-19 Dr. Stephen HensonRename X509_att*() stuff to X509at_*(), add X509_REQ...
2000-01-07 Dr. Stephen HensonMore X509_ATTRIBUTE changes.
2000-01-06 Dr. Stephen HensonInitial automation changes to 'req' and X509_ATTRIBUTE...