- May 14, 1999
-
-
Bodo Möller authored
-
Bodo Möller authored
one for those functions (is it?).
-
- May 13, 1999
-
-
Bodo Möller authored
place to look for them.
-
Ulf Möller authored
-
Bodo Möller authored
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.)
-
Ben Laurie authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ben Laurie authored
-
Bodo Möller authored
-
Bodo Möller authored
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.
-
Bodo Möller authored
cannot handle all opcodes we need.
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
Submitted by: Richard Levitte <richard@levitte.org>
-
Ulf Möller authored
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
-
Ulf Möller authored
Submitted by: Richard Levitte <richard@levitte.org>
-
Bodo Möller authored
-
Bodo Möller authored
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.
-
Ulf Möller authored
Configure no longer changes files in place.
-
- May 12, 1999
-
-
Dr. Stephen Henson authored
functions transposed.
-
Dr. Stephen Henson authored
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
-
Ulf Möller authored
-
Ulf Möller authored
Submitted by: Andreas Ley <ley@rz.uni-karlsruhe.de>
-
- May 11, 1999
-
-
Ulf Möller authored
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Tomas Hulek Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Ulf Möller authored
Submitted by: Richard Levitte <levitte@stacken.kth.se>
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Bodo Möller authored
that SSL_set_{accept,connect}_state be called before SSL_{accept,connect} may be used. Submitted by: Reviewed by: PR:
-
Dr. Stephen Henson authored
-
- May 10, 1999
-
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
Submitted by: Anonymous
-
Ralf S. Engelschall authored
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Bodo Möller authored
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:
-
Bodo Möller authored
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:
-
Bodo Möller authored
applies to usparc systems. Submitted by: Reviewed by: PR:
-