]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs7/pk7_lib.c
Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()
[thirdparty/openssl.git] / crypto / pkcs7 / pk7_lib.c
2021-04-18  Richard LevitteModify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use...
2021-03-18  Shane LontisAdd ossl_ x509 symbols
2021-02-21  Shane LontisFix external symbols for pkcs7.
2021-02-18  Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-20  Shane LontisRemove pkey_downgrade from PKCS7 code
2021-01-18  Shane LontisFix PKCS7 potential segfault
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-13  Matt CaswellFix safestack issues in pkcs7.h
2020-09-13  Matt CaswellFix safestack issues in asn1.h
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-03  Richard Levitte"Downgrade" provider-native keys to legacy where needed
2020-08-12  Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-09  Shane LontisAdd libctx support to PKCS7.
2020-07-16  Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
2020-05-15  Matt CaswellUpdate copyright year
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
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-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11  Matt CaswellUpdate copyright year
2018-09-02  Eric BrownRemove redundant ASN1_INTEGER_set call
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-20  Dr. Stephen Hensonmake EVP_PKEY opaque
2015-12-31  Dr. Stephen HensonUse X509_get0_pubkey where appropriate
2015-08-31  Dr. Stephen HensonAdd X509_up_ref function.
2015-08-31  Dr. Stephen HensonAdd X509_CRL_up_ref function
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-11  Rich Salzfree NULL cleanup 9
2015-03-28  Rich Salzfree NULL cleanup
2015-03-24  Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-03-23  Dr. Stephen HensonRemove old ASN.1 code.
2015-03-19  Emilia KasperPKCS#7: avoid NULL pointer dereferences with missing...
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2010-06-12  Ben LaurieFix warnings.
2007-05-10  Dr. Stephen HensonImprove error detection when streaming S/MIME.
2007-04-24  Bodo Möllerfix function codes for error
2007-02-03  Nils Larschfix potential memory leaks
2006-12-24  Dr. Stephen HensonExperimental streaming PKCS#7 support.
2006-05-24  Dr. Stephen HensonFix warnings.
2006-05-07  Dr. Stephen HensonUpdate S/MIME code to use default digest.
2006-04-27  Dr. Stephen HensonReplace RSA specific PKCS7_RECIP_INFO set up with an...
2006-04-27  Dr. Stephen HensonCode tidy.
2006-04-27  Dr. Stephen HensonNew function to extract AlgorithmIdentifier for PKCS7_R...
2006-04-27  Dr. Stephen HensonDon't free up parameter. The public key ASN1 method...
2006-04-17  Dr. Stephen HensonAllow public key ASN1 methods to set PKCS#7 SignerInfo...
2005-04-01  Dr. Stephen HensonTypo
2004-12-05  Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2003-10-11  Dr. Stephen HensonAdd support for digested data PKCS#7 type.
2003-10-10  Dr. Stephen HensonNew function to initialize a PKCS7 structure of type...
2003-10-10  Dr. Stephen HensonInitialize digested data type in PKCS7_set_type().
2002-09-08  Dr. Stephen HensonReally fix PKCS7_set_detached this time...
2002-09-07  Dr. Stephen HensonFix typos in PKCS#12 ASN1 code.
2002-08-12  Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-05-07  Bodo Möllerin SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not...
2002-02-13  Bodo MöllerECDSA support
2001-03-09  Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-01-24  Dr. Stephen HensonAdd debugging info to new ASN1 code to trace memory...
2000-12-29  Dr. Stephen HensonReplace the old ASN1_dup() with ASN1_item_dup() and
2000-12-08  Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-02-22  Dr. Stephen HensonMake pkcs8 work again.
1999-12-29  Dr. Stephen HensonAdd OIDs for idea and blowfish. Unfortunately these...
1999-12-14  Dr. Stephen HensonVarious S/MIME fixes. Fix for memory leak, recipient...
1999-12-11  Dr. Stephen HensonVarious S/MIME fixes.
1999-12-10  Dr. Stephen HensonFix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENT...
1999-10-20  Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-08-17  Dr. Stephen HensonFix PKCS7_ENC_CONTENT_new() to include a sensible defau...
1999-06-02  Ben Lauriestack.
1999-06-02  Ben LaurieStack.
1999-05-31  Ben Lauriestack.
1999-05-31  Ben LaurieStack.
1999-05-16  Dr. Stephen HensonFix some obvious bugs in the PKCS#7 library handling...
1999-05-11  Dr. Stephen HensonVarious PKCS#7 related fixes,tidies and comments.
1999-05-10  Dr. Stephen HensonVarious PKCS#7 fixes to properly (maybe!) handle PKCS...
1999-05-09  Dr. Stephen HensonKill evil casts, fix PKCS#7 and add new X509V3 Function.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-12  Ben LaurieAdd type-safe STACKs and SETs.
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...