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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix backcompat method
Steven Fackler
2015-06-29
1
-1
/
+1
*
Fix build with alpn feature
Steven Fackler
2015-06-29
1
-1
/
+1
*
ssl: support ALPN
Cody P Schafer
2015-06-29
1
-15
/
+100
*
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
1
-10
/
+10
*
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
1
-17
/
+22
*
Implement direct IO support
Steven Fackler
2015-06-28
1
-12
/
+169
*
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
1
-18
/
+39
*
Initialize stream buffer
Steven Fackler
2015-06-27
1
-8
/
+2
*
Fix set_hostname
Steven Fackler
2015-06-27
1
-10
/
+2
*
Fix EOF handling in retry wrapper
Steven Fackler
2015-06-25
1
-4
/
+6
*
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
1
-0
/
+12
|
\
|
*
Add SslStream.pending()
Manuel Schölling
2015-04-30
1
-0
/
+12
*
|
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
1
-7
/
+7
*
Fix nightly build issues
Steven Fackler
2015-04-15
1
-7
/
+1
*
Fix rebase errors
Manuel Schölling
2015-04-06
1
-1
/
+1
*
Change SslContext::set_read_ahead(c_long) to SslContext::set_read_ahead(u32)
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
-4
/
+3
*
Fix portability issue and typo
Manuel Schölling
2015-04-06
1
-1
/
+1
*
Add DTLSv1 and DTLSv1.2 support
Manuel Schölling
2015-04-06
1
-2
/
+45
*
Add connect() support for UDP sockets
Manuel Schölling
2015-04-06
1
-1
/
+7
*
Use raw pointers instead of ptr::Unique
Manuel Schölling
2015-04-03
1
-6
/
+6
*
Return Result<(),SslError> instead of Option<SslError>
Manuel Schölling
2015-04-03
1
-11
/
+11
*
Add SslContext::add_extra_chain_cert()
Manuel Schölling
2015-04-03
1
-0
/
+9
*
Add ability to load private keys from files and use raw keys and certificates...
Manuel Schölling
2015-04-03
1
-0
/
+25
*
Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERT
Manuel Schölling
2015-04-03
1
-9
/
+12
*
Stabilize openssl!
Steven Fackler
2015-04-02
1
-37
/
+42
*
Remove two features
Steven Fackler
2015-04-02
1
-5
/
+4
*
rustup: changes to io::Error
Sean McArthur
2015-04-02
1
-2
/
+2
*
Remove a bunch of use of core feature
Steven Fackler
2015-03-30
1
-17
/
+32
*
Fix verify data free function
Steven Fackler
2015-03-29
1
-16
/
+22
*
Fix error with current rust nightly
Florian Hartwig
2015-03-29
1
-1
/
+1
*
Fix npn feature
Steven Fackler
2015-03-25
1
-0
/
+4
*
Fix deprecation warnings
Steven Fackler
2015-03-25
1
-2
/
+1
*
openssl: Advertise NPN protocols for server sockets
Marko Lalic
2015-03-23
1
-0
/
+33
*
openssl: Add methods to get the protocol selected by NPN
Marko Lalic
2015-03-23
1
-0
/
+33
*
openssl: Implement client-side NPN protocol selection
Marko Lalic
2015-03-23
1
-1
/
+34
*
openssl: Add method for setting protocols to be used in NPN
Marko Lalic
2015-03-23
1
-0
/
+53
*
Fix warnings
Steven Fackler
2015-03-10
1
-1
/
+1
*
Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-options
Steven Fackler
2015-03-07
1
-0
/
+56
|
\
|
*
add support for SSL_CTX_clear_options and use bitflags
Paul Kehrer
2015-02-23
1
-7
/
+51
[next]