397f7038 | 10-May-1999 |
Ralf S. Engelschall |
Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline'' with EGCS 1.1.
Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline'' with EGCS 1.1.2+
show more ...
|
884e8ec6 | 10-May-1999 |
Dr. Stephen Henson |
Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data. Containts elements of code by Sebastian Akerman <sak@parallelconsulting.com> and made a bit less "naughty" by Steve. |
9d5cceac | 09-May-1999 |
Bodo Möller |
No actual change, but the cert_st member of struct ssl_session_st is now called sess_cert instead of just cert. This is in preparation of further changes: Probably often when s->session->ses
No actual change, but the cert_st member of struct ssl_session_st is now 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:
show more ...
|
ca8e5b9b | 09-May-1999 |
Bodo Möller |
Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copying pointers. The cert_st handling is changed by this in various ways. Submitted by: Reviewed by: PR: |
8d1157c7 | 09-May-1999 |
Bodo Möller |
One comment was in the wrong line ... some others are new. Submitted by: Reviewed by: PR: |
c8b41850 | 09-May-1999 |
Dr. Stephen Henson |
Kill evil casts, fix PKCS#7 and add new X509V3 Function. |
1c10afc3 | 09-May-1999 |
Bodo Möller |
Makefile.save was missing here. Submitted by: Reviewed by: PR: |
8450bddf | 09-May-1999 |
Bodo Möller |
Some tiny changes to the source code to make future diffs smaller when restructuring the cert_st handling (removed unnused parts, and the like). Submitted by: Reviewed by: PR: |
a0d0c6a6 | 09-May-1999 |
Bodo Möller |
Move variable definitions into the blocks where they are really needed, so that warnings about unused variables don't appear if those blocks are removed by the C preprocessor. Submit
Move variable definitions into the blocks where they are really needed, so that warnings about unused variables don't appear if those blocks are removed by the C preprocessor. Submitted by: Reviewed by: PR:
show more ...
|
303c0028 | 09-May-1999 |
Bodo Möller |
Use "const char *" instead of "char *" for filenames passed to functions. Submitted by: Reviewed by: PR: |
a5ab0532 | 08-May-1999 |
Dr. Stephen Henson |
Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for a Win32 version of rename() ). There isn't a precise rename() equivalent under Win95: the standard rename() complai
Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for a 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().
show more ...
|
e40b7abe | 08-May-1999 |
Dr. Stephen Henson |
Allows PKCS#12 password to be placed on command line and add allow config file name for 'ca' to come from the environment. |
7e797a06 | 08-May-1999 |
Dr. Stephen Henson |
GeneralizedTime setting fixes. |
8cf65228 | 08-May-1999 |
Ulf Möller |
no-xxx option to exclude ciphers. |
2126f5e0 | 08-May-1999 |
Ulf Möller |
The libssl32.dll definition file is called ssleay32.def. (why?) |
33f7bc96 | 08-May-1999 |
Ulf Möller |
Mingw32. |
5a9bab32 | 08-May-1999 |
Ulf Möller |
pass $PERL on make files. |
08943156 | 08-May-1999 |
Ulf Möller |
Superseded by sparcv8.S and sparcv8plus.s. |
a2aa8168 | 08-May-1999 |
Bodo Möller |
This was an unused derivate of an old version of s_client.c that had been changed so that it almost could be used under Windows. No one asked to keep it (and no one volunteered to bring it in
This was an unused derivate of an old version of s_client.c that had 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:
show more ...
|
7d5d27b9 | 07-May-1999 |
Ulf Möller |
Generate DLLs with Mingw32. |
12d7d32f | 07-May-1999 |
Ulf Möller |
Get the Mingw32 makefiles right. |
5b640028 | 07-May-1999 |
Ben Laurie |
Make -pedantic work again. |
135a1dca | 07-May-1999 |
Ben Laurie |
Bodo didn't do that. |
559b52ac | 06-May-1999 |
Bodo Möller |
Restored path names that were changed by a previous "Configure" run. (Rather than changing the files in places, we really should use .in files.) Submitted by: Reviewed by: PR: |
ce0d9f04 | 06-May-1999 |
Bodo Möller |
Some comments. Submitted by: Reviewed by: PR: |