summaryrefslogtreecommitdiff
path: root/crypto/pkcs12
Commit message (Expand)AuthorAgeFilesLines
...
* Make all configuration macros available for application by makingRichard Levitte2001-02-195-138/+135
* Make depend.Ben Laurie2001-02-041-137/+144
* Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson2001-01-241-8/+0
* Change PKCS#12 key derivation routines to cope withDr. Stephen Henson2001-01-144-9/+13
* Fix uni2asc() so it can properly convert zero lengthDr. Stephen Henson2001-01-101-1/+1
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-318-121/+167
* Delete PKCS#12 redundant files.Dr. Stephen Henson2000-12-304-647/+0
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-084-112/+150
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-72/+69
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-58/+77
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-174-11/+11
* Two new PKCS#12 demo programs.Dr. Stephen Henson2000-09-071-11/+25
* 'make update'Richard Levitte2000-09-071-32/+41
* New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-241-0/+2
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-96/+106
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-74/+80
* Fixes for Win32 build.Dr. Stephen Henson2000-06-212-4/+4
* Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson2000-06-202-15/+15
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-31/+0
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-94/+105
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-019-25/+25
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-011-0/+31
* Typesafety Thought Police part 3.Ben Laurie2000-05-165-44/+26
* Typesafety Thought Police Part 2.Ben Laurie2000-05-166-46/+92
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-153-14/+14
* Make PKCS#12 code handle missing passwords.Dr. Stephen Henson2000-05-043-14/+31
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-3/+3
* Fix a memory leak in PKCS12_parse.Dr. Stephen Henson2000-03-223-15/+26
* Check that a password was actually passed, or the user will just getRichard Levitte2000-03-071-0/+8
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Beautifying. Sorry, but code that's slammed to the far left is notRichard Levitte2000-03-041-29/+34
* Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error.Bodo Möller2000-03-031-1/+1
* Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.Bodo Möller2000-03-021-1/+1
* Seek out and destroy another evil cast.Ulf Möller2000-01-303-3/+3
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+4
* Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson1999-12-291-4/+8
* Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson1999-12-151-11/+10
* Merge in my S/MIME library and utility.Dr. Stephen Henson1999-12-051-1/+1
* New function PKC12_newpass()Dr. Stephen Henson1999-12-034-2/+234
* Missing #ifdef NO_DESUlf Möller1999-11-171-0/+2
* *** empty log message ***Ulf Möller1999-10-301-1/+1
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-209-42/+42
* Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and addDr. Stephen Henson1999-08-173-5/+5
* Add pkcs7 and des apps to "make all".Ulf Möller1999-08-131-1/+1
* A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.Ralf S. Engelschall1999-08-081-0/+4
* Fix to PKCS#12 code to use the cipher block length when allocating a bufferDr. Stephen Henson1999-07-301-5/+6
* Fix no-hmac and no-ripemd.Ulf Möller1999-06-291-0/+2
* Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson1999-06-102-2/+2
* Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1999-06-082-6/+11