Engage AES for UltraSPARC in sparcv9 targets.
[openssl.git] / crypto / pkcs7 /
2005-09-01 Dr. Stephen HensonExtend callback function to support print customization.
2005-09-01 Dr. Stephen HensonUpdate ASN1 printing code and add a -print option to...
2005-08-04 Dr. Stephen HensonAllow PKCS7_decrypt() to work if no cert supplied.
2005-05-19 Nils Larschfix potential memory leak
2005-05-17 Bodo Möllerfix memory leak (BIO_free_all needs pointer to first...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-11 Bodo MöllerFix more error codes.
2005-05-01 Dr. Stephen HensonSupport for smime-type MIME parameter.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-07 Nils Larschmake sure error queue is totally emptied
2005-04-01 Dr. Stephen HensonTypo
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-02-14 Dr. Stephen HensonFix possible memory leak.
2005-01-14 Dr. Stephen HensonPKCS7_verify() performance optimization. When the conte...
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-09-15 Dr. Stephen HensonCheck ASN1_TYPE structure type is a SEQUENCE in PKCS7_g...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-04-19 Geoff Thorpemake update
2004-03-28 Dr. Stephen HensonEnhance EVP code to generate random symmetric keys...
2004-03-27 Dr. Stephen HensonAllow CRLs to be passed into X509_STORE_CTX. This is...
2004-03-26 Dr. Stephen HensonFree up BIO properly when using streaming S/MIME sign.
2004-03-24 Richard LevitteCorrect constness problems.
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-10-11 Dr. Stephen HensonAdd support for digested data PKCS#7 type.
2003-10-11 Dr. Stephen HensonSimplify cipher and digest lookup in PKCS#7 code.
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().
2003-10-10 Dr. Stephen HensonRetrieve correct content to sign when the
2003-06-24 Dr. Stephen HensonReturn EOF when an S/MIME part have been read.
2003-06-02 Dr. Stephen HensonOnly count 'LF' as EOL in pk7_mime.c, this avoids incorrect
2003-06-02 Dr. Stephen HensonStop checking for CRLF when start of buffer is reached.
2003-06-01 Dr. Stephen HensonVarious S/MIME bug and compatibility fixes.
2003-02-25 Dr. Stephen HensonFix indefinite length encoding so EOC correctly updates
2003-02-15 Dr. Stephen HensonSingle pass processing to cleartext S/MIME signing.
2002-12-29 Richard Levittemake update
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-04 Dr. Stephen HensonAdd declaration got PKCS#7 NDEF.
2002-10-03 Dr. Stephen HensonPreliminary streaming ASN1 encode support.
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-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.
next