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
*
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