summaryrefslogtreecommitdiff
path: root/crypto/asn1/p5_pbe.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-73/+68
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* And so it begins...Dr. Stephen Henson2008-03-121-44/+61
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-1/+1
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-6/+6
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+2
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-9/+17
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-1/+1
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-41/+6
* 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