summaryrefslogtreecommitdiff
path: root/crypto/pkcs12
Commit message (Expand)AuthorAgeFilesLines
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson2005-05-151-0/+12
* Fix more error codes.Bodo Möller2005-05-119-54/+54
* Rebuild error codes.Dr. Stephen Henson2005-04-121-50/+54
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-053-9/+26
* Check return code of EVP_CipherInit() in PKCS#12 code.Dr. Stephen Henson2004-11-241-3/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-139/+132
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-1/+1
* make updateGeoff Thorpe2004-04-191-81/+63
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-153-3/+6
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Shut up an ANSI compiler about uninitialised variables.Richard Levitte2003-03-201-1/+1
* make updateRichard Levitte2002-12-291-250/+130
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-283-5/+5
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Various enhancements to PKCS#12 code, newDr. Stephen Henson2002-10-032-72/+253
* Fix typos in PKCS#12 ASN1 code.Dr. Stephen Henson2002-09-071-3/+3
* make updateBodo Möller2002-08-091-174/+178
* "make update"Lutz Jänicke2002-07-301-246/+243
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-120/+240
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* 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