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
*
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
*
Fix rebase errors
Manuel Schölling
2015-04-06
2
-9
/
+2
*
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
*
Change SslContext::set_read_ahead(c_long) to SslContext::set_read_ahead(u32)
Manuel Schölling
2015-04-06
1
-2
/
+2
*
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
3
-355
/
+9
*
Use latest OpenSSL version in travis tests and more verbose error message in ...
Manuel Schölling
2015-04-06
1
-2
/
+5
*
Fix detect_invalid_ipv4 test on OSX
Manuel Schölling
2015-04-06
1
-1
/
+1
*
Fix OSX related compiler error and correct travis OpenSSL setup
Manuel Schölling
2015-04-06
1
-3
/
+3
*
Adjust sin_len/sin6_len for non-linux platforms
Manuel Schölling
2015-04-06
2
-2
/
+3
*
Fix portability issue and typo
Manuel Schölling
2015-04-06
3
-23
/
+68
*
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
3
-94
/
+187
*
Add connect() support for UDP sockets
Manuel Schölling
2015-04-06
3
-19
/
+360
*
Fix errors in tests (SslVerifyPeer -> SSL_VERIFY_PEER)
Manuel Schölling
2015-04-03
1
-16
/
+16
*
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
2
-22
/
+22
*
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
2
-1
/
+49
*
Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERT
Manuel Schölling
2015-04-03
2
-20
/
+24
*
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
2
-3
/
+3
*
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
2
-0
/
+10
*
Fix deprecation warnings
Steven Fackler
2015-03-25
3
-9
/
+7
*
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
*
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
2
-0
/
+81
|
\
|
*
add support for SSL_CTX_clear_options and use bitflags
Paul Kehrer
2015-02-23
2
-11
/
+66
|
*
add support for SSL_CTX_set_options and SSL_CTX_get_options
Paul Kehrer
2015-02-22
2
-0
/
+26
*
|
Added try_clone to SslStream for SslStream<TcpStream>.
Aaron Weiss
2015-03-02
1
-0
/
+12
*
|
Convert to new IO.
Steven Fackler
2015-02-24
3
-89
/
+63
|
/
*
Update depreciated code
Kevin Butler
2015-02-20
3
-13
/
+13
*
Unique<T> now derefs to *mut T
Kevin Butler
2015-02-20
1
-26
/
+27
*
Rename method for clarity
Steven Fackler
2015-02-16
1
-2
/
+2
*
Properly handle errors in write
Steven Fackler
2015-02-16
1
-18
/
+29
*
Deal with openssl errors in read
Steven Fackler
2015-02-16
2
-4
/
+26
*
rustup to current master
Robin Gloster
2015-02-12
1
-24
/
+24
[next]