aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
Commit message (Expand)AuthorAgeFilesLines
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-0/+1
* Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson2001-06-112-124/+33
* Plug a memory leak. Spotted by "Shijin" <shijin@comex.com>Richard Levitte2001-04-031-0/+1
* Fix PKCS#12 key generation bug.Dr. Stephen Henson2001-03-181-2/+9
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-093-6/+6
* make updateRichard Levitte2001-02-261-32/+31
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-6/+6
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-232-16/+16
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-79/+79
* 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