]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs12
Make ASN1 code work again...
[thirdparty/openssl.git] / crypto / pkcs12 /
2004-04-19  Geoff Thorpemake update
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-03-20  Richard LevitteShut up an ANSI compiler about uninitialised variables.
2002-12-29  Richard Levittemake update
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-10-09  Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-03  Dr. Stephen HensonVarious enhancements to PKCS#12 code, new
2002-09-07  Dr. Stephen HensonFix typos in PKCS#12 ASN1 code.
2002-08-09  Bodo Möllermake update
2002-07-30  Lutz Jänicke"make update"
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-06-27  Richard LevitteUse bg instead of bag as argument to macros, to avoid...
2002-03-14  Dr. Stephen HensonInitialize cipher context in KRB5
2002-02-13  Bodo MöllerECDSA support
2001-12-17  Bodo Möllerremove redundant ERR_load_... declarations
2001-12-09  Ben LaurieImprove back compatibility.
2001-11-15  Richard Levittemake update
2001-11-06  Dr. Stephen HensonPKCS#12 code fixes: initialize and cleanup digests...
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-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-07-26  Dr. Stephen HensonFirst of several reorganisations to
2001-06-19  Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-11  Dr. Stephen HensonAdd support for MS CSP Name PKCS#12 attribute.
2001-04-03  Richard LevittePlug a memory leak. Spotted by "Shijin" <shijin@comex...
2001-03-18  Dr. Stephen HensonFix PKCS#12 key generation bug.
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-02-26  Richard Levittemake update
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-24  Dr. Stephen HensonAdd debugging info to new ASN1 code to trace memory...
2001-01-14  Dr. Stephen HensonChange PKCS#12 key derivation routines to cope with
2001-01-10  Dr. Stephen HensonFix uni2asc() so it can properly convert zero length
2000-12-31  Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-12-30  Dr. Stephen HensonDelete PKCS#12 redundant files.
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-17  Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-07  Dr. Stephen HensonTwo new PKCS#12 demo programs.
2000-09-07  Richard Levitte'make update'
2000-08-24  Dr. Stephen HensonNew option to CA.pl to sign request using CA extensions.
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-21  Dr. Stephen HensonFixes for Win32 build.
2000-06-20  Dr. Stephen HensonHandle ASN1_SET_OF and PKCS12_STACK_OF using function
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-05-16  Ben LaurieTypesafety Thought Police part 3.
2000-05-16  Ben LaurieTypesafety Thought Police Part 2.
2000-05-15  Ulf MöllerGet rid of more non-ANSI declarations.
2000-05-04  Dr. Stephen HensonMake PKCS#12 code handle missing passwords.
2000-05-02  Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-03-22  Dr. Stephen HensonFix a memory leak in PKCS12_parse.
2000-03-07  Richard LevitteCheck that a password was actually passed, or the user...
2000-03-05  Bodo MöllerPreserve reason strings in automatically build tables.
2000-03-04  Richard LevitteBeautifying. Sorry, but code that's slammed to the...
2000-03-03  Bodo MöllerFix for previous patch: If RAND_pseudo_bytes returns...
2000-03-02  Bodo MöllerUse RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
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().
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-05  Dr. Stephen HensonMerge in my S/MIME library and utility.
1999-12-03  Dr. Stephen HensonNew function PKC12_newpass()
1999-11-17  Ulf MöllerMissing #ifdef NO_DES
1999-10-30  Ulf Möller*** empty log message ***
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-08-13  Ulf MöllerAdd pkcs7 and des apps to "make all".
1999-08-08  Ralf S. EngelschallA few more ``#ifndef NO_FP_API / #endif'' pairs for...
1999-07-30  Dr. Stephen HensonFix to PKCS#12 code to use the cipher block length...
1999-06-29  Ulf MöllerFix no-hmac and no-ripemd.
1999-06-10  Dr. Stephen HensonTwo new functions to write out PKCS#8 private keys...
1999-06-08  Dr. Stephen HensonComplete support for PKCS#5 v2.0. Still needs extensive...
1999-06-07  Dr. Stephen HensonThis is the main PKCS#5 v2.0 key generation function...
1999-06-06  Dr. Stephen HensonChange PBE handling a bit more: now the key and iv...
1999-06-06  Dr. Stephen HensonRewrite PBE handling read to support PKCS#5 v2.0 and...
1999-06-04  Dr. Stephen HensonThe rest of the PKCS#5, PKCS#8 patch I forgot before :-)
1999-06-04  Ben LaurieSome constification and stacks that slipped through...
1999-05-30  Ben LaurieAnother stack.
1999-05-21  Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20  Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-19  Dr. Stephen HensonNew functions sk_set, sk_value and sk_num to replace...
1999-05-18  Dr. Stephen HensonChange default PKCS#12 iteration count to 2048, include...
1999-05-15  Bodo MöllerUpdate dependencies.
1999-05-13  Ben LaurieUpdate dependencies.
next