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
/
src
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt
Steven Fackler
2016-05-16
3
-118
/
+116
*
Clean up RSA signature API
Steven Fackler
2016-05-16
4
-40
/
+51
*
add rsa signature tests
Chris Dawes
2016-05-05
1
-1
/
+108
*
add missing NIDs and use Nid as input to signing
Chris Dawes
2016-05-04
1
-22
/
+5
*
take enum instead of ints from openssl header file
Chris Dawes
2016-05-03
1
-6
/
+22
*
add constructor for private keys from bignums
Chris Dawes
2016-05-03
1
-0
/
+52
*
Remove des_cfb and des_ofb, since they appear on limit platforms
Charlie Ozinga
2016-04-19
2
-26
/
+0
*
Add 1DES symm ciphers (des-cbc, des-ecb, des-cfb, des-ofb)
Charlie Ozinga
2016-04-14
2
-0
/
+54
*
copy PKey using DER encode and decode
Kevin King
2016-04-10
1
-4
/
+34
*
add EVP_PKEY_copy_parameters to FFI
Kevin King
2016-04-06
1
-7
/
+15
*
making from_raw() unsafe
Benjamin Fry
2016-03-05
1
-1
/
+2
*
added public key material to the constructor
Benjamin Fry
2016-02-28
2
-19
/
+31
*
review fixes, keep raw RSA initiallization private
Benjamin Fry
2016-02-23
2
-8
/
+9
*
adding functionality to directly get and set RSA key material
Benjamin Fry
2016-02-17
2
-1
/
+60
*
Revert "Revert "impl Clone for PKey and X509 by using their 'references' memb...
Steven Fackler
2016-01-31
1
-0
/
+14
*
Fix PKey RSA constructors
Steven Fackler
2016-01-30
2
-31
/
+62
*
Revert "impl Clone for PKey and X509 by using their 'references' member"
Steven Fackler
2016-01-28
1
-14
/
+0
*
Remove unwraps from rsa accessors
Steven Fackler
2016-01-22
1
-10
/
+11
*
Fix up RSA integration
Daniel Albert
2016-01-20
1
-1
/
+1
*
Merge branch 'master' of https://github.com/sfackler/rust-openssl
Daniel Albert
2016-01-20
1
-0
/
+85
|
\
|
*
crypto/pkey: impl Clone for PKey using openssl's ref counting
Cody P Schafer
2016-01-19
1
-0
/
+14
|
*
Merge pull request #328 from Cyberunner23/PemRSA
Steven Fackler
2016-01-09
1
-0
/
+68
|
|
\
|
|
*
Added tests for private_rsa_key_from_pem() and public_rsa_key_from_pem()
Cyberunner23
2016-01-09
1
-0
/
+20
|
|
*
Added private_rsa_key_from_pem and public_rsa_key_from_pem.
Cyberunner23
2016-01-05
1
-0
/
+48
|
*
|
Mark PKey as `Send` and `Sync`
Will Tange
2016-01-07
1
-0
/
+3
|
|
/
*
|
Fix incorrect unsafe declaration
Daniel Albert
2016-01-12
1
-10
/
+21
*
|
Adhere to rust conventions
Daniel Albert
2016-01-12
1
-10
/
+6
*
|
Add public interface to access BigNums from RSA keys
Daniel Albert
2016-01-01
1
-0
/
+39
*
|
Add RSA structs
Daniel Albert
2016-01-01
2
-2
/
+3
|
/
*
Rustfmt
Steven Fackler
2015-12-15
8
-637
/
+619
*
Put pbkdf2_hmac_{256,512}() behind feature gate
Tomoki Aonuma
2015-12-10
1
-0
/
+5
*
Add PBKDF2-HMAC-SHA256 and -SHA512 functions
Tomoki Aonuma
2015-12-10
1
-0
/
+134
*
Fix a leak when using `EVP_PKEY_get1_RSA`.
Overmind JIANG
2015-11-18
1
-0
/
+1
*
Move HMAC_CTX_copy to sys-extras
Steven Fackler
2015-11-16
1
-1
/
+1
*
Split stuff requiring a shim out to a separate crate
Steven Fackler
2015-11-16
1
-9
/
+11
*
Revert "Use AsRef for backwards compatibility with passing IV as Vec"
Steven Fackler
2015-11-16
1
-5
/
+4
*
Provide public_decrypt, private_encrypt for PKEY
Thom May
2015-10-28
1
-12
/
+115
*
Merge pull request #284 from bheart/cfb-mode
Steven Fackler
2015-10-12
2
-1
/
+80
|
\
|
*
AES CFB{1,8,128} mode support
Will Tange
2015-10-11
2
-1
/
+80
*
|
Add public key PEM read function.
Nathan Lilienthal
2015-10-01
1
-0
/
+26
|
/
*
Merge pull request #270 from mvdnes/crypto_segv
Steven Fackler
2015-09-11
1
-7
/
+67
|
\
|
*
Fix one call to RSA_size found by tests
Mathijs van de Nes
2015-09-11
1
-1
/
+1
|
*
Add tests to ensure a panic occurs instead of segv
Mathijs van de Nes
2015-09-11
1
-0
/
+32
|
*
Check rsa.is_null() before passing it to RSA_size
Mathijs van de Nes
2015-09-10
1
-1
/
+22
|
*
Check _fromstr function for success
Mathijs van de Nes
2015-09-10
1
-6
/
+13
*
|
Make the docs say that load_pub/save_pub methods take DER bytes
Alex Gaynor
2015-09-09
1
-2
/
+2
|
/
*
Expose EVP_BytesToKey
Edward Barnard
2015-08-23
4
-23
/
+138
*
Merge pull request #242 from awelkie/master
Steven Fackler
2015-08-02
1
-11
/
+16
|
\
|
*
Added AES CTR-mode under feature flag.
Allen Welkie
2015-07-15
1
-11
/
+16
*
|
Add function to write RSA public key as PEM
Andrew Dunham
2015-07-23
1
-0
/
+32
|
/
[next]