Fix grammar in certificates.txt
[openssl.git] / crypto / pkcs7 / pk7_attr.c
2023-11-22 Bernd EdlingerFix possible memleak in PKCS7_add0_attrib_signing_time
2023-11-22 Bernd EdlingerFix a possible memleak in PKCS7_add_attrib_smimecap
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-05-15 Matt CaswellUpdate copyright year
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2016-07-05 FdaSilvaYYFix mem error handling in PKCS7_simple_smimecap
2016-07-05 FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2007-06-07 Dr. Stephen HensonFinish gcc 4.2 changes.
2006-05-18 Dr. Stephen HensonTypo.
2006-05-18 Dr. Stephen HensonMore S/MIME tidy. Place some common attribute operation...
2004-09-15 Dr. Stephen HensonCheck ASN1_TYPE structure type is a SEQUENCE in PKCS7_g...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2001-09-08 Dr. Stephen HensonReplace old (and invalid) copyright notice.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-21 Ben LaurieYet more typesafety.
2000-05-16 Ben LaurieTypesafe Thought Police part 4.
1999-12-05 Dr. Stephen HensonMerge in my S/MIME library and utility.