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-sys
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SslContext::add_extra_chain_cert()
Manuel Schölling
2015-04-03
1
-1
/
+9
*
Add ability to load private keys from files and use raw keys and certificates...
Manuel Schölling
2015-04-03
1
-0
/
+6
*
Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERT
Manuel Schölling
2015-04-03
1
-0
/
+1
*
Fixup for beta
Alex Crichton
2015-04-02
1
-0
/
+12
*
rustup: changes to io::Error
Sean McArthur
2015-04-02
1
-1
/
+0
*
Update to rust master
Alex Crichton
2015-03-25
2
-4
/
+5
*
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
1
-0
/
+29
*
Remove usage of unstable features in openssl-sys
Alex Crichton
2015-03-16
2
-4
/
+3
*
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
/
+17
|
\
|
*
add support for SSL_CTX_clear_options and use bitflags
Paul Kehrer
2015-02-23
1
-0
/
+5
|
*
add support for SSL_CTX_set_options and SSL_CTX_get_options
Paul Kehrer
2015-02-22
1
-0
/
+12
*
|
Cut down on unstable features in openssl-sys
Alex Crichton
2015-03-04
2
-14
/
+15
*
|
Switch to cargo liblibc
Steven Fackler
2015-02-24
1
-1
/
+1
|
/
*
Fix warnings
Steven Fackler
2015-02-19
1
-1
/
+1
*
Fix debuginfo ICE for now
Alex Crichton
2015-02-19
1
-1
/
+4
*
Remove deprecated functions from openssl-sys
Steven Fackler
2015-02-13
1
-6
/
+0
*
Ask openssl what version it is
Steven Fackler
2015-02-13
1
-3
/
+3
*
rustup to current master
Robin Gloster
2015-02-12
1
-4
/
+4
*
Fix builds against 0.9.x OpenSSL
Steven Fackler
2015-02-08
2
-0
/
+57
*
Move docs to this repo and auto build
Steven Fackler
2015-02-07
1
-0
/
+1
*
Fix deprecation warnings in openssl-sys
Steven Fackler
2015-02-05
2
-6
/
+6
*
Move openssl-sys build.rs
Steven Fackler
2015-02-03
1
-43
/
+0
*
Merge pull request #153 from mbrubeck/android
Steven Fackler
2015-02-03
1
-5
/
+6
|
\
|
*
Don't bail out when targeting Android
Matt Brubeck
2015-02-03
1
-5
/
+6
*
|
Declare the use of unstable libstd APIs
Gleb Kozyrev
2015-02-01
2
-2
/
+3
*
|
Change Hasher and HMAC APIs closer to std::hash model
Gleb Kozyrev
2015-01-28
1
-0
/
+2
*
|
Fix for IO changes
Steven Fackler
2015-01-28
1
-1
/
+1
*
|
Bring ffi definitions closer to the originals
Gleb Kozyrev
2015-01-21
1
-17
/
+17
|
/
*
Fix ffi: `BN_hex2bn` and `BN_dec2bn` shall take `*const c_char` as parameter
Akos Kiss
2015-01-12
1
-2
/
+2
*
Update to rust master
Alex Crichton
2015-01-09
2
-6
/
+8
*
Merge remote-tracking branch 'upstream/master'
Chris Cole
2015-01-03
1
-3
/
+4
|
\
|
*
Fix deprecation warnings
Steven Fackler
2015-01-03
1
-3
/
+4
*
|
Added BN_add_word, BN_sub_word, BN_mul_word, BN_div_word.
Chris Cole
2015-01-02
1
-10
/
+7
*
|
Merge remote-tracking branch 'upstream/master'
Chris Cole
2015-01-02
1
-6
/
+6
|
\
|
|
*
Merge pull request #134 from DiamondLovesYou/master
Steven Fackler
2015-01-02
1
-1
/
+1
|
|
\
|
|
*
OpenSSL-sys: Cfg off target_os instead off feature.
Richard Diamond
2015-01-02
1
-1
/
+1
|
*
|
Array syntax fallout
Valerii Hiora
2015-01-02
1
-1
/
+1
|
|
/
|
*
Change to use updated Mutex API in latest Rust master.
Samuel Fredrickson
2014-12-30
1
-4
/
+4
*
|
Added Copy impl.
Chris Cole
2014-12-23
1
-0
/
+2
*
|
Merge remote-tracking branch 'upstream/master'
Chris Cole
2014-12-23
2
-9
/
+24
|
\
|
|
*
Replaced now removed NativeMutex with StaticMutex, and fixed Neg
Aaron Weiss
2014-12-21
1
-6
/
+8
|
*
Use static linking on android, which simplifies deployment since loading appl...
Glenn Watson
2014-12-12
1
-3
/
+8
|
*
Clean up Copy impls a bit
Steven Fackler
2014-12-11
1
-4
/
+8
|
*
Update to nightly: explicit Copy trait
Valerii Hiora
2014-12-11
1
-0
/
+4
*
|
Added BigNum::{from_dec_str,from_hex_str}, BN_dec2bn, and BN_hex2bn.
Chris Cole
2014-12-14
1
-1
/
+11
*
|
Merge remote-tracking branch 'upstream/master'
Chris Cole
2014-12-10
2
-0
/
+17
|
\
|
|
*
Add the openssl function prototype 'HMAC_CTX_cleanup'.
Ummon
2014-12-10
1
-0
/
+1
|
*
Merge pull request #113 from DiamondLovesYou/nacl-crosses
Steven Fackler
2014-12-10
1
-1
/
+1
|
|
\
[next]