aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
Commit message (Expand)AuthorAgeFilesLines
...
* Use bg instead of bag as argument to macros, to avoid clashes withRichard Levitte2002-06-271-2/+2
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-141-4/+4
* ECDSA supportBodo Möller2002-02-131-140/+158
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+0
* Improve back compatibility.Ben Laurie2001-12-091-1/+1
* make updateRichard Levitte2001-11-151-1/+1
* PKCS#12 code fixes: initialize and cleanup digests and ciphersDr. Stephen Henson2001-11-062-8/+12
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-172-2/+2
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-7/+7
* 'make update'Richard Levitte2001-10-041-70/+70
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-30/+37
* make updateRichard Levitte2001-07-311-13/+15
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-303-179/+116
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-271-1/+1
* First of several reorganisations toDr. Stephen Henson2001-07-264-44/+167
* 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