openssl/util
Geoff Thorpe dc644fe229 This change allows a callback to be used to override the generation of
SSL/TLS session IDs in a server. According to RFC2246, the session ID is an
arbitrary value chosen by the server. It can be useful to have some control
over this "arbitrary value" so as to choose it in ways that can aid in
things like external session caching and balancing (eg. clustering). The
default session ID generation is to fill the ID with random data.

The callback used by default is built in to ssl_sess.c, but registering a
callback in an SSL_CTX or in a particular SSL overrides this. BTW: SSL
callbacks will override SSL_CTX callbacks, and a new SSL structure inherits
any callback set in its 'parent' SSL_CTX. The header comments describe how
this mechanism ticks, and source code comments describe (hopefully) why it
ticks the way it does.

Man pages are on the way ...

[NB: Lutz was also hacking away and helping me to figure out how best to do
this.]
2001-02-21 18:06:26 +00:00
..
pl Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
add_cr.pl Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
bat.sh Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
ck_errf.pl Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
clean-depend.pl Make it possible to use gcc to generate the dependency tables. 2001-02-16 13:55:05 +00:00
deleof.pl Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
do_ms.sh More consistency. 1999-05-31 21:58:18 +00:00
domd Remove temporary files when done. 2001-02-19 15:23:37 +00:00
err-ins.pl Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
files.pl Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
fixNT.sh Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
FreeBSD.sh Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
install.sh Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
libeay.num 'make update' 2001-02-21 14:12:50 +00:00
mk1mf.pl Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
mkcerts.sh Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
mkdef.pl Modify mkdef.pl to recognise and parse prprocessor conditionals of the 2001-02-21 14:12:03 +00:00
mkdir-p.pl Don't make assumptions on what the path looks like. 1999-06-08 10:17:55 +00:00
mkerr.pl I had forgotten to change mkerr.pl to use the new macro system. 2001-02-21 12:03:20 +00:00
mkfiles.pl Add Rijndael as things to look through. 2000-11-14 10:51:00 +00:00
mklink.pl Report "error" (usually just "File exists", which is harmless) 2000-06-14 10:09:46 +00:00
mkstack.pl Remove references to RSAref. The glue library is but a memory to fade 2000-11-08 17:51:37 +00:00
perlpath.pl Be less restrictive and allow also `perl util/perlpath.pl /path/to/bin/perl' 1999-03-10 19:57:05 +00:00
pod2man.pl Since pod2man is still evolving, and some sites (among others dev.openssl.org) 2000-01-27 20:23:29 +00:00
point.sh General source tree makefile cleanups: Made `making xxx in yyy...' display 1999-03-06 12:32:06 +00:00
selftest.pl Don't check for bc at all. We can now run a meaningful test even if 2000-12-06 16:39:09 +00:00
sp-diff.pl MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test 2000-08-14 14:05:53 +00:00
speed.sh Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
src-dep.pl Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
ssleay.num This change allows a callback to be used to override the generation of 2001-02-21 18:06:26 +00:00
tab_num.pl Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
x86asm.sh Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00