aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12
AgeCommit message (Expand)AuthorFilesLines
2002-08-09make updateBodo Möller1-174/+178
2002-07-30"make update"Lutz Jänicke1-246/+243
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-120/+240
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-27Use bg instead of bag as argument to macros, to avoid clashes withRichard Levitte1-2/+2
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson1-4/+4
2002-02-13ECDSA supportBodo Möller1-140/+158
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-1/+0
2001-12-09Improve back compatibility.Ben Laurie1-1/+1
2001-11-15make updateRichard Levitte1-1/+1
2001-11-06PKCS#12 code fixes: initialize and cleanup digests and ciphersDr. Stephen Henson2-8/+12
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2-2/+2
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-7/+7
2001-10-04'make update'Richard Levitte1-70/+70
2001-08-05Start to reduce some of the header bloat.Ben Laurie1-30/+37
2001-07-31make updateRichard Levitte1-13/+15
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie3-179/+116
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson1-1/+1
2001-07-26First of several reorganisations toDr. Stephen Henson4-44/+167
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-0/+1
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson2-124/+33
2001-04-03Plug a memory leak. Spotted by "Shijin" <shijin@comex.com>Richard Levitte1-0/+1
2001-03-18Fix PKCS#12 key generation bug.Dr. Stephen Henson1-2/+9
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson3-6/+6
2001-02-26make updateRichard Levitte1-32/+31
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-6/+6
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2-16/+16
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-79/+79
2001-02-19Make all configuration macros available for application by makingRichard Levitte5-138/+135
2001-02-04Make depend.Ben Laurie1-137/+144
2001-01-24Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson1-8/+0
2001-01-14Change PKCS#12 key derivation routines to cope withDr. Stephen Henson4-9/+13
2001-01-10Fix uni2asc() so it can properly convert zero lengthDr. Stephen Henson1-1/+1
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson8-121/+167
2000-12-30Delete PKCS#12 redundant files.Dr. Stephen Henson4-647/+0
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson4-112/+150
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller1-72/+69
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte1-58/+77
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte4-11/+11
2000-09-07Two new PKCS#12 demo programs.Dr. Stephen Henson1-11/+25
2000-09-07'make update'Richard Levitte1-32/+41
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson1-0/+2
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte1-96/+106
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte1-74/+80
2000-06-21Fixes for Win32 build.Dr. Stephen Henson2-4/+4
2000-06-20Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson2-15/+15
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson1-31/+0
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe1-94/+105