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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated functions from openssl-sys
Steven Fackler
2015-02-13
1
-6
/
+0
*
Fix builds against 0.9.x OpenSSL
Steven Fackler
2015-02-08
1
-0
/
+8
*
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
1
-1
/
+1
*
Declare the use of unstable libstd APIs
Gleb Kozyrev
2015-02-01
1
-1
/
+2
*
Change Hasher and HMAC APIs closer to std::hash model
Gleb Kozyrev
2015-01-28
1
-0
/
+2
*
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
1
-6
/
+6
*
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
1
-6
/
+16
|
\
|
|
*
Replaced now removed NativeMutex with StaticMutex, and fixed Neg
Aaron Weiss
2014-12-21
1
-6
/
+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
1
-0
/
+4
|
\
|
|
*
Add the openssl function prototype 'HMAC_CTX_cleanup'.
Ummon
2014-12-10
1
-0
/
+1
|
*
Add a feature to openssl-sys to cause it to build a local copy of libressl for
Richard Diamond
2014-12-09
1
-0
/
+3
*
|
Added mod_word.
Chris Cole
2014-12-10
1
-0
/
+1
|
/
*
Drop execute bit on file
Steven Fackler
2014-11-28
1
-0
/
+0
*
Hasher: static contract checking, context reuse
Gleb Kozyrev
2014-11-26
1
-0
/
+2
*
Sync is now part of the standard library
Andor Uhlár
2014-11-26
1
-2
/
+1
*
sys: add SSL_get_peer_certificate()
Cody P Schafer
2014-11-24
1
-0
/
+1
*
sys: add some methods for dealing with x509 certs
Cody P Schafer
2014-11-24
1
-0
/
+6
*
sys (and bn): make CRYPTO_free() take a *mut c_void insead of a *const c_char
Cody P Schafer
2014-11-24
1
-1
/
+1
*
Runtime fallout
Valerii Hiora
2014-11-21
1
-1
/
+2
*
Baseline server support
Cody P Schafer
2014-11-19
1
-0
/
+1
*
Move AES XTS support to a feature
Steven Fackler
2014-11-16
1
-0
/
+2
*
Add XTS-AES mode
Corey Ford
2014-11-14
1
-0
/
+2
*
New build system
Valerii Hiora
2014-11-13
1
-0
/
+466