diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2017-04-05 03:19:23 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2017-04-05 03:19:23 +0000 |
commit | 9b21f21e08ebc6333357fde523931d33a6998d68 (patch) | |
tree | 8d9b473c0ef7ac736153ff8e8255bb0aeca3c856 /lib/libtls/shlib_version | |
parent | 8f988a7c1e9df9a546a7de50bedced638565c059 (diff) |
Add tls_peer_cert_chain_pem - To retreive the peer certificate and chain
as PEM format. This allows for it to be used or examined with tools
external to libtls
bump minor
ok jsing@
Diffstat (limited to 'lib/libtls/shlib_version')
-rw-r--r-- | lib/libtls/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 4c073ef03c9..f0f244c56ae 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=15 -minor=4 +minor=5 |