aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/p5_pbe.c
Commit message (Expand)AuthorAgeFilesLines
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* 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-301-1/+1
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+2
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-4/+4
* 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
* More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson1999-06-061-18/+2
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-5/+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-15/+6
* Delete some auto generated files and correct a typo in crypto/asn1/p5_pbe.cDr. Stephen Henson1999-04-011-2/+2
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-281-0/+68
* Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson1999-03-281-0/+116