aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-242/+0
|
* Various header consistency fixes.Dr. Stephen Henson1999-04-251-0/+1
|
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-1/+5
| | | | | | | script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-10/+10
| | | | | | Submitted by: Reviewed by: PR:
* Work with -pedantic!Ben Laurie1999-04-231-2/+2
|
* Massive constification.Ben Laurie1999-04-171-8/+8
|
* Typo.Ben Laurie1999-04-141-2/+2
|
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-16/+22
|
* New option "-showcerts" for s_clientBodo Möller1999-03-311-4/+3
| | | | Slight cleanup in ssl/
* Fix security hole.Ben Laurie1999-03-221-1/+21
|
* Fix names of cert stack functions.Ben Laurie1999-03-061-6/+8
|
* Move the SSL_CTX_xxx defines at the top of ssl.h to the location of otherRalf S. Engelschall1999-03-061-12/+11
| | | | | | | SSL_CTX_xxx defines. What was the reason to move them to the top, even before the copyright and #ifdef HEADER_SSL_H? Hmmm... when there was and still is a good reason feel free to reverse this patch, but please document why it is needed this way.
* Remove confusing variables in function signatures in filesRalf S. Engelschall1999-03-041-2/+2
| | | | | | | | ssl/ssl_lib.c and ssl/ssl.h. At least the double ctx-variable confused some compilers. Submitted by: Lennart Bong <lob@kulthea.stacken.kth.se> Reviewed by: Ralf S. Engelschall
* Add functions to add certs to stacks, used for CA file/path stuff in servers.Ben Laurie1999-02-281-2/+9
|
* More truth in declarations.Ben Laurie1999-02-281-6/+8
|
* Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DHRalf S. Engelschall1999-02-251-0/+18
| | | | | | | | | | | | | | | | | | | | | | 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
* More stuff for new TLS ciphersuites.Ben Laurie1999-02-211-6/+5
|
* Undo a couple of kludges.Ben Laurie1999-02-211-1/+1
|
* Add support for new TLS export ciphersuites.Ben Laurie1999-02-211-7/+8
|
* Generate errors when public/private key check is done.Ben Laurie1999-02-201-1/+0
|
* Updates to the new SSL compression codeMark J. Cox1999-02-161-213/+290
| | | | | | | | | | | | | | [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:
* Fix various stuff: that VC++ 5.0 chokes on:Dr. Stephen Henson1999-01-311-1/+1
| | | | | | | | 1. Add *lots* of missing prototypes for static ssl functions. 2. VC++ doesn't understand the 'LL' suffix for 64 bits constants: change bn.org 3. Add a few missing prototypes in pem.org Fix mk1mf.pl so it outputs a Makefile that doesn't choke Win95. Fix mkdef.pl so it doesn't truncate longer names.
* Update STATUS, modify ssl.h so mkdef.pl will pick up prototypes andDr. Stephen Henson1999-01-301-8/+15
| | | | add x509v3.h to mkdef.pl list of include files.
* More prototypes.Ben Laurie1999-01-161-25/+28
|
* Make the world a safer place (if people object to this kind of change, speak upBen Laurie1999-01-061-4/+3
| | | | soon - I intend to do a lot of it!).
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-142/+185
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-257/+420
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+1290