Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In RSA, DSA, DH, and RAND - if the "***_new()" function fails because the | Geoff Thorpe | 2001-04-30 | 1 | -0/+1 |
| | | | | ENGINE code does not return a default, set an error. | ||||
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | 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. | ||||
* | Do to DH and DSA what has already been done to RSA. This involves moving | Geoff Thorpe | 2000-11-29 | 1 | -4/+4 |
| | | | | | the initialisation and cleanup of "ex_data" elements to before an init() handler and after a finish() handler respectively. | ||||
* | Constify DSA-related code. | Richard Levitte | 2000-11-07 | 1 | -8/+8 |
| | |||||
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 1 | -8/+59 |
| | | | | At the same time, add VMS support for Rijndael. | ||||
* | There have been a number of complaints from a number of sources that names | Richard Levitte | 2000-06-02 | 1 | -3/+3 |
| | | | | | | | | | like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files. | ||||
* | The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic as | Geoff Thorpe | 2000-04-20 | 1 | -2/+1 |
| | | | | | | with RSA_METHOD (the **_get_default_methods do set the default value if it's not set). However, the code had some duplication and was a bit conter-intuitive. | ||||
* | Tidy up CRYPTO_EX_DATA structures. | Dr. Stephen Henson | 2000-01-24 | 1 | -7/+7 |
| | |||||
* | Initial support for DH_METHOD. Also added a DH lock. A few changes made to | Dr. Stephen Henson | 1999-08-24 | 1 | -6/+3 |
| | | | | DSA_METHOD to make it more consistent with RSA_METHOD. | ||||
* | Initial support for DSA_METHOD... | Dr. Stephen Henson | 1999-08-22 | 1 | -1/+66 |
| | |||||
* | fix the bug | Bodo Möller | 1999-08-06 | 1 | -1/+1 |
| | |||||
* | New function DSA_dup_DH, and fixes for bugs that were found | Bodo Möller | 1999-08-05 | 1 | -0/+37 |
| | | | | while implementing and using it. | ||||
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-24 | 1 | -3/+3 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | Change functions to ANSI C. | Ulf Möller | 1999-04-19 | 1 | -5/+3 |
| | |||||
* | Massive constification. | Ben Laurie | 1999-04-17 | 1 | -1/+1 |
| | |||||
* | Fix security hole. | Ben Laurie | 1999-03-22 | 1 | -1/+1 |
| | |||||
* | Fix version stuff: | Ralf S. Engelschall | 1998-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | 1. The already released version was 0.9.1c and not 0.9.1b 2. The next release should be 0.9.2 and not 0.9.1d, because first the changes are already too large, second we should avoid any more 0.9.1x confusions and third, the Apache version semantics of VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here .2 is already just a patchlevel and not major change). tVS: ---------------------------------------------------------------------- | ||||
* | *** empty log message ***OpenSSL_0_9_1c | Ralf S. Engelschall | 1998-12-23 | 1 | -1/+1 |
| | |||||
* | Switch version string to SSLeay/OpenSSL | Ralf S. Engelschall | 1998-12-23 | 1 | -1/+1 |
| | |||||
* | Various cleanups and fixed by Marc and Ralf to start the OpenTLS project | Ralf S. Engelschall | 1998-12-22 | 1 | -2/+2 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) | Ralf S. Engelschall | 1998-12-21 | 1 | -1/+5 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.9.0b | Ralf S. Engelschall | 1998-12-21 | 1 | -2/+5 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.8.1b | Ralf S. Engelschall | 1998-12-21 | 1 | -0/+142 |