summaryrefslogtreecommitdiff
path: root/crypto/pkcs12/p12_decr.c
Commit message (Expand)AuthorAgeFilesLines
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-301-17/+47
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-2/+4
* Update copyright yearMatt Caswell2021-03-111-1/+1
* OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb2021-03-041-1/+3
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-14/+12
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-241-8/+2
* New GOST PKCS12 standard supportDmitry Belyavskiy2020-09-081-5/+45
* Adapt OPENSSL_DEBUG_DECRYPT to the new generic trace APIRichard Levitte2019-03-061-17/+6
* Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte2018-12-061-1/+1
* Constify X509_SIG.Dr. Stephen Henson2016-08-171-5/+5
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Remove outdated DEBUG flags.Rich Salz2016-02-181-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-7/+11
* Fix memory leak.Dr. Stephen Henson2015-05-261-2/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+4
* free NULL cleanup 8Rich Salz2015-04-301-2/+1
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-1/+1
* Remove obsolete declarations.Dr. Stephen Henson2015-03-121-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-107/+121
* Fix memory leak.Dr. Stephen Henson2014-03-011-4/+8
* Typo.Dr. Stephen Henson2009-10-021-2/+1
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-1/+9
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-11/+8
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Fix warnings.Ben Laurie2008-11-021-8/+11
* Fix more error codes.Bodo Möller2005-05-111-5/+5
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+2
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-2/+2
* PKCS#12 code fixes: initialize and cleanup digests and ciphersDr. Stephen Henson2001-11-061-7/+11
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-1/+1
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-311-33/+18
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-7/+7
* Typesafety Thought Police part 3.Ben Laurie2000-05-161-0/+2
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-1/+1
* Fix to PKCS#12 code to use the cipher block length when allocating a bufferDr. Stephen Henson1999-07-301-5/+6
* Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson1999-06-061-1/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Work with -pedantic!Ben Laurie1999-04-231-4/+5
* Change functions to ANSI C.Ulf Möller1999-04-191-25/+8
* Fix some warnings. Contributed by Anonymous.Ben Laurie1999-04-161-1/+3
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-10/+1
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-281-0/+206