Manuel Schölling
|
b42202b858
|
Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERT
SslVerifyMode was changed to bitflags to allow for bitwise operations
like (SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT).
|
2015-04-03 14:34:24 +02:00 |
Steven Fackler
|
2453c0f96c
|
Fix npn feature
|
2015-03-25 22:02:14 -07:00 |
Steven Fackler
|
36c90bb205
|
Fix deprecation warnings
|
2015-03-25 21:50:21 -07:00 |
Marko Lalic
|
f50577909e
|
openssl: Add tests for server-side NPN
|
2015-03-23 08:41:15 +01:00 |
Marko Lalic
|
8f05e0452a
|
openssl: Add tests for client-side NPN
An additional `openssl` process is spun up before the tests are ran.
This process has NPN enabled with some default protocols.
|
2015-03-23 08:41:15 +01:00 |
Steven Fackler
|
8b8736fb46
|
Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-options
add support for SSL_CTX_set_options and SSL_CTX_get_options
|
2015-03-07 08:43:30 -08:00 |
Steven Fackler
|
6991cc6a30
|
Convert to new IO.
|
2015-02-24 23:01:57 -08:00 |
Paul Kehrer
|
8940bd767b
|
add support for SSL_CTX_clear_options and use bitflags
|
2015-02-23 19:39:23 -06:00 |
Paul Kehrer
|
06ba41ad47
|
add support for SSL_CTX_set_options and SSL_CTX_get_options
fixes #168
|
2015-02-22 15:45:00 -06:00 |
Kevin Butler
|
cb0e1688c8
|
Update depreciated code
|
2015-02-20 21:04:01 +00:00 |
Steven Fackler
|
ec65b0c67b
|
Move docs to this repo and auto build
|
2015-02-07 21:30:05 -08:00 |