Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SRP support. | Ben Laurie | 2011-03-12 | 1 | -0/+4 |
| | |||||
* | Updates from 1.0.0-stable | Dr. Stephen Henson | 2009-06-30 | 1 | -0/+2 |
| | |||||
* | LHASH revamp. make depend. | Ben Laurie | 2008-05-26 | 1 | -0/+1 |
| | |||||
* | And so it begins... | Dr. Stephen Henson | 2008-03-12 | 1 | -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öller | 2007-04-24 | 1 | -0/+15 |
| | | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller | ||||
* | New functions to enumerate digests and ciphers. | Dr. Stephen Henson | 2006-07-09 | 1 | -0/+2 |
| | |||||
* | Camellia cipher, contributed by NTT | Bodo Möller | 2006-06-09 | 1 | -0/+18 |
| | | | | | Submitted by: Masashi Fujita Reviewed by: Bodo Moeller | ||||
* | Initial keygen support. | Dr. Stephen Henson | 2006-04-11 | 1 | -0/+2 |
| | |||||
* | New utility 'pkeyutl' a general purpose version of 'rsautl'. | Dr. Stephen Henson | 2006-04-07 | 1 | -0/+2 |
| | |||||
* | New function to retrieve ASN1 info on public key algorithms. New command | Dr. Stephen Henson | 2006-04-04 | 1 | -0/+1 |
| | | | | line option to print out info. | ||||
* | New utility pkeyparam. Enhance and bugfix algorithm specific parameter | Dr. Stephen Henson | 2006-03-28 | 1 | -0/+2 |
| | | | | functions to support it. | ||||
* | New general public key utility 'pkey'. | Dr. Stephen Henson | 2006-03-28 | 1 | -0/+2 |
| | |||||
* | RFC 3161 compliant time stamp request creation, response generation | Ulf Möller | 2006-02-13 | 1 | -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 Henson | 2005-04-27 | 1 | -0/+2 |
| | |||||
* | update progs.pl to reflect changes in progs.h | Nils Larsch | 2005-04-05 | 1 | -3/+1 |
| | |||||
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 1 | -1/+1 |
| | |||||
* | Make it possible to disable OCSP, the speed application, and the use of sockets. | Richard Levitte | 2003-02-14 | 1 | -0/+2 |
| | | | | PR: 358 | ||||
* | Add the possibility to build without the ENGINE framework. | Richard Levitte | 2003-01-30 | 1 | -0/+4 |
| | | | | PR: 287 | ||||
* | ecdsa => ec | Bodo Möller | 2002-08-26 | 1 | -4/+4 |
| | | | | Submitted by: Nils Larsch | ||||
* | Replace 'ecdsaparam' commandline utility by 'ecparam' | Bodo Möller | 2002-07-14 | 1 | -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 support | Bodo Möller | 2002-02-13 | 1 | -0/+8 |
| | | | | Submitted by: Nils Larsch <nla@trustcenter.de> | ||||
* | exclude disabled message digests | Bodo Möller | 2001-09-10 | 1 | -0/+14 |
| | |||||
* | add AES ciphers | Bodo Möller | 2001-09-10 | 1 | -0/+18 |
| | |||||
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -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 print | Dr. Stephen Henson | 2001-01-13 | 1 | -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 Levitte | 2000-11-01 | 1 | -0/+2 |
| | |||||
* | Add 'rsautl' low level RSA utility. | Dr. Stephen Henson | 2000-09-04 | 1 | -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 Levitte | 2000-08-14 | 1 | -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öller | 2000-03-01 | 1 | -0/+2 |
| | |||||
* | 'passwd' tool. | Bodo Möller | 2000-02-10 | 1 | -0/+2 |
| | |||||
* | Cosmetic changes. | Bodo Möller | 2000-02-05 | 1 | -5/+2 |
| | |||||
* | Add new program dhparam and update docs. | Dr. Stephen Henson | 2000-01-22 | 1 | -0/+4 |
| | |||||
* | Merge in my S/MIME library and utility. | Dr. Stephen Henson | 1999-12-05 | 1 | -0/+2 |
| | |||||
* | Fix for a bug in PKCS#7 code and non-detached data. | Dr. Stephen Henson | 1999-11-16 | 1 | -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 Henson | 1999-11-14 | 1 | -0/+12 |
| | | | | add documentation for 'enc'. | ||||
* | Various randomness handling bugfixes and improvements -- | Bodo Möller | 1999-10-26 | 1 | -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 Henson | 1999-09-03 | 1 | -0/+2 |
| | |||||
* | avoid some NO_<cipher> problems | Bodo Möller | 1999-08-02 | 1 | -1/+3 |
| | |||||
* | Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots more | Dr. Stephen Henson | 1999-06-05 | 1 | -0/+2 |
| | | | | | options to handle encrypted and unencrypted forms and DER format input and output. | ||||
* | Update NO_* macros. | Ulf Möller | 1999-04-27 | 1 | -5/+5 |
| | |||||
* | Remove NOPROTO definitions and error code comments. | Ulf Möller | 1999-04-26 | 1 | -30/+0 |
| | |||||
* | /* Just some comments. */ | Bodo Möller | 1999-04-15 | 1 | -1/+3 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | Include pkcs12 program as part of openssl. This completes most of the PKCS#12 | Dr. Stephen Henson | 1999-03-29 | 1 | -0/+3 |
| | | | | integration. | ||||
* | New program 'nseq' added to apps to allow Netscape certificate sequences to | Dr. Stephen Henson | 1999-01-30 | 1 | -0/+3 |
| | | | | be pulled apart and built. | ||||
* | Fix the gendsa program and add it to the app list. The progs.h file is | Dr. Stephen Henson | 1999-01-09 | 1 | -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 patches | Ralf S. Engelschall | 1998-12-22 | 1 | -6/+0 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) | Ralf S. Engelschall | 1998-12-21 | 1 | -0/+1 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.9.0b | Ralf S. Engelschall | 1998-12-21 | 1 | -5/+33 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.8.1b | Ralf S. Engelschall | 1998-12-21 | 1 | -0/+223 |