summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
AgeCommit message (Expand)Author
2001-04-03Plug a memory leak. Spotted by "Shijin" <shijin@comex.com>Richard Levitte
2001-03-18Fix PKCS#12 key generation bug.Dr. Stephen Henson
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-02-26make updateRichard Levitte
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-04Make depend.Ben Laurie
2001-01-24Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson
2001-01-14Change PKCS#12 key derivation routines to cope withDr. Stephen Henson
2001-01-10Fix uni2asc() so it can properly convert zero lengthDr. Stephen Henson
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson
2000-12-30Delete PKCS#12 redundant files.Dr. Stephen Henson
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-07Two new PKCS#12 demo programs.Dr. Stephen Henson
2000-09-07'make update'Richard Levitte
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-20Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe
2000-05-16Typesafety Thought Police part 3.Ben Laurie
2000-05-16Typesafety Thought Police Part 2.Ben Laurie
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-03-22Fix a memory leak in PKCS12_parse.Dr. Stephen Henson
2000-03-07Check that a password was actually passed, or the user will just getRichard Levitte
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-03-04Beautifying. Sorry, but code that's slammed to the far left is notRichard Levitte
2000-03-03Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error.Bodo Möller
2000-03-02Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.Bodo Möller
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
1999-12-29Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson
1999-12-15Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson
1999-12-05Merge in my S/MIME library and utility.Dr. Stephen Henson
1999-12-03New function PKC12_newpass()Dr. Stephen Henson
1999-11-17Missing #ifdef NO_DESUlf Möller
1999-10-30*** empty log message ***Ulf Möller