summaryrefslogtreecommitdiffstats
path: root/apps/progs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SRP support.Ben Laurie2011-03-121-0/+4
|
* Updates from 1.0.0-stableDr. Stephen Henson2009-06-301-0/+2
|
* LHASH revamp. make depend.Ben Laurie2008-05-261-0/+1
|
* And so it begins...Dr. Stephen Henson2008-03-121-0/+7
| | | | | | | | | | Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.
* Add SEED encryption algorithm.Bodo Möller2007-04-241-0/+15
| | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
* New functions to enumerate digests and ciphers.Dr. Stephen Henson2006-07-091-0/+2
|
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-0/+18
| | | | | Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
* Initial keygen support.Dr. Stephen Henson2006-04-111-0/+2
|
* New utility 'pkeyutl' a general purpose version of 'rsautl'.Dr. Stephen Henson2006-04-071-0/+2
|
* New function to retrieve ASN1 info on public key algorithms. New commandDr. Stephen Henson2006-04-041-0/+1
| | | | line option to print out info.
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-281-0/+2
| | | | functions to support it.
* New general public key utility 'pkey'.Dr. Stephen Henson2006-03-281-0/+2
|
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-131-0/+2
| | | | | | | and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
* Port prime utility across from stable branch.Dr. Stephen Henson2005-04-271-0/+2
|
* update progs.pl to reflect changes in progs.hNils Larsch2005-04-051-3/+1
|
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+1
|
* Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte2003-02-141-0/+2
| | | | PR: 358
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+4
| | | | PR: 287
* ecdsa => ecBodo Möller2002-08-261-4/+4
| | | | Submitted by: Nils Larsch
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-2/+2
| | | | | | | | | | | | | | (the same keys can be used for ECC schemes other than ECDSA) and add some new options. Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS" in 'PEM' format. Fix ec_asn1.c (take into account the desired conversion form). 'make update'. Submitted by: Nils Larsch
* ECDSA supportBodo Möller2002-02-131-0/+8
| | | | Submitted by: Nils Larsch <nla@trustcenter.de>
* exclude disabled message digestsBodo Möller2001-09-101-0/+14
|
* add AES ciphersBodo Möller2001-09-101-0/+18
|
* 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-041-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-03-011-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-151-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-301-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