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> |
bd3576d2 | 13-May-1999 |
Ulf Möller |
Reorganize and speed up MD5. Submitted by: Andy Polyakov <appro@fy.chalmers.se> |
7d7d2cbc | 13-May-1999 |
Ulf Möller |
VMS support. Submitted by: Richard Levitte <richard@levitte.org> |
8d111f4a | 13-May-1999 |
Bodo Möller |
Spacing in comment corrected. |
8a41eb70 | 13-May-1999 |
Bodo Möller |
First tiny changes in preparation of changing of "sess_cert" handling. Also I've subsituted real tabs for 8-spaces sequences in some lines so that things don't look that weird with a tab-widt
First tiny changes in preparation of changing of "sess_cert" handling. Also I've subsituted real tabs for 8-spaces sequences in some lines so that things don't look that weird with a tab-width of 4.
show more ...
|
31ff97b2 | 13-May-1999 |
Ulf Möller |
mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile. Configure no longer changes files in place. |
8bc1431e | 12-May-1999 |
Dr. Stephen Henson |
Several of the EVP_CIPHER structures had the get and set asn1 parameter functions transposed. |
f5eac85e | 12-May-1999 |
Dr. Stephen Henson |
Add new -out option to asn1parse to allow the parsed data to be output. Fixed -strparse option: it didn't work if used more than once (this was due to the d2i_ASN1_TYPE call parsing a freed b
Add new -out option to asn1parse to allow the parsed data to be output. Fixed -strparse option: it didn't work if used more than once (this was due to the d2i_ASN1_TYPE call parsing a freed buffer). On Win32 the file wincrypt.h #define's X509_NAME and PKCS7_SIGNER_INFO causing clashes so these are #undef'ed
show more ...
|
d53ff9ab | 12-May-1999 |
Ulf Möller |
Caldera OpenLinux passes test now. |
dcbe9351 | 12-May-1999 |
Ulf Möller |
Missing argument in prototype. Submitted by: Andreas Ley <ley@rz.uni-karlsruhe.de> |
2ec765c8 | 11-May-1999 |
Ulf Möller |
Use ifndef PEDANTIC for all inline assembler. |
d797727b | 11-May-1999 |
Bodo Möller |
Comment. Submitted by: Reviewed by: PR: |
54a29df0 | 11-May-1999 |
Bodo Möller |
argc counting bug fixed. Submitted by: Tomas Hulek Reviewed by: PR: |
fa2b248f | 11-May-1999 |
Bodo Möller |
Clarify comment. Submitted by: Reviewed by: PR: |
7af62c3c | 11-May-1999 |
Ulf Möller |
Move openssl.cnf out of lib/. Submitted by: Richard Levitte <levitte@stacken.kth.se> |
ff712220 | 11-May-1999 |
Bodo Möller |
And I thought I could spell ... but in caps really everything looks the same. Submitted by: Reviewed by: PR: |
b31b04d9 | 11-May-1999 |
Bodo Möller |
Make SSL library a little more fool-proof by not requiring any longer that SSL_set_{accept,connect}_state be called before SSL_{accept,connect} may be used. Submitted by: Reviewed by:
Make SSL library a little more fool-proof by not requiring any longer that SSL_set_{accept,connect}_state be called before SSL_{accept,connect} may be used. Submitted by: Reviewed by: PR:
show more ...
|
10243d97 | 11-May-1999 |
Dr. Stephen Henson |
Various PKCS#7 related fixes,tidies and comments. |
d5a2ea4b | 10-May-1999 |
Ulf Möller |
Move openssl.cnf out of lib/. |
3f5868d2 | 10-May-1999 |
Ulf Möller |
Update. |