aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change functions to ANSI C.Ulf Möller1999-04-1915-224/+85
* Clean up prototypes (prepare for removing NOPROTO).Ulf Möller1999-04-191-1/+0
* Massive constification.Ben Laurie1999-04-173-5/+5
* Fix some warnings. Contributed by Anonymous.Ben Laurie1999-04-161-1/+3
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-44/+54
* Update dependencies.Ben Laurie1999-04-011-0/+155
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-5/+5
* Add .cvsignore in new pkcs12 directoryRalf S. Engelschall1999-04-011-0/+1
* Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson1999-03-296-37/+12
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-2914-55/+20
* Various PKCS#12 related tidies and fixes: it might even compile now :-)Dr. Stephen Henson1999-03-292-42/+1
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-2818-0/+3218