aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | codebase apparently was inconsistent. And crypto/Makefile.ssl *does* need an ERRC .. Submitted by: Reviewed by: PR:
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-246-27/+60
| | | | | | | | | | to error code script: it can now find untranslatable function codes (usually because the function is static and not defined in a header: occasionally because of a typo...) and unreferenced function and reason codes. To see this try: perl util/mkerr.pl -recurse -debug Also fixed some typos in crypto/pkcs12 that this found :-) Also tidy up some error calls that had to be all on one line: the old error script couldn't find codes unless the call was all on one line.
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-244-113/+61
| | | | | | | script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
* "make depend"Bodo Möller1999-04-231-164/+254
| | | | | | Submitted by: Reviewed by: PR:
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-2317-27/+27
| | | | | | Submitted by: Reviewed by: PR:
* 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
| | | | | kludge, remove CRs from ssl_ciph.c and update Win32 functions for PKCS#12 code. It might compile under Win32 now ...
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-2914-55/+20
| | | | integration.
* 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
them to the build environment.