aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ssl
Commit message (Collapse)AuthorAgeFilesLines
* Remove SSLv2 supportKurt Roeckx2014-12-041-1/+1
| | | | | | The only support for SSLv2 left is receiving a SSLv2 compatible client hello. Reviewed-by: Richard Levitte <levitte@openssl.org>
* RT2847: Don't "check" uninitialized memoryMartin Olsson2014-08-191-2/+0
| | | | | | Don't check err variable until after it's been set. Reviewed-by: Emilia Kasper <emilia@openssl.org>
* John Denney <jdenney@ca.mdis.com> reports that we forgot to convertRichard Levitte2000-10-183-6/+6
| | | | Free to OPENSSL_free in the SSL demos.
* Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson1999-11-081-1/+0
| | | | | | | | | plain not working :-( Also fix some memory leaks in the new X509_NAME code. Fix so new app_rand code doesn't crash 'x509' and move #include so it compiles under Win32.
* SSL_shutdown was done too early.Bodo Möller1999-08-011-2/+1
|
* don't prematurely shut down socket -- use SSL_shutdownBodo Möller1999-08-011-1/+1
|
* Updated C++ SSL demos.Bodo Möller1999-05-272-17/+53
| | | | Submitted (a month ago) by: Wade Scholine
* Submitted by:Bodo Möller1999-04-241-1/+1
| | | | | Reviewed by: PR:
* Submitted by:Bodo Möller1999-04-233-15/+15
| | | | | Reviewed by: PR:
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-213-0/+326