aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ssl/tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Add a test for connection negotiation failureSteven Fackler2015-06-251-1/+10
* Fix EOF handling in retry wrapperSteven Fackler2015-06-251-1/+1
* Test reading CN from test certificateJoseph Glanville2015-05-181-2/+2
* Add test for get_peer_certificate()Joseph Glanville2015-05-161-0/+10
* Add SslStream.pending()Manuel Schölling2015-04-301-0/+24
* Write through to underlying stream for every write callSteven Fackler2015-04-301-3/+28
* Fix nightly build issuesSteven Fackler2015-04-151-1/+0
* Fix non-dtls testsSteven Fackler2015-04-081-4/+3
* Fix dtls testsSteven Fackler2015-04-081-8/+8
* Adapt code for rust-1.0.0-betaManuel Schölling2015-04-061-9/+6
* Fix rebase errorsManuel Schölling2015-04-061-8/+1
* Add ability to load private keys from files and use raw keys and certificates...Manuel Schölling2015-04-061-1/+1
* Add ability to load private keys from files and use raw keys and certificates...Manuel Schölling2015-04-061-2/+5
* Debug halteproblem with testsManuel Schölling2015-04-061-2/+2
* Move connected_socket to its own crate and fix SSL_CTX_set_read_ahead()Manuel Schölling2015-04-061-5/+6
* Adjust sin_len/sin6_len for non-linux platformsManuel Schölling2015-04-061-1/+1
* Fix portability issue and typoManuel Schölling2015-04-061-5/+4
* Fix travis test setup for DTLSManuel Schölling2015-04-061-8/+23
* Add DTLSv1 and DTLSv1.2 supportManuel Schölling2015-04-061-80/+135
* Add connect() support for UDP socketsManuel Schölling2015-04-061-18/+52
* 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 certificates...Manuel Schölling2015-04-031-1/+24
* Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERTManuel Schölling2015-04-031-11/+12
* 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
* Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-optionsSteven Fackler2015-03-071-0/+25
|\
| * 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
* | 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