History log of /openssl/ssl/ssl_cert.c (Results 251 – 275 of 278)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OpenSSL_0_9_4
# 204cf1ab 08-Aug-1999 Bodo Möller

Comments.


# a40f6dce 30-Jul-1999 Bodo Möller

correct error signalling for opendir() failure


# 74678cc2 21-Jul-1999 Bodo Möller

Additional user data argument to pem_password_cb function type
and to lots of PEM_... functions.
Submitted by: Damien Miller <dmiller@ilogic.com.au>


# 838d25a1 30-May-1999 Ben Laurie

More safe stack.


Revision tags: OpenSSL_0_9_3a, OpenSSL_0_9_3, OpenSSL_0_9_3beta2, OpenSSL_0_9_3beta1
# 1444ba8d 20-May-1999 Ulf Möller

NeXT doesn't have dirent.

Pointed out by Juergen Moellenhoff <jurgen@oic.de>


# 2a82c7cf 14-May-1999 Bodo Möller

Various bugfixes: Uses locking for some more of the stuff that is not
thread-safe (where thread-safe counterparts are not available on all
platforms), and don't memcpy to NULL-pointers
Su

Various bugfixes: Uses locking for some more of the stuff that is not
thread-safe (where thread-safe counterparts are not available on all
platforms), and don't memcpy to NULL-pointers
Submitted by: Anonymous
Reviewed by: Bodo Moeller

Also, clean up htons vs. ntohs confusions.

show more ...


# 224551f7 13-May-1999 Bodo Möller

Some tiny clean-ups related to the cert_st / sess_cert_st change.


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


# 7d7d2cbc 13-May-1999 Ulf Möller

VMS support.

Submitted by: Richard Levitte <richard@levitte.org>


# 1c3e0a19 10-May-1999 Bodo Möller

Changed a comment.
Submitted by:
Reviewed by:
PR:


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


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


# 661b361b 03-May-1999 Ben Laurie

Some more stack stuff.


# 7f89714e 01-May-1999 Bodo Möller

Support verify_depth from the SSL API without need for user-defined
callbacks.

Submitted by:
Reviewed by:
PR:


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


# f73e07cf 12-Apr-1999 Ben Laurie

Add type-safe STACKs and SETs.


Revision tags: OpenSSL_0_9_2b
# 72e442a3 22-Mar-1999 Ralf S. Engelschall

function names recently changed - consistency.


# a49034ab 06-Mar-1999 Ben Laurie

Fix names of cert stack functions.


# 06c68491 03-Mar-1999 Dr. Stephen Henson

Fix the Win32 compile environment and add various changes so it will now compile
under Win32 (9X and NT) again. Note: some signed/unsigned changes recently
checked in were killing the Win32 c

Fix the Win32 compile environment and add various changes so it will now compile
under Win32 (9X and NT) again. Note: some signed/unsigned changes recently
checked in were killing the Win32 compile.

show more ...


# eb90a483 28-Feb-1999 Ben Laurie

Add functions to add certs to stacks, used for CA file/path stuff in servers.


# c707fb27 26-Feb-1999 Ralf S. Engelschall

Ops, the logic of the second argument has to be coupled with the != test to
work correctly for the SSL_CTX_xxx situations, too. Now "make test" passes
again fine.


# 15d21c2d 25-Feb-1999 Ralf S. Engelschall

Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DH
private keys and/or callback functions which directly correspond to their
SSL_CTX_xxx() counterparts but work on a

Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DH
private keys and/or callback functions which directly correspond to their
SSL_CTX_xxx() counterparts but work on a per-connection basis. This is needed
for applications which have to configure certificates on a per-connection
basis (e.g. Apache+mod_ssl) instead of a per-context basis (e.g.
s_server).

For the RSA certificate situation is makes no difference, but for the DSA
certificate situation this fixes the "no shared cipher" problem where the
OpenSSL cipher selection procedure failed because the temporary keys were not
overtaken from the context and the API provided no way to reconfigure them.

The new functions now let applications reconfigure the stuff and they are in
detail: SSL_need_tmp_RSA, SSL_set_tmp_rsa, SSL_set_tmp_dh,
SSL_set_tmp_rsa_callback and SSL_set_tmp_dh_callback. Additionally a new
non-public-API function ssl_cert_instantiate() is used as a helper function
and also to reduce code redundancy inside ssl_rsa.c.

Submitted by: Ralf S. Engelschall
Reviewed by: Ben Laurie

show more ...


# e03ddfae 07-Jan-1999 Ben Laurie

Accept NULL in *_free.


Revision tags: OpenSSL_0_9_1c
# 651d0aff 22-Dec-1998 Ralf S. Engelschall

Various cleanups and fixed by Marc and Ralf to start the OpenTLS project


1...<<1112