aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ssl/tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix errors in tests (SslVerifyPeer -> SSL_VERIFY_PEER)Manuel Schölling2015-04-031-16/+16
|
* Return Result<(),SslError> instead of Option<SslError>Manuel Schölling2015-04-031-11/+11
|
* Add ability to load private keys from files and use raw keys and ↵Manuel Schölling2015-04-031-1/+24
| | | | certificates for SslContext
* Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERTManuel Schölling2015-04-031-11/+12
| | | | | SslVerifyMode was changed to bitflags to allow for bitwise operations like (SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT).
* Fix npn featureSteven Fackler2015-03-251-0/+6
|
* Fix deprecation warningsSteven Fackler2015-03-251-4/+3
|
* openssl: Add tests for server-side NPNMarko Lalic2015-03-231-0/+41
|
* openssl: Add tests for client-side NPNMarko Lalic2015-03-231-2/+74
| | | | | An additional `openssl` process is spun up before the tests are ran. This process has NPN enabled with some default protocols.
* Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-optionsSteven Fackler2015-03-071-0/+25
|\ | | | | add support for SSL_CTX_set_options and SSL_CTX_get_options
| * add support for SSL_CTX_clear_options and use bitflagsPaul Kehrer2015-02-231-4/+15
| |
| * add support for SSL_CTX_set_options and SSL_CTX_get_optionsPaul Kehrer2015-02-221-0/+14
| | | | | | | | fixes #168
* | Convert to new IO.Steven Fackler2015-02-241-16/+6
|/
* Update depreciated codeKevin Butler2015-02-201-2/+2
|
* Move docs to this repo and auto buildSteven Fackler2015-02-071-0/+207