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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release v0.6.2
v0.6.2
Steven Fackler
2015-05-01
2
-3
/
+3
*
Write through to underlying stream for every write call
Steven Fackler
2015-04-30
3
-11
/
+35
*
Merge pull request #207 from Byron/master
Steven Fackler
2015-04-30
1
-1
/
+1
|
\
|
*
docs(README.md): remove extra `\` character
Sebastian Thiel
2015-04-28
1
-1
/
+1
|
/
*
Test on both nightly and beta
Steven Fackler
2015-04-27
1
-1
/
+4
*
Release v0.6.1
v0.6.1
Steven Fackler
2015-04-22
2
-3
/
+3
*
Merge pull request #202 from DiamondLovesYou/master
Steven Fackler
2015-04-20
2
-1
/
+9
|
\
|
*
Fixes for Native Client.
Richard Diamond
2015-04-18
2
-1
/
+9
|
/
*
Merge pull request #199 from CarlColglazier/patch-1
Steven Fackler
2015-04-15
1
-1
/
+1
|
\
|
*
Fix documentation URL for openssl-sys.
Carl Colglazier
2015-04-15
1
-1
/
+1
*
|
Merge pull request #200 from manuels/x509_pubkey
Steven Fackler
2015-04-15
4
-2
/
+23
|
\
\
|
*
|
Add X509::public_key()
Manuel Schölling
2015-04-15
4
-2
/
+23
|
/
/
*
/
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
*
Clean up build infrastructure
Steven Fackler
2015-04-08
3
-21
/
+22
*
Merge pull request #179 from manuels/dtls
Steven Fackler
2015-04-08
9
-87
/
+284
|
\
|
*
Use latest openssl library (v1.0.2)
Manuel Schölling
2015-04-06
1
-5
/
+7
|
*
Make connected_socket a dev-dependency
Manuel Schölling
2015-04-06
2
-4
/
+4
|
*
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
5
-16
/
+3
|
*
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
|
*
Fix preemtively exiting openssl dtls server for tests
Manuel Schölling
2015-04-06
1
-4
/
+6
|
*
Debug halteproblem with tests
Manuel Schölling
2015-04-06
2
-3
/
+6
|
*
Postpone custom openssl build
Manuel Schölling
2015-04-06
1
-1
/
+1
|
*
Move connected_socket to its own crate and fix SSL_CTX_set_read_ahead()
Manuel Schölling
2015-04-06
6
-357
/
+24
|
*
Use latest OpenSSL version in travis tests and more verbose error message in ...
Manuel Schölling
2015-04-06
2
-6
/
+19
|
*
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
2
-4
/
+4
|
*
Fix travis path to test bash script
Manuel Schölling
2015-04-06
1
-1
/
+2
|
*
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
4
-24
/
+69
|
*
Fix travis test setup for DTLS
Manuel Schölling
2015-04-06
4
-24
/
+39
|
*
Add DTLS docs
Manuel Schölling
2015-04-06
1
-1
/
+16
|
*
Add DTLSv1 and DTLSv1.2 support
Manuel Schölling
2015-04-06
7
-94
/
+195
|
*
Add connect() support for UDP sockets
Manuel Schölling
2015-04-06
6
-20
/
+365
|
/
*
Release v0.6.0
v0.6.0
Steven Fackler
2015-04-05
2
-3
/
+3
*
Merge pull request #186 from manuels/set_raw_key
Steven Fackler
2015-04-05
5
-51
/
+160
|
\
|
*
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
3
-2
/
+18
|
*
Add ability to load private keys from files and use raw keys and certificates...
Manuel Schölling
2015-04-03
5
-1
/
+89
|
*
Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERT
Manuel Schölling
2015-04-03
3
-20
/
+25
*
|
Release v0.5.5
v0.5.5
Steven Fackler
2015-04-03
2
-3
/
+3
|
/
*
Stabilize openssl!
Steven Fackler
2015-04-02
2
-38
/
+42
*
Merge pull request #194 from alexcrichton/beta
Steven Fackler
2015-04-02
7
-13
/
+25
|
\
|
*
Fixup for beta
Alex Crichton
2015-04-02
7
-13
/
+25
|
/
[next]