aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
Commit message (Collapse)AuthorAgeFilesLines
* some const fixesNils Larsch2005-04-051-7/+7
|
* Fix s_client so it works without a certificate again.Dr. Stephen Henson2004-12-131-0/+2
|
* PR: 910Dr. Stephen Henson2004-11-161-0/+26
| | | | | | | | Add command line options -certform, -keyform and -pass to s_client and s_server. This supports the use of alternative passphrase sources, key formats and keys handled by an ENGINE. Update docs.
* On systems that use case-insensitive symbol names (i.e. they're allRichard Levitte2004-08-121-2/+2
| | | | | | | converted to upper case or something like that), the application- level bio_dump_cb() has a name clash with the new library function BIO_dump_cb(). The easiest fix is to rename the function at the application level.
* Avoid warnings saying that the format takes a void*.Richard Levitte2003-06-111-2/+2
|
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-031-2/+2
|
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-2/+2
|
* Prototype info function.Ben Laurie2002-01-121-1/+1
|
* more output for SSL 2.0 in our msg_callbackBodo Möller2001-11-101-0/+61
|
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-0/+250
| | | | | | | | | | | | | | | | | | | | | New macros SSL[_CTX]_set_msg_callback_arg(). Message callback imlementation for SSL 3.0/TLS 1.0 (no SSL 2.0 yet). New '-msg' option for 'openssl s_client' and 'openssl s_server' that enable a message callback that displays all protocol messages. In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert if client_version is smaller than the protocol version in use. Also change ssl23_get_client_hello (ssl/s23_srvr.c) to select TLS 1.0 if the client demanded SSL 3.0 but only TLS 1.0 is enabled; then the client will at least see that alert. Fix SSL[_CTX]_ctrl prototype (void * instead of char * for generic pointer). Add/update some OpenSSL copyright notices.
* cleaning up a littleBodo Möller2000-03-121-1/+1
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-18/+5
|
* Massive constification.Ben Laurie1999-04-171-1/+1
|
* Fix various memory leaks in SSL, apps and DSADr. Stephen Henson1999-02-151-3/+7
|
* Continued patches so certificates and CRLs now can support and useDr. Stephen Henson1999-01-201-2/+2
| | | | GeneralizedTime.
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-0/+5
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-4/+3
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+243