0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/openvpn
Arne Schwabe a5119c3a1a
Revamp OpenSSL tls cipher log message
The new message will look like this:

SSL Handshake: peer certificate: CN=OpenVPN Server, 4096 bit RSA, cipher: ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AESGCM(256) Mac=AEAD

compared to the old message

SSL Handshake: CN=OpenVPN Access Server, TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 3072 bit RSA

The new message uses the SSL_CIPHER_description method and its
formatting instead out homegrown format. It also moves the xxx bit RSA
part closer to the certificate to make it more obvious that those belong
together

Signed-off-by: Arne Schwabe <arne@openvpn.net>
2020-04-22 16:52:55 +02:00
..
acceptor Update copyrights 2020-03-18 19:37:32 +01:00
addr Update copyrights 2020-03-18 19:37:32 +01:00
apple Update copyrights 2020-03-18 19:37:32 +01:00
applecrypto Update copyrights 2020-03-18 19:37:32 +01:00
asio Update copyrights 2020-03-18 19:37:32 +01:00
auth Update copyrights 2020-03-18 19:37:32 +01:00
aws Add GPL headers 2020-02-05 20:08:58 +02:00
buffer BufferType: added constructor accepting a void * 2020-04-10 16:53:39 -06:00
client Update copyrights 2020-03-18 19:37:32 +01:00
common xmlhelper.hpp: support for various tinyxml2 versions 2020-03-19 07:35:36 +02:00
compress Update copyrights 2020-03-18 19:37:32 +01:00
crypto Update copyrights 2020-03-18 19:37:32 +01:00
dco Update copyrights 2020-03-18 19:37:32 +01:00
error Update copyrights 2020-03-18 19:37:32 +01:00
frame Update copyrights 2020-03-18 19:37:32 +01:00
http Update copyrights 2020-03-18 19:37:32 +01:00
init Update copyrights 2020-03-18 19:37:32 +01:00
io Update copyrights 2020-03-18 19:37:32 +01:00
ip Update copyrights 2020-03-18 19:37:32 +01:00
kovpn Update copyrights 2020-03-18 19:37:32 +01:00
legal Update copyrights 2020-03-18 19:37:32 +01:00
linux Update copyrights 2020-03-18 19:37:32 +01:00
log Update copyrights 2020-03-18 19:37:32 +01:00
mbedtls Update copyrights 2020-03-18 19:37:32 +01:00
netconf Update copyrights 2020-03-18 19:37:32 +01:00
omi Update copyrights 2020-03-18 19:37:32 +01:00
openssl Revamp OpenSSL tls cipher log message 2020-04-22 16:52:55 +02:00
options Update copyrights 2020-03-18 19:37:32 +01:00
ovpnagent/win mingw: fix various warnings 2020-03-11 19:44:40 +01:00
pki Update copyrights 2020-03-18 19:37:32 +01:00
proxy Update copyrights 2020-03-18 19:37:32 +01:00
random Update copyrights 2020-03-18 19:37:32 +01:00
reliable Update copyrights 2020-03-18 19:37:32 +01:00
server PeerStats: added to_string() method 2020-04-13 16:29:45 -06:00
ssl Update copyrights 2020-03-18 19:37:32 +01:00
time Update copyrights 2020-03-18 19:37:32 +01:00
transport Update copyrights 2020-03-18 19:37:32 +01:00
tun Update copyrights 2020-03-18 19:37:32 +01:00
win Update copyrights 2020-03-18 19:37:32 +01:00
ws Update copyrights 2020-03-18 19:37:32 +01:00