#
20d242b0 |
| 28-Jun-2000 |
Richard Levitte |
Make it possible for users of the openssl applications to specify the EGD should be used as seeding input, and where the named socket is.
|
#
b598ea93 |
| 07-Jun-2000 |
Bodo Möller |
use consistent indentation
|
#
26a3a48d |
| 01-Jun-2000 |
Richard Levitte |
There have been a number of complaints from a number of sources that names like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other pac
There have been a number of complaints from a number of sources that names 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.
show more ...
|
Revision tags: OpenSSL_0_9_5, OpenSSL_0_9_5a, OpenSSL_0_9_5a-beta2, OpenSSL_0_9_5a-beta1 |
|
#
0dd39898 |
| 10-Mar-2000 |
Bodo Möller |
Change to code generated by 'dhparam -C': - Move DH parameter components inside the function. - Automatically #include the required header file if it has not already been #included.
|
#
a10c512a |
| 10-Mar-2000 |
Bodo Möller |
another typo
|
#
9f5d2069 |
| 10-Mar-2000 |
Bodo Möller |
typo
|
#
bb2276ab |
| 03-Mar-2000 |
Bodo Möller |
Avoid potential memory leak in code generated by 'openssl dhparam -C'.
|
#
41918458 |
| 03-Mar-2000 |
Bodo Möller |
New '-dsaparam' option for 'openssl dhparam', and related fixes.
|
#
afbd0746 |
| 01-Mar-2000 |
Bodo Möller |
'rand'/'-rand' documentation.
|
Revision tags: OpenSSL_0_9_5beta2, OpenSSL_0_9_5beta1 |
|
#
667ac4ec |
| 11-Feb-2000 |
Ralf S. Engelschall |
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''.
|
#
657e60fa |
| 03-Feb-2000 |
Ulf Möller |
ispell (and minor modifications)
|
#
2a99e8b9 |
| 22-Jan-2000 |
Ulf Möller |
dh renamed to dhparam
|
#
09483c58 |
| 22-Jan-2000 |
Dr. Stephen Henson |
Add new program dhparam and update docs.
|