index
:
rust-openssl
0.9.x
gh-pages
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openssl
/
src
/
ssl
/
tests.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a test for connection negotiation failure
Steven Fackler
2015-06-25
1
-1
/
+10
*
Fix EOF handling in retry wrapper
Steven Fackler
2015-06-25
1
-1
/
+1
*
Test reading CN from test certificate
Joseph Glanville
2015-05-18
1
-2
/
+2
*
Add test for get_peer_certificate()
Joseph Glanville
2015-05-16
1
-0
/
+10
*
Add SslStream.pending()
Manuel Schölling
2015-04-30
1
-0
/
+24
*
Write through to underlying stream for every write call
Steven Fackler
2015-04-30
1
-3
/
+28
*
Fix nightly build issues
Steven Fackler
2015-04-15
1
-1
/
+0
*
Fix non-dtls tests
Steven Fackler
2015-04-08
1
-4
/
+3
*
Fix dtls tests
Steven Fackler
2015-04-08
1
-8
/
+8
*
Adapt code for rust-1.0.0-beta
Manuel Schölling
2015-04-06
1
-9
/
+6
*
Fix rebase errors
Manuel Schölling
2015-04-06
1
-8
/
+1
*
Add ability to load private keys from files and use raw keys and certificates...
Manuel Schölling
2015-04-06
1
-1
/
+1
*
Add ability to load private keys from files and use raw keys and certificates...
Manuel Schölling
2015-04-06
1
-2
/
+5
*
Debug halteproblem with tests
Manuel Schölling
2015-04-06
1
-2
/
+2
*
Move connected_socket to its own crate and fix SSL_CTX_set_read_ahead()
Manuel Schölling
2015-04-06
1
-5
/
+6
*
Adjust sin_len/sin6_len for non-linux platforms
Manuel Schölling
2015-04-06
1
-1
/
+1
*
Fix portability issue and typo
Manuel Schölling
2015-04-06
1
-5
/
+4
*
Fix travis test setup for DTLS
Manuel Schölling
2015-04-06
1
-8
/
+23
*
Add DTLSv1 and DTLSv1.2 support
Manuel Schölling
2015-04-06
1
-80
/
+135
*
Add connect() support for UDP sockets
Manuel Schölling
2015-04-06
1
-18
/
+52
*
Fix errors in tests (SslVerifyPeer -> SSL_VERIFY_PEER)
Manuel Schölling
2015-04-03
1
-16
/
+16
*
Return Result<(),SslError> instead of Option<SslError>
Manuel Schölling
2015-04-03
1
-11
/
+11
*
Add ability to load private keys from files and use raw keys and certificates...
Manuel Schölling
2015-04-03
1
-1
/
+24
*
Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERT
Manuel Schölling
2015-04-03
1
-11
/
+12
*
Fix npn feature
Steven Fackler
2015-03-25
1
-0
/
+6
*
Fix deprecation warnings
Steven Fackler
2015-03-25
1
-4
/
+3
*
openssl: Add tests for server-side NPN
Marko Lalic
2015-03-23
1
-0
/
+41
*
openssl: Add tests for client-side NPN
Marko Lalic
2015-03-23
1
-2
/
+74
*
Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-options
Steven Fackler
2015-03-07
1
-0
/
+25
|
\
|
*
add support for SSL_CTX_clear_options and use bitflags
Paul Kehrer
2015-02-23
1
-4
/
+15
|
*
add support for SSL_CTX_set_options and SSL_CTX_get_options
Paul Kehrer
2015-02-22
1
-0
/
+14
*
|
Convert to new IO.
Steven Fackler
2015-02-24
1
-16
/
+6
|
/
*
Update depreciated code
Kevin Butler
2015-02-20
1
-2
/
+2
*
Move docs to this repo and auto build
Steven Fackler
2015-02-07
1
-0
/
+207