Man page has been updated according to the wiki. Unfortunately, wiki
mentioned "drive" subplugin for 1.0.2, but stable-1.0 still uses "disk".
Let's fix the man page accordingly.
079678b...
by
Bernhard Miklautz <email address hidden>
Merge pull request #4417 from ondrejholy/tls1+
tls: enable tls 1+
a3e7ce0...
by
Bernhard Miklautz <email address hidden>
tls: enable tls 1+
Currently TLS version 1.0 is used implicitly by using the TLSv1_method.
To be able to also use TLS 1.1 and later use SSLv23_client_method
instead. To make sure SSLv2 or SSLv3 isn't used disable them.
Commit aa80f63b from master was backported by Ondrej Holy <email address hidden>.
Man page has been updated according to the wiki. Unfortunately, wiki
mentions "smartcard" subplugin, which was introduced later, but
stable-1.0 uses just scard. Let's fix the man page accordingly.
b9fd0db...
by
Bernhard Miklautz <email address hidden>
Merge pull request #4129 from ondrejholy/manpages-update
50b9eb2...
by
Bernhard Miklautz <email address hidden>
Merge pull request #3026 from globin/stable-1.0
Replace deprecated des_ and fix LibreSSL build
8c41dc1...
by
Robin Gloster <email address hidden>
Replace deprecated des_ and fix LibreSSL build
des_ methods and types were marked deprecated in
OpenSSL 0.9.7 and will be removed in OpenSSL 1.1.0 . This patch replaces
the des_ methods and types with their new DES_ counterparts. This
enables building with LibreSSL as OpenSSL library.