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.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
|
/
*
Remove two features
Steven Fackler
2015-04-02
2
-6
/
+5
*
Release v0.5.4
v0.5.4
Steven Fackler
2015-04-02
2
-3
/
+3
*
Fix doctest errors
Steven Fackler
2015-04-02
2
-4
/
+2
*
Merge pull request #193 from seanmonstar/rustup
Steven Fackler
2015-04-02
5
-9
/
+6
|
\
|
*
rustup: changes to io::Error
Sean McArthur
2015-04-02
5
-9
/
+6
|
/
*
Remove a bunch of use of core feature
Steven Fackler
2015-03-30
3
-24
/
+37
*
Remove unsafe_destructor
Steven Fackler
2015-03-30
2
-2
/
+1
*
Release v0.5.3
v0.5.3
Steven Fackler
2015-03-29
2
-3
/
+3
*
Fix verify data free function
Steven Fackler
2015-03-29
3
-23
/
+29
*
Merge pull request #191 from fhartwig/rustup
Steven Fackler
2015-03-29
1
-1
/
+1
|
\
|
*
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
8
-42
/
+37
*
Release v0.5.2
v0.5.2
Steven Fackler
2015-03-25
2
-3
/
+3
*
Merge pull request #189 from alexcrichton/update
Steven Fackler
2015-03-25
4
-8
/
+11
|
\
|
*
Update to rust master
Alex Crichton
2015-03-25
4
-8
/
+11
|
/
*
Merge pull request #185 from mlalic/npn-bindings
Steven Fackler
2015-03-23
6
-4
/
+306
|
\
|
*
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
2
-2
/
+75
|
*
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
|
*
openssl: Add NPN crate feature
Marko Lalic
2015-03-23
2
-1
/
+2
|
*
openssl-sys: Add TLS extension constants
Marko Lalic
2015-03-23
1
-0
/
+5
|
*
openssl-sys: Add NPN functions and constants
Marko Lalic
2015-03-23
2
-0
/
+30
|
/
*
Merge pull request #187 from manuels/x509_sign
Steven Fackler
2015-03-21
1
-1
/
+10
|
\
|
*
Add X509Generator::sign()
Manuel Schölling
2015-03-21
1
-1
/
+10
*
|
Fix doc test
Steven Fackler
2015-03-21
1
-1
/
+1
|
/
*
Fix warnings and build issues
Steven Fackler
2015-03-20
3
-4
/
+3
*
Merge pull request #184 from alexcrichton/update
Steven Fackler
2015-03-16
3
-6
/
+3
|
\
|
*
Remove usage of unstable features in openssl-sys
Alex Crichton
2015-03-16
3
-6
/
+3
|
/
*
Fix warnings
Steven Fackler
2015-03-10
4
-5
/
+5
*
Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-options
Steven Fackler
2015-03-07
5
-0
/
+104
|
\
|
*
add support for SSL_CTX_clear_options and use bitflags
Paul Kehrer
2015-02-23
5
-11
/
+77
|
*
add support for SSL_CTX_set_options and SSL_CTX_get_options
Paul Kehrer
2015-02-22
3
-0
/
+38
*
|
Merge pull request #175 from aatxe/master
Steven Fackler
2015-03-04
2
-1
/
+13
|
\
\
|
*
|
Added try_clone to SslStream for SslStream<TcpStream>.
Aaron Weiss
2015-03-02
2
-1
/
+13
[next]