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. |
224551f7 | 13-May-1999 |
Bodo Möller |
Some tiny clean-ups related to the cert_st / sess_cert_st change. |
b56bce4f | 13-May-1999 |
Bodo Möller |
New structure type SESS_CERT used instead of CERT inside SSL_SESSION. While modifying the sources, I found some inconsistencies on the use of s->cert vs. s->session->sess_cert; I don't know i
New structure type SESS_CERT used instead of CERT inside SSL_SESSION. While modifying the sources, I found some inconsistencies on the use of s->cert vs. s->session->sess_cert; I don't know if those could really have caused problems, but possibly this is a proper bug-fix and not just a clean-up.
show more ...
|
0981259a | 13-May-1999 |
Bodo Möller |
For solaris-usparc configurations, avoid problems with GNU as, which cannot handle all opcodes we need. |
5c83b4c9 | 13-May-1999 |
Ulf Möller |
Remove redundant ifdef. |
75e0770d | 13-May-1999 |
Ulf Möller |
VMS support bug fixes. |
f7fd2ff7 | 13-May-1999 |
Ulf Möller |
VMS support. Submitted by: Richard Levitte <richard@levitte.org> |