Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.
[openssl.git] / crypto / pkcs7 /
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-09 Bodo Möllermake update
2002-07-30 Lutz Jänicke"make update"
2002-07-24 Richard LevitteDon't clobber loop variable.
2002-07-18 Richard LevitteReverse the change with the following log, it needs...
2002-07-18 Richard LevitteMake S/MIME output conform with the mail and MIME stand...
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-05-07 Bodo Möllerin SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not...
2002-02-26 Dr. Stephen HensonAlways init ctx_tmp in PKCS7_dataFinal since it is...
2002-02-13 Bodo MöllerECDSA support
2002-01-02 Richard LevitteAllow verification of other types than DATA.
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-12-07 Dr. Stephen HensonDon't overwrite signing time.
2001-11-15 Richard Levittemake update
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-04 Richard Levitte'make update'
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-10-02 Richard LevitteA lot of things are undeclared unless x509.h is included.
2001-09-08 Dr. Stephen HensonReplace old (and invalid) copyright notice.
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-27 Dr. Stephen HensonMore linker bloat reorganisation:
2001-04-05 Richard LevitteFix couple of memory leaks in PKCS7_dataDecode().
2001-03-20 Richard Levitteavoid linking problems when OpenSSL is built with no...
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-03-07 Bodo MöllerFix ERR_R_... problems.
2001-02-26 Richard Levittemake update
2001-02-24 Dr. Stephen HensonStop PKCS7_verify() core dumping with unknown public
2001-02-23 Dr. Stephen HensonGet rid of ASN1_ITEM_FUNCTIONS dummy function
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-04 Ben LaurieMake depend.
2001-01-30 Richard LevitteIncrease consistency of header data (some mail readers...
2001-01-24 Dr. Stephen HensonAdd debugging info to new ASN1 code to trace memory...
2000-12-31 Dr. Stephen HensonFix the S/MIME code so it now works again and
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-12-29 Dr. Stephen HensonReplace the old ASN1_dup() with ASN1_item_dup() and
2000-12-21 Dr. Stephen HensonVarious Win32 related fixes. Doesn't compile yet on
2000-12-13 Dr. Stephen HensonChange the PKCS7 structure to use SEQUENCE OF for the
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-18 Dr. Stephen HensonWork around for Netscape PKCS#7 signedData bug.
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-08 Richard LevitteTwo places where I forgot to change vms_idhacks to...
2000-09-07 Dr. Stephen HensonUgh, BIO_find_type() cannot be passed a NULL.
2000-09-07 Dr. Stephen HensonAdd docs for BIO_find_type() and friends.
2000-09-07 Richard Levitte'make update'
2000-09-05 Dr. Stephen HensonKeep a not of original encoding in certificate requests.
2000-08-22 Dr. Stephen HensonAdd support for 'other' PKCS#7 content types.
2000-08-21 Dr. Stephen HensonVarious fixes...
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-07-05 Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-06-16 Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Geoff Thorpe"make update" + stripping the type-specific stack funct...
2000-06-01 Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-05-31 Geoff Thorpesk_value was also suffering from de-const-ification.
2000-05-26 Dr. Stephen HensonBeginnings of EVP cipher overhaul. This should eventually
2000-05-21 Ben LaurieYet more typesafety.
2000-05-16 Ben LaurieTypesafe Thought Police part 4.
2000-05-16 Ben LaurieTypesafety Thought Police part 3.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-04-09 Richard Levitte"make update"
2000-03-23 Richard LevitteClean up context, even if an error occured.
2000-03-23 Dr. Stephen HensonUpdate docs and remove old PKCS#7 README file.
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-02-28 Dr. Stephen HensonOuch! PKCS7_encrypt() was heading MIME text headers...
2000-02-26 Dr. Stephen HensonRename functions for new convention.
2000-02-22 Dr. Stephen HensonMake pkcs8 work again.
2000-02-22 Dr. Stephen HensonChange EVP_MD_CTX_type so it is more logical and add...
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-02-08 Bodo MöllerNote about des_ncbc_encrypt.
2000-02-04 Dr. Stephen HensonRename SSLeay_add_all_algorithms() et al to
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-16 Ulf MöllerNew function RAND_pseudo_bytes() generated pseudorandom...
2000-01-14 Bodo MöllerAvoid some warnings, and run "make update".
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
2000-01-07 Bodo Möllermake no-des and no-rc2 work.
2000-01-07 Dr. Stephen Henson#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.
1999-12-29 Dr. Stephen HensonAdd OIDs for idea and blowfish. Unfortunately these...
1999-12-15 Dr. Stephen HensonDelete an unused variable and make the PKCS#12 keygen...
1999-12-15 Dr. Stephen HensonFix the S/MIME code to use canonical MIME format for
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-12-09 Dr. Stephen HensonMake the PKCS#7 S/MIME functions check for passed NULL...
1999-12-08 Dr. Stephen HensonAdd i2d_ASN1_PRINTABLESTRING() function, and do 'make...
1999-12-07 Dr. Stephen HensonModify S/MIME application so the -signer option writes...
next