Noah
|
354a984a7c
|
Add SslMethod::tls_{client,server}
|
2020-03-24 21:56:04 -05:00 |
Hiroki Noda
|
9189b67326
|
Add NO RENEGOTIATION option
SSL_OP_NO_RENEGOTIATION was added in OpenSSLv1.1.1 and backported to
v1.1.0h.
|
2020-01-28 04:07:38 +09:00 |
Steven Fackler
|
0fb1e55a98
|
Allow configuration of EC groups and signature algorithms
Closes #1186
|
2019-11-16 10:54:27 -08:00 |
Steven Fackler
|
958c1811b0
|
Fix constness for 1.1.1c
|
2019-05-31 07:29:00 -07:00 |
Andy Caldwell
|
628c3b338a
|
Add SSL_CTX_add_client_CA on OpenSSL
|
2019-05-13 15:08:02 +01:00 |
Charlie Li
|
98f91769e3
|
Add missing any() in the {,D}TLS_method usage logic.
|
2019-04-24 19:29:01 -04:00 |
Charlie Li
|
f0b8a2e467
|
Support LibreSSL 2.9.1
LibreSSL 2.9.1 added generic DTLS methods.
While here, bump CircleCI.
|
2019-04-24 16:08:42 -04:00 |
Steven Fackler
|
404b7f1790
|
Add session cache size accessors
|
2019-03-01 10:07:51 -08:00 |
Steven Fackler
|
a16482f972
|
Add session info accessors
|
2019-02-28 22:08:48 -08:00 |
Steven Fackler
|
913267e68a
|
Add SslCtx::{add,remove}_session
|
2019-02-28 19:48:10 -08:00 |
Steven Fackler
|
297804b2d9
|
typo
|
2019-02-26 20:38:04 -08:00 |
Steven Fackler
|
ab298d0264
|
Fix const changes in 1.1.1b
|
2019-02-26 20:31:01 -08:00 |
Steven Fackler
|
70afbb8393
|
Add standard ciphername support
|
2019-02-22 10:33:12 -07:00 |
Steven Fackler
|
7eee39f1ec
|
Rustfmt
|
2019-02-22 10:14:15 -07:00 |
Steven Fackler
|
22231d7547
|
Support the client hello callback
|
2018-09-15 13:29:18 -07:00 |
Steven Fackler
|
8c6bc774db
|
Support libressl 2.8.0
Closes #988
|
2018-09-12 20:44:22 -07:00 |
Steven Fackler
|
93a4e96255
|
Refactor openssl-sys
The old layout tried to structure itself by version but it ended up with
a lot of duplication. Instead, follow the structure of the header files.
|
2018-09-12 19:21:18 -07:00 |