Next step in tidying up the LHASH code.
[openssl.git] / crypto / pkcs12 /
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.
1999-05-05 Ulf MöllerRemove unreachable return statements.
1999-05-01 Ben LaurieAnother stack.
1999-04-29 Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29 Ulf MöllerIgnore Makefile.save
1999-04-29 Bodo MöllerObey $(PERL) when running util/mklink.pl.
1999-04-28 Bodo MöllerUse util/mklink.pl instead of util/mklink.sh.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-25 Dr. Stephen HensonVarious header consistency fixes.
1999-04-24 Bodo Möller"perl util/mkerr.pl -static -recurse -rebuild" because...
1999-04-24 Dr. Stephen HensonDelete the unnecessary ERR and ERRC lines in makefiles...
1999-04-24 Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23 Bodo Möller"make depend"
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ulf MöllerFunction didn't get ANSIfied because of unusual formatting.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-19 Ulf MöllerClean up prototypes (prepare for removing NOPROTO).
1999-04-17 Ben LaurieMassive constification.
1999-04-16 Ben LaurieFix some warnings. Contributed by Anonymous.
1999-04-12 Ben LaurieAdd type-safe STACKs and SETs.
1999-04-01 Ben LaurieUpdate dependencies.
1999-04-01 Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-04-01 Ralf S. EngelschallAdd .cvsignore in new pkcs12 directory
1999-03-29 Dr. Stephen HensonRemove deleted PKCS#12 functions from pkcs12.h, get...
1999-03-29 Dr. Stephen HensonInclude pkcs12 program as part of openssl. This complet...
1999-03-29 Dr. Stephen HensonVarious PKCS#12 related tidies and fixes: it might...
1999-03-28 Dr. Stephen HensonYet more PKCS#12 integration: add lots of files under...