aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak in PKCS12_parse.Dr. Stephen Henson2000-03-223-15/+26
* Check that a password was actually passed, or the user will just getRichard Levitte2000-03-071-0/+8
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Beautifying. Sorry, but code that's slammed to the far left is notRichard Levitte2000-03-041-29/+34
* 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-303-3/+3
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+4
* Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson1999-12-291-4/+8
* Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson1999-12-151-11/+10
* Merge in my S/MIME library and utility.Dr. Stephen Henson1999-12-051-1/+1
* New function PKC12_newpass()Dr. Stephen Henson1999-12-034-2/+234
* Missing #ifdef NO_DESUlf Möller1999-11-171-0/+2
* *** empty log message ***Ulf Möller1999-10-301-1/+1
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-209-42/+42
* Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and addDr. Stephen Henson1999-08-173-5/+5
* Add pkcs7 and des apps to "make all".Ulf Möller1999-08-131-1/+1
* A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.Ralf S. Engelschall1999-08-081-0/+4
* Fix to PKCS#12 code to use the cipher block length when allocating a bufferDr. Stephen Henson1999-07-301-5/+6
* Fix no-hmac and no-ripemd.Ulf Möller1999-06-291-0/+2
* Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson1999-06-102-2/+2
* Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1999-06-082-6/+11
* This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson1999-06-071-2/+2
* Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson1999-06-062-6/+9
* Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson1999-06-063-9/+37
* The rest of the PKCS#5, PKCS#8 patch I forgot before :-)Dr. Stephen Henson1999-06-041-1/+2
* Some constification and stacks that slipped through the cracks (how?).Ben Laurie1999-06-043-16/+16
* Another stack.Ben Laurie1999-05-301-2/+3
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-120/+125
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-125/+120
* New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1999-05-192-1/+6
* Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in theDr. Stephen Henson1999-05-181-1/+1
* Update dependencies.Bodo Möller1999-05-151-109/+114
* Update dependencies.Ben Laurie1999-05-131-11/+12
* Remove unreachable return statements.Ulf Möller1999-05-051-1/+0
* Another stack.Ben Laurie1999-05-011-9/+8
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-3/+3
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-272-1/+5
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-266-81/+0
* Various header consistency fixes.Dr. Stephen Henson1999-04-251-0/+1
* "perl util/mkerr.pl -static -recurse -rebuild" because the previousBodo Möller1999-04-241-36/+4
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-246-27/+60
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-244-113/+61
* "make depend"Bodo Möller1999-04-231-164/+254
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-2317-27/+27
* Function didn't get ANSIfied because of unusual formatting.Ulf Möller1999-04-231-8/+3
* Work with -pedantic!Ben Laurie1999-04-2311-68/+93