summaryrefslogtreecommitdiff
path: root/crypto/asn1/p5_pbev2.c
Commit message (Expand)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271-53/+126
* Recent changes from HEAD.Richard Levitte2004-07-121-3/+5
* Add missing EVP_CIPHER_CTX_init call.Dr. Stephen Henson2002-05-181-0/+2
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-1/+1
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-2/+2
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-94/+13
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-3/+3
* Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error.Bodo Möller2000-03-031-2/+3
* Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.Bodo Möller2000-03-021-1/+1
* Make pkcs8 work again.Dr. Stephen Henson2000-02-221-2/+2
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-2/+2
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-2/+2
* Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson1999-12-291-3/+10
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-6/+6
* Torture weak compilers less by not automatically including x509.h whereBodo Möller1999-07-211-0/+1
* Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson1999-06-101-0/+1
* Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1999-06-081-3/+3
* This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson1999-06-071-1/+0
* More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson1999-06-061-4/+115
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-7/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-20/+9
* Add PKCS#5 v2.0 ASN1 structures.Dr. Stephen Henson1999-04-081-0/+180