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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release v0.3.2
v0.3.2
Steven Fackler
2015-02-08
1
-1
/
+1
*
Fix builds against 0.9.x OpenSSL
Steven Fackler
2015-02-08
4
-31
/
+95
*
Move docs to this repo and auto build
Steven Fackler
2015-02-07
2
-0
/
+2
*
Fix deprecation warnings in openssl-sys
Steven Fackler
2015-02-05
3
-12
/
+13
*
Release v0.3.1
v0.3.1
Steven Fackler
2015-02-03
1
-1
/
+1
*
Move openssl-sys build.rs
Steven Fackler
2015-02-03
2
-1
/
+1
*
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
*
|
Release v0.3.0
v0.3.0
Steven Fackler
2015-02-03
1
-1
/
+1
*
|
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
*
|
Release v0.2.18
v0.2.18
Steven Fackler
2015-01-28
1
-1
/
+1
*
|
Fix for IO changes
Steven Fackler
2015-01-28
1
-1
/
+1
*
|
Release v0.2.17
v0.2.17
Steven Fackler
2015-01-23
1
-1
/
+1
*
|
Bring ffi definitions closer to the originals
Gleb Kozyrev
2015-01-21
1
-17
/
+17
|
/
*
Release v0.2.16
v0.2.16
Steven Fackler
2015-01-16
1
-1
/
+1
*
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
*
Release v0.2.13
v0.2.13
Steven Fackler
2015-01-06
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master'
Chris Cole
2015-01-05
1
-1
/
+1
|
\
|
*
Release v0.2.12
v0.2.12
Steven Fackler
2015-01-04
1
-1
/
+1
*
|
Merge remote-tracking branch 'upstream/master'
Chris Cole
2015-01-03
2
-4
/
+5
|
\
|
|
*
Release v0.2.11
v0.2.11
Steven Fackler
2015-01-03
1
-1
/
+1
|
*
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
2
-7
/
+7
|
\
|
|
*
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
|
|
/
|
*
Release v0.2.10
v0.2.10
Steven Fackler
2014-12-31
1
-1
/
+1
|
*
Change to use updated Mutex API in latest Rust master.
Samuel Fredrickson
2014-12-30
1
-4
/
+4
|
*
Release v0.2.9
v0.2.9
Steven Fackler
2014-12-29
1
-1
/
+1
*
|
Added Copy impl.
Chris Cole
2014-12-23
1
-0
/
+2
*
|
Merge remote-tracking branch 'upstream/master'
Chris Cole
2014-12-23
3
-10
/
+25
|
\
|
|
*
Release v0.2.8
v0.2.8
Steven Fackler
2014-12-23
1
-1
/
+1
|
*
Release v0.2.7
v0.2.7
Steven Fackler
2014-12-21
1
-1
/
+1
|
*
Replaced now removed NativeMutex with StaticMutex, and fixed Neg
Aaron Weiss
2014-12-21
1
-6
/
+8
|
*
Release v0.2.6
v0.2.6
Steven Fackler
2014-12-19
1
-1
/
+1
|
*
Merge pull request #119 from glennw/android-static-linking
Steven Fackler
2014-12-16
1
-3
/
+8
|
|
\
|
|
*
Use static linking on android, which simplifies deployment since loading appl...
Glenn Watson
2014-12-12
1
-3
/
+8
|
*
|
Release v0.2.5
v0.2.5
Steven Fackler
2014-12-16
1
-1
/
+1
|
*
|
Release v0.2.4
v0.2.4
Steven Fackler
2014-12-15
1
-1
/
+1
|
|
/
|
*
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
3
-2
/
+28
|
\
|
|
*
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
2
-3
/
+3
|
|
\
|
|
*
Now that pkg-config 0.1.1 has been published, delegate to bailout detection t...
Richard Diamond
2014-12-09
2
-3
/
+3
|
*
|
Merge pull request #108 from DiamondLovesYou/nacl-crosses
Steven Fackler
2014-12-09
3
-0
/
+17
|
|
\
|
[next]