summaryrefslogtreecommitdiff
path: root/crypto/asn1/p5_pbe.c
Commit message (Expand)AuthorAgeFilesLines
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-301-6/+21
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-0/+2
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-5/+5
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-3/+8
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* free NULL cleanupRich Salz2015-03-241-2/+1
* 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