aboutsummaryrefslogtreecommitdiffstats
path: root/apps/progs.h
Commit message (Collapse)AuthorAgeFilesLines
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-59/+59
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* New OCSP utility. This can generate, parse and printDr. Stephen Henson2001-01-131-0/+2
| | | | | | | | OCSP requests. It can also query reponders and parse or print out responses. Still needs some more work: OCSP response checks and of course documentation.
* Add application to enumerate, list and test engines with.Richard Levitte2000-11-011-0/+2
|
* Add 'rsautl' low level RSA utility.Dr. Stephen Henson2000-09-031-0/+4
| | | | | | | | Add DER public key routines. Add -passin argument to 'ca' utility. Document sign and verify options to dgst.
* MD4 implemented. Assar Westerlund provided the digest code itself and the ↵Richard Levitte2000-08-141-0/+1
| | | | test utility, I added the bits to get a EVP interface, the command line utility and the speed test
* 'rand' application for creating pseudo-random files.Bodo Möller2000-02-291-0/+2
|
* 'passwd' tool.Bodo Möller2000-02-101-0/+2
|
* Cosmetic changes.Bodo Möller2000-02-051-5/+2
|
* Add new program dhparam and update docs.Dr. Stephen Henson2000-01-221-0/+4
|
* Merge in my S/MIME library and utility.Dr. Stephen Henson1999-12-051-0/+2
|
* Fix for a bug in PKCS#7 code and non-detached data.Dr. Stephen Henson1999-11-161-3/+0
| | | | Remove rc4-64 from ciphers since it doesn't exist...
* Add support for the 40 and 64 bit RC2 and RC4 ciphers in 'enc'Dr. Stephen Henson1999-11-141-0/+12
| | | | add documentation for 'enc'.
* Various randomness handling bugfixes and improvements --Bodo Möller1999-10-261-3/+3
| | | | | some utilities that should have used RANDFILE did not, and -rand handling was broken except in genrsa.
* Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson1999-09-031-0/+2
|
* avoid some NO_<cipher> problemsBodo Möller1999-08-021-1/+3
|
* Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots moreDr. Stephen Henson1999-06-051-0/+2
| | | | | options to handle encrypted and unencrypted forms and DER format input and output.
* Update NO_* macros.Ulf Möller1999-04-271-5/+5
|
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-30/+0
|
* /* Just some comments. */Bodo Möller1999-04-141-1/+3
| | | | | | Submitted by: Reviewed by: PR:
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-0/+3
| | | | integration.
* New program 'nseq' added to apps to allow Netscape certificate sequences toDr. Stephen Henson1999-01-291-0/+3
| | | | be pulled apart and built.
* Fix the gendsa program and add it to the app list. The progs.h file isDr. Stephen Henson1999-01-091-0/+5
| | | | | auto generated but not auto updated so it is included. Also remove the encryption from the sample DSA keys.
* Incorporation of RSEs assembled patchesRalf S. Engelschall1998-12-221-6/+0
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-0/+1
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-5/+33
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+223