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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for s/static/const/
Alex Crichton
2014-10-09
1
-88
/
+88
*
Merge pull request #75 from kinghajj/change-final-to-finalize
Steven Fackler
2014-10-09
3
-12
/
+12
|
\
|
*
"final" is now a reserved word, so change occurrences to "finalize".
Samuel Fredrickson
2014-10-09
3
-12
/
+12
*
|
BN_is_zero as a Rust function
Valerii Hiora
2014-10-09
3
-34
/
+16
|
/
*
X509 Generator sample
Valerii Hiora
2014-10-08
2
-1
/
+31
*
Minor doc fixes and feature mentions
Valerii Hiora
2014-10-08
3
-7
/
+26
*
Revert "Fix #65: failing test case"
Steven Fackler
2014-10-07
2
-2
/
+2
*
Merge pull request #66 from jroesch/fix-failing-test
Steven Fackler
2014-10-07
2
-2
/
+2
|
\
|
*
Fix #65: failing test case
Jared Roesch
2014-10-06
2
-2
/
+2
*
|
Merge pull request #67 from vhbit/membio-eof
Steven Fackler
2014-10-07
3
-8
/
+50
|
\
\
|
*
|
Fixed incorrect EOF handling in MemBio, added error description
Valerii Hiora
2014-10-07
3
-8
/
+50
*
|
|
Merge pull request #71 from vhbit/path-ization
Steven Fackler
2014-10-07
2
-7
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Using `Path`s instead of plain strings
Valerii Hiora
2014-10-07
2
-7
/
+7
|
|
/
*
/
Potential fix for #68
Valerii Hiora
2014-10-07
2
-3
/
+19
|
/
*
Better error handling in cert generation
Valerii Hiora
2014-10-06
5
-31
/
+103
*
Ignore error string text
Steven Fackler
2014-10-05
1
-0
/
+1
*
Load crypto error strings
Jared Roesch
2014-10-05
2
-2
/
+4
*
Fix error messages
Jared Roesch
2014-10-05
1
-3
/
+3
*
Address CR comments and add a test
Jared Roesch
2014-10-05
1
-9
/
+21
*
Make errors human readable
Jared Roesch
2014-10-05
3
-9
/
+17
*
Clean up warnings
Steven Fackler
2014-10-04
2
-2
/
+2
*
Changes made to support 0.12.0-dev ( October 2, 2014 )
D.K
2014-10-04
2
-5
/
+3
*
Merge pull request #64 from reem/fix/big-num-is-zero
Steven Fackler
2014-10-04
1
-2
/
+7
|
\
|
*
Add a dummy bn_is_zero C dependency to wrap BN_is_zero
Jonathan Reem
2014-10-04
1
-2
/
+7
*
|
Merge pull request #58 from vhbit/verify-data
Steven Fackler
2014-10-04
4
-3
/
+133
|
\
\
|
|
/
|
/
|
|
*
Simpler setter for verify with data
Valerii Hiora
2014-10-04
2
-3
/
+5
|
*
User-provided data in verify
Valerii Hiora
2014-10-02
4
-3
/
+131
*
|
Add bindings to CRYPTO_memcmp
Alex Crichton
2014-10-01
3
-1
/
+43
|
/
*
Unification and explicity in FFI type decls
Valerii Hiora
2014-09-30
2
-19
/
+19
*
Fixed mut_null deprecation warnings
Valerii Hiora
2014-09-30
2
-5
/
+5
*
single `ffi` module
Valerii Hiora
2014-09-30
15
-649
/
+571
*
Merge pull request #53 from vhbit/cert-gen
Steven Fackler
2014-09-30
9
-313
/
+782
|
\
|
*
Addressed review comments
Valerii Hiora
2014-09-28
4
-14
/
+5
|
*
Certificate/pkey generation & PEM export
Valerii Hiora
2014-09-26
9
-313
/
+791
*
|
Removed BN_sub_word signature for the time being.
Chris Cole
2014-09-28
1
-1
/
+0
*
|
Removing unused signatures for the time being.
Chris Cole
2014-09-27
1
-3
/
+0
*
|
Use CRYPTO_free to free the result of BN_bn2bin.
Chris Cole
2014-09-27
1
-6
/
+2
*
|
Added signatures forBN_sub_word, BN_is_zero, BN_is_one, BN_is_word,
Chris Cole
2014-09-27
1
-4
/
+53
|
/
*
Merge pull request #46 from vhbit/tls1-2-support
Steven Fackler
2014-09-25
2
-4
/
+27
|
\
|
*
TLS 1_1, 1_2, Ssl 2 is enabled by features
Valerii Hiora
2014-09-23
2
-5
/
+12
|
*
Enabling TLS1.2 support
Valerii Hiora
2014-09-23
2
-1
/
+17
*
|
Fix deprecation warnings
Michael Gehring
2014-09-23
2
-29
/
+34
|
/
*
Get certificate fingerprint
Valerii Hiora
2014-09-20
2
-2
/
+28
*
Merge pull request #47 from vhbit/cert-key-auth
Steven Fackler
2014-09-19
2
-7
/
+45
|
\
|
*
Fixed documentation string
Valerii Hiora
2014-09-17
1
-1
/
+1
|
*
Allow to set cert/key pair
Valerii Hiora
2014-09-17
2
-7
/
+45
*
|
Update for rust rfc 52 changes
Michael Gehring
2014-09-17
3
-6
/
+6
*
|
Switch to the more sane RSA PUBKEY function
Mathijs van de Nes
2014-09-12
1
-4
/
+4
*
|
Switch PKey load/save functions to RSA specific
Mathijs van de Nes
2014-09-12
1
-15
/
+17
|
/
*
Remove failing constructor wrappers
Steven Fackler
2014-09-05
2
-45
/
+28
[next]