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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Merge pull request #280 from ltratt/libressl_build"
Steven Fackler
2015-10-14
2
-3
/
+4
*
Add set_certificate_chain_file()
Frank Denis
2015-10-12
1
-0
/
+10
*
Fix build on LibreSSL.
Laurence Tratt
2015-10-03
2
-4
/
+3
*
Update documentation about SSLv23
John Downey
2015-10-02
1
-1
/
+2
*
Add an ecdh_auto description
Frank Denis
2015-09-25
1
-0
/
+4
*
Add SSL::set_ecdh_auto()
Frank Denis
2015-09-25
1
-0
/
+8
*
Enable testing on Windows via AppVeyor
Alex Crichton
2015-09-22
1
-55
/
+163
*
Merge pull request #266 from jmesmon/alpn
Steven Fackler
2015-09-16
2
-5
/
+51
|
\
|
*
ssl/alpn: test mismatch between protocols resulting in None
Cody P Schafer
2015-09-16
1
-0
/
+43
|
*
ssl/npn+alpn: adjust protocol selection to fail if no protocols match
Cody P Schafer
2015-09-01
1
-2
/
+5
|
*
openssl/ssl: fix some of the comment text where I missed replacing NPN with ALPN
Cody P Schafer
2015-09-01
1
-3
/
+3
*
|
Use try_ssl_null!() when relevant
Frank Denis
2015-09-13
1
-12
/
+3
|
/
*
Add support for set_tmp_dh() and RFC5114 DH parameters for forward secrecy.
Frank Denis
2015-08-31
1
-0
/
+7
*
Add get_state_string()
Manuel Schölling
2015-08-17
2
-0
/
+35
*
Grab errno for directstream want errors
Steven Fackler
2015-08-10
1
-7
/
+2
*
Handle WantWrite and WantRead errors
Steven Fackler
2015-08-08
1
-0
/
+8
*
Merge pull request #243 from manuels/master
Steven Fackler
2015-08-02
2
-2
/
+41
|
\
|
*
Fix probelms with DTLS when no packets are pending.
Manuel Schölling
2015-07-18
2
-2
/
+41
*
|
Expose ssl::init
panicbit
2015-07-26
1
-1
/
+3
|
/
*
Decouple C SSL Option bit flags from Rust version
Jethro Beekman
2015-07-01
1
-29
/
+46
*
Fix backcompat method
Steven Fackler
2015-06-29
1
-1
/
+1
*
Fix build with alpn feature
Steven Fackler
2015-06-29
2
-3
/
+3
*
ssl: support ALPN
Cody P Schafer
2015-06-29
2
-15
/
+213
*
ssl/NPN: factor out encoding of the protocol list
Cody P Schafer
2015-06-29
1
-8
/
+19
*
ssl: use a common helper to generate new ex data indexes, switch NPN to a laz...
Cody P Schafer
2015-06-29
1
-33
/
+17
*
More docs
Steven Fackler
2015-06-28
1
-0
/
+16
*
Fix windows build
Steven Fackler
2015-06-28
1
-0
/
+2
*
Docs
Steven Fackler
2015-06-28
1
-18
/
+10
*
Make the direct constructors the defaults
Steven Fackler
2015-06-28
2
-35
/
+35
*
Add docs for accept and connect
Steven Fackler
2015-06-28
1
-0
/
+22
*
Rename new_client to connect and new_server to accept
Steven Fackler
2015-06-28
2
-44
/
+49
*
Implement direct IO support
Steven Fackler
2015-06-28
2
-13
/
+187
*
Prepare for direct stream support
Steven Fackler
2015-06-27
1
-78
/
+165
*
Docs tweak
Steven Fackler
2015-06-27
1
-1
/
+2
*
Reduce SslStream constructor duplication
Steven Fackler
2015-06-27
2
-41
/
+62
*
Initialize stream buffer
Steven Fackler
2015-06-27
1
-8
/
+2
*
Fix set_hostname
Steven Fackler
2015-06-27
1
-10
/
+2
*
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
2
-5
/
+7
*
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 accessor for peer_certificate
Joseph Glanville
2015-05-16
1
-0
/
+5
*
Merge pull request #210 from manuels/pending
Steven Fackler
2015-05-05
2
-0
/
+36
|
\
|
*
Add SslStream.pending()
Manuel Schölling
2015-04-30
2
-0
/
+36
*
|
Abstract over AsRef<Path>
Steven Fackler
2015-05-02
1
-7
/
+7
|
/
*
Write through to underlying stream for every write call
Steven Fackler
2015-04-30
2
-10
/
+35
*
Fix nightly build issues
Steven Fackler
2015-04-15
2
-8
/
+1
*
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
[next]