History log of /openssl/ (Results 35401 – 35425 of 36054)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
397f703810-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 ...

884e8ec610-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.

9d5cceac09-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 ...

ca8e5b9b09-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:

8d1157c709-May-1999 Bodo Möller

One comment was in the wrong line ... some others are new.
Submitted by:
Reviewed by:
PR:

c8b4185009-May-1999 Dr. Stephen Henson

Kill evil casts, fix PKCS#7 and add new X509V3 Function.

1c10afc309-May-1999 Bodo Möller

Makefile.save was missing here.
Submitted by:
Reviewed by:
PR:

8450bddf09-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:

a0d0c6a609-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 ...

303c002809-May-1999 Bodo Möller

Use "const char *" instead of "char *" for filenames passed to functions.

Submitted by:
Reviewed by:
PR:

a5ab053208-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 ...

e40b7abe08-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.

7e797a0608-May-1999 Dr. Stephen Henson

GeneralizedTime setting fixes.

8cf6522808-May-1999 Ulf Möller

no-xxx option to exclude ciphers.

2126f5e008-May-1999 Ulf Möller

The libssl32.dll definition file is called ssleay32.def. (why?)

33f7bc9608-May-1999 Ulf Möller

Mingw32.

5a9bab3208-May-1999 Ulf Möller

pass $PERL on make files.

0894315608-May-1999 Ulf Möller

Superseded by sparcv8.S and sparcv8plus.s.

a2aa816808-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 ...

7d5d27b907-May-1999 Ulf Möller

Generate DLLs with Mingw32.

12d7d32f07-May-1999 Ulf Möller

Get the Mingw32 makefiles right.

5b64002807-May-1999 Ben Laurie

Make -pedantic work again.

135a1dca07-May-1999 Ben Laurie

Bodo didn't do that.

559b52ac06-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:

ce0d9f0406-May-1999 Bodo Möller

Some comments.

Submitted by:
Reviewed by:
PR:

1...<<1411141214131414141514161417141814191420>>...1443