aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_kiss.c
Commit message (Expand)AuthorAgeFilesLines
* Convert PKCS12* functions to use const gettersMatt Caswell2016-08-191-3/+3
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Use new namesDr. Stephen Henson2016-02-081-5/+5
* more PKCS12 opacityDr. Stephen Henson2016-02-081-4/+6
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Don't output bogus errors in PKCS12_parseDr. Stephen Henson2015-06-251-0/+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-4/+4
* free NULL cleanup 5aRich Salz2015-04-301-9/+5
* free NULL cleanupRich Salz2015-03-281-1/+1
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-215/+210
* Fix memory leak.František Bořánek2014-05-291-1/+1
* PR: 2737Dr. Stephen Henson2012-02-271-1/+1
* Updates from 1.0.0-stableDr. Stephen Henson2009-04-041-1/+1
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-031-79/+84
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Fix more error codes.Bodo Möller2005-05-111-10/+10
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-3/+15
* Plug a memory leak. Spotted by "Shijin" <shijin@comex.com>Richard Levitte2001-04-031-0/+1
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-311-5/+5
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* Two new PKCS#12 demo programs.Dr. Stephen Henson2000-09-071-11/+25
* Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson2000-06-201-6/+6
* Typesafety Thought Police part 3.Ben Laurie2000-05-161-6/+7
* Typesafety Thought Police Part 2.Ben Laurie2000-05-161-11/+14
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-5/+5
* Make PKCS#12 code handle missing passwords.Dr. Stephen Henson2000-05-041-3/+15
* Fix a memory leak in PKCS12_parse.Dr. Stephen Henson2000-03-221-10/+21
* Beautifying. Sorry, but code that's slammed to the far left is notRichard Levitte2000-03-041-29/+34
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-15/+15
* 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-1/+1
* Work with -pedantic!Ben Laurie1999-04-231-10/+11
* Change functions to ANSI C.Ulf Möller1999-04-191-31/+10
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-5/+1
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-281-0/+269