- 13 5月, 1999 12 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
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 提交于
cannot handle all opcodes we need.
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
Submitted by: Richard Levitte <richard@levitte.org>
-
由 Ulf Möller 提交于
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
-
由 Ulf Möller 提交于
Submitted by: Richard Levitte <richard@levitte.org>
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
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 提交于
Configure no longer changes files in place.
-
由 Dr. Stephen Henson 提交于
functions transposed.
-
- 12 5月, 1999 5 次提交
-
-
由 Dr. Stephen Henson 提交于
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 提交于
-
由 Ulf Möller 提交于
Submitted by: Andreas Ley <ley@rz.uni-karlsruhe.de>
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 11 5月, 1999 10 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Tomas Hulek Reviewed by: PR:
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Ulf Möller 提交于
Submitted by: Richard Levitte <levitte@stacken.kth.se>
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Bodo Möller 提交于
that SSL_set_{accept,connect}_state be called before SSL_{accept,connect} may be used. Submitted by: Reviewed by: PR:
-
由 Dr. Stephen Henson 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
Submitted by: Anonymous
-
由 Ralf S. Engelschall 提交于
-
- 10 5月, 1999 10 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Bodo Möller 提交于
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 提交于
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 提交于
applies to usparc systems. Submitted by: Reviewed by: PR:
-
由 Ralf S. Engelschall 提交于
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline'' with EGCS 1.1.2+
-
由 Dr. Stephen Henson 提交于
Containts elements of code by Sebastian Akerman <sak@parallelconsulting.com> and made a bit less "naughty" by Steve.
-
由 Bodo Möller 提交于
called sess_cert instead of just cert. This is in preparation of further changes: Probably often when s->session->sess_cert is used, we should use s->cert instead; s->session->sess_cert should be a new structure containing only the stuff that is for just one connection (e.g. the peer's certificate, which the SSL client implementations currently store in s->session->[sess_]cert, which is a very confusing thing to do). Submitted by: Reviewed by: PR:
-
由 Bodo Möller 提交于
pointers. The cert_st handling is changed by this in various ways. Submitted by: Reviewed by: PR:
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Dr. Stephen Henson 提交于
-
- 09 5月, 1999 3 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Bodo Möller 提交于
when restructuring the cert_st handling (removed unnused parts, and the like). Submitted by: Reviewed by: PR:
-
由 Bodo Möller 提交于
so that warnings about unused variables don't appear if those blocks are removed by the C preprocessor. Submitted by: Reviewed by: PR:
-