New option "-showcerts" for s_client

Slight cleanup in ssl/
This commit is contained in:
Bodo Möller
1999-03-31 12:06:30 +00:00
parent 4f49cc7493
commit 6d02d8e444
6 changed files with 24 additions and 9 deletions

View File

@@ -5,6 +5,14 @@
Changes between 0.9.2b and 0.9.3
*) Got rid of old SSL2_CLIENT_VERSION (inconsistently used) and
SSL2_SERVER_VERSION (not used at all) macros, which are now the
same as SSL2_VERSION anyway.
[Bodo Moeller]
*) New "-showcerts" option for s_client.
[Bodo Moeller]
*) Still more PKCS#12 integration. Add pkcs12 application to openssl
application. Various cleanups and fixes.
[Steve Henson]