History log of /openssl/ssl/ssl_sess.c (Results 251 – 273 of 273)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OpenSSL_0_9_4
# b1c4fe36 07-Jun-1999 Bodo Möller

Don't mix real tabs with tabs expanded as 8 spaces -- that's
a pain to read when using 4-space tabs.


Revision tags: OpenSSL_0_9_3a, OpenSSL_0_9_3, OpenSSL_0_9_3beta2
# bdc98ffb 23-May-1999 Bodo Möller

Don't use NULL-pointer :-/


# 1dfad805 23-May-1999 Bodo Möller

Comment about bug.


# 8876bc05 23-May-1999 Bodo Möller

Let ssl_get_prev_session reliably work in multi-threaded settings.


# 9a193d88 23-May-1999 Bodo Möller

Avoid memory hole when we don't like the session proposed by the client


Revision tags: OpenSSL_0_9_3beta1
# 673eadec 17-May-1999 Bodo Möller

Additional, more descriptive error message for rejection of a session ID
because of missing session ID context (so that application programmers
are directly pointed to what they should do dif

Additional, more descriptive error message for rejection of a session ID
because of missing session ID context (so that application programmers
are directly pointed to what they should do differently).

show more ...


# b56bce4f 13-May-1999 Bodo Möller

New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
While modifying the sources, I found some inconsistencies on the use of
s->cert vs. s->session->sess_cert; I don't know i

New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
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.

show more ...


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


# 0fda2e37 01-May-1999 Bodo Möller

Add "static" to function definition

Submitted by: Anonymous
Reviewed by:
PR:

Submitted by:
Reviewed by:
PR:


# 801294f8 29-Apr-1999 Dr. Stephen Henson

Fix a couple of cases where an attempt is made to lock an already locked
mutex.


# a9be3af5 26-Apr-1999 Ulf Möller

Remove NOPROTO definitions and error code comments.


# ec577822 23-Apr-1999 Bodo Möller

Change #include filenames from <foo.h> to <openssl.h>.

Submitted by:
Reviewed by:
PR:


# 6b691a5c 19-Apr-1999 Ulf Möller

Change functions to ANSI C.


# c5db363e 16-Apr-1999 Ben Laurie

Fix some warnings. Contributed by Anonymous.


# f73e07cf 12-Apr-1999 Ben Laurie

Add type-safe STACKs and SETs.


# 6d02d8e4 31-Mar-1999 Bodo Möller

New option "-showcerts" for s_client

Slight cleanup in ssl/


Revision tags: OpenSSL_0_9_2b
# b4cadc6e 22-Mar-1999 Ben Laurie

Fix security hole.


# 06ab81f9 21-Feb-1999 Ben Laurie

Add support for new TLS export ciphersuites.


# 413c4f45 16-Feb-1999 Mark J. Cox

Updates to the new SSL compression code
[Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]

Fix so that the version number in the master secret, when passed

Updates to the new SSL compression code
[Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]

Fix so that the version number in the master secret, when passed
via RSA, checks that if TLS was proposed, but we roll back to SSLv3
(because the server will not accept higher), that the version number
is 0x03,0x01, not 0x03,0x00
[Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]

Submitted by:
Reviewed by:
PR:

show more ...


# e03ddfae 07-Jan-1999 Ben Laurie

Accept NULL in *_free.


Revision tags: OpenSSL_0_9_1c, SSLeay_0_9_1b
# dfeab068 21-Dec-1998 Ralf S. Engelschall

Import of old SSLeay release: SSLeay 0.9.1b (unreleased)


Revision tags: SSLeay_0_9_0b
# 58964a49 21-Dec-1998 Ralf S. Engelschall

Import of old SSLeay release: SSLeay 0.9.0b


Revision tags: SSLeay_0_8_1b
# d02b48c6 21-Dec-1998 Ralf S. Engelschall

Import of old SSLeay release: SSLeay 0.8.1b


1...<<11