cbbd3840 | 15-May-1999 |
Bodo Möller |
Use e_os2.h, not e_os.h in exported header file des.h. |
fa470a84 | 15-May-1999 |
Bodo Möller |
e_os2.h is used for things that must be visible when external applications use (certain parts of) OpenSSL. |
2a4a0a34 | 15-May-1999 |
Bodo Möller |
e_os* corrections. |
64a3b11b | 15-May-1999 |
Bodo Möller |
Comment. |
79479f02 | 15-May-1999 |
Bodo Möller |
Bugfix (set shutdown only when we should). Submitted by: Oleg Girko |
21419a74 | 15-May-1999 |
Bodo Möller |
Update. |
531b2cf7 | 15-May-1999 |
Ben Laurie |
Get rid of the cast. |
ad2cb8b4 | 15-May-1999 |
Bodo Möller |
Return 0 for an error, 1 for no error from read_options; that's what the calling code seems to expect. |
d3407350 | 15-May-1999 |
Bodo Möller |
Comment. |
e2e3d5ce | 15-May-1999 |
Bodo Möller |
A comment. |
8aa5b77c | 14-May-1999 |
Bodo Möller |
Avoid compiler warnings for x86. |
1ad2ecb6 | 14-May-1999 |
Dr. Stephen Henson |
The encoding of negative ASN1 INTEGERs and the conversion of BNs to negative integers was completely broken. Also added a NEG_PUBKEY_BUG compilation option to compensate for public keys impro
The encoding of negative ASN1 INTEGERs and the conversion of BNs to negative integers was completely broken. Also added a NEG_PUBKEY_BUG compilation option to compensate for public keys improperly encoded as negative integers.
show more ...
|
2a82c7cf | 14-May-1999 |
Bodo Möller |
Various bugfixes: Uses locking for some more of the stuff that is not thread-safe (where thread-safe counterparts are not available on all platforms), and don't memcpy to NULL-pointers Su
Various bugfixes: Uses locking for some more of the stuff that is not thread-safe (where thread-safe counterparts are not available on all platforms), and don't memcpy to NULL-pointers Submitted by: Anonymous Reviewed by: Bodo Moeller Also, clean up htons vs. ntohs confusions.
show more ...
|
d36bcdf5 | 14-May-1999 |
Bodo Möller |
Fix cryptlib.c. Submitted by: Reviewed by: PR: |
3ae76679 | 14-May-1999 |
Bodo Möller |
Introduce and use function typedef pem_password_cb so that we don't call those functions without having a parameter list declaration. (There are various similar cases left ...) |
e6d0b6ec | 14-May-1999 |
Bodo Möller |
*** empty log message *** |
0c0334b0 | 14-May-1999 |
Bodo Möller |
Delete a wish. |
dbd1e384 | 14-May-1999 |
Bodo Möller |
Change cast in function calls to that which is, I think, the right one for those functions (is it?). |
1b24cca9 | 13-May-1999 |
Bodo Möller |
Add release dates to the "CHANGES" file, because that's an obvious place to look for them. |
7de82c29 | 13-May-1999 |
Ulf Möller |
Missed one line. |
608217d8 | 13-May-1999 |
Bodo Möller |
Don't use reserved name "_encrypt" for parameters; instead I've picked "enc", because that's what's in the prototypes. ("_encrypt" is reserved only as an external name, but still using it
Don't use reserved name "_encrypt" for parameters; instead I've picked "enc", because that's what's in the prototypes. ("_encrypt" is reserved only as an external name, but still using it in an application doesn't look like good style to me -- and it certainly isn't if the point is just avoiding shadowing, which is apparently why the previous name "encrypt" was changed.)
show more ...
|
2adca9cd | 13-May-1999 |
Ben Laurie |
Update dependencies. |
09feda5c | 13-May-1999 |
Ulf Möller |
Cut&paste error. |
ce457a54 | 13-May-1999 |
Ulf Möller |
Oops. Close the file. |
90ba7e21 | 13-May-1999 |
Ben Laurie |
Avoid shadowing, and a bit of constification while I'm at it. |