- May 10, 1999
-
-
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:
-
Ralf S. Engelschall authored
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline'' with EGCS 1.1.2+
-
Dr. Stephen Henson authored
Containts elements of code by Sebastian Akerman <sak@parallelconsulting.com> and made a bit less "naughty" by Steve.
-
- May 09, 1999
-
-
Bodo Möller authored
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 authored
pointers. The cert_st handling is changed by this in various ways. Submitted by: Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Dr. Stephen Henson authored
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Bodo Möller authored
when restructuring the cert_st handling (removed unnused parts, and the like). Submitted by: Reviewed by: PR:
-
Bodo Möller authored
so that warnings about unused variables don't appear if those blocks are removed by the C preprocessor. Submitted by: Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
- May 08, 1999
-
-
Dr. Stephen Henson authored
Win32 version of rename() ). There isn't a precise rename() equivalent under Win95: the standard rename() complains if the destination already exists so replaced with a combination of unlink() and MoveFile().
-
Dr. Stephen Henson authored
file name for 'ca' to come from the environment.
-
Dr. Stephen Henson authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Bodo Möller authored
been changed so that it almost could be used under Windows. No one asked to keep it (and no one volunteered to bring it into useable state), so away with it. Submitted by: Reviewed by: PR:
-
- May 07, 1999
-
-
Ulf Möller authored
-
Ulf Möller authored
-
Ben Laurie authored
-
Ben Laurie authored
-
- May 06, 1999
-
-
Bodo Möller authored
(Rather than changing the files in places, we really should use .in files.) Submitted by: Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Ulf Möller authored
-
Ulf Möller authored
Submitted by: Janez Jere <jj@void.si>
-
Ulf Möller authored
-
Ulf Möller authored
Submitted by: Janez Jere <jj@void.si>
-
Ulf Möller authored
Borland C submitted by: Janez Jere <jj@void.si>
-
Ulf Möller authored
-
- May 05, 1999
-
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
Submitted by: Franco Papacella <franco@arpage.ch>
-