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. |
898110db | 10-May-1999 |
Ulf Möller |
Fix for +xxx options. Submitted by: Anonymous |
66e08777 | 10-May-1999 |
Ralf S. Engelschall |
Ok, give us more time.... |
1c3e0a19 | 10-May-1999 |
Bodo Möller |
Changed a comment. Submitted by: Reviewed by: PR: |
84a370a4 | 10-May-1999 |
Bodo Möller |
The various character predicates (isspace and the like) may not be used with negative char values, so I've added casts to unsigned char. Maybe what really should be done is change all those a
The various character predicates (isspace and the like) may not be used with negative char values, so I've added casts to unsigned char. Maybe what really should be done is change all those arrays and pointers to type unsigned char [] or unsigned char *, respectively; but using plain char with those predicates is just wrong, so something had to be done. Submitted by: Reviewed by: PR:
show more ...
|
93c5624f | 10-May-1999 |
Bodo Möller |
Moved some variable declarations inside blocks where they are needed so that warnings about unused variables (for certain -D... constellations) are avoided; this corresponds to the earlier
Moved some variable declarations inside blocks where they are needed so that warnings about unused variables (for certain -D... constellations) are avoided; this corresponds to the earlier change for SHA1. Submitted by: Reviewed by: PR:
show more ...
|
699dbeca | 10-May-1999 |
Bodo Möller |
New entry debug-solaris-usparc-gcc, as debug-solaris-sparc-gcc no longer applies to usparc systems. Submitted by: Reviewed by: PR: |