aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ssl
Commit message (Expand)AuthorAgeFilesLines
* Add a test for connection negotiation failureSteven Fackler2015-06-251-1/+10
* Fix EOF handling in retry wrapperSteven Fackler2015-06-252-5/+7
* Test reading CN from test certificateJoseph Glanville2015-05-181-2/+2
* Add test for get_peer_certificate()Joseph Glanville2015-05-161-0/+10
* Add accessor for peer_certificateJoseph Glanville2015-05-161-0/+5
* Merge pull request #210 from manuels/pendingSteven Fackler2015-05-052-0/+36
|\
| * Add SslStream.pending()Manuel Schölling2015-04-302-0/+36
* | Abstract over AsRef<Path>Steven Fackler2015-05-021-7/+7
|/
* Write through to underlying stream for every write callSteven Fackler2015-04-302-10/+35
* Fix nightly build issuesSteven Fackler2015-04-152-8/+1
* 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-062-9/+2
* 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
* Change SslContext::set_read_ahead(c_long) to SslContext::set_read_ahead(u32)Manuel Schölling2015-04-061-2/+2
* 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-063-355/+9
* Use latest OpenSSL version in travis tests and more verbose error message in ...Manuel Schölling2015-04-061-2/+5
* Fix detect_invalid_ipv4 test on OSXManuel Schölling2015-04-061-1/+1
* Fix OSX related compiler error and correct travis OpenSSL setupManuel Schölling2015-04-061-3/+3
* Adjust sin_len/sin6_len for non-linux platformsManuel Schölling2015-04-062-2/+3
* Fix portability issue and typoManuel Schölling2015-04-063-23/+68
* Fix travis test setup for DTLSManuel Schölling2015-04-061-8/+23
* Add DTLSv1 and DTLSv1.2 supportManuel Schölling2015-04-063-94/+187
* Add connect() support for UDP socketsManuel Schölling2015-04-063-19/+360
* Fix errors in tests (SslVerifyPeer -> SSL_VERIFY_PEER)Manuel Schölling2015-04-031-16/+16
* Use raw pointers instead of ptr::UniqueManuel Schölling2015-04-031-6/+6
* Return Result<(),SslError> instead of Option<SslError>Manuel Schölling2015-04-032-22/+22
* Add SslContext::add_extra_chain_cert()Manuel Schölling2015-04-031-0/+9
* Add ability to load private keys from files and use raw keys and certificates...Manuel Schölling2015-04-032-1/+49
* Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERTManuel Schölling2015-04-032-20/+24
* Stabilize openssl!Steven Fackler2015-04-021-37/+42
* Remove two featuresSteven Fackler2015-04-021-5/+4
* rustup: changes to io::ErrorSean McArthur2015-04-022-3/+3
* Remove a bunch of use of core featureSteven Fackler2015-03-301-17/+32
* Fix verify data free functionSteven Fackler2015-03-291-16/+22
* Fix error with current rust nightlyFlorian Hartwig2015-03-291-1/+1
* Fix npn featureSteven Fackler2015-03-252-0/+10
* Fix deprecation warningsSteven Fackler2015-03-253-9/+7
* openssl: Add tests for server-side NPNMarko Lalic2015-03-231-0/+41
* openssl: Add tests for client-side NPNMarko Lalic2015-03-231-2/+74
* openssl: Advertise NPN protocols for server socketsMarko Lalic2015-03-231-0/+33
* openssl: Add methods to get the protocol selected by NPNMarko Lalic2015-03-231-0/+33
* openssl: Implement client-side NPN protocol selectionMarko Lalic2015-03-231-1/+34
* openssl: Add method for setting protocols to be used in NPNMarko Lalic2015-03-231-0/+53
* Fix warningsSteven Fackler2015-03-101-1/+1
* Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-optionsSteven Fackler2015-03-072-0/+81
|\
| * add support for SSL_CTX_clear_options and use bitflagsPaul Kehrer2015-02-232-11/+66