Thom May
|
11e3b1b563
|
Provide public_decrypt, private_encrypt for PKEY
|
2015-10-28 18:15:55 +00:00 |
Nathan Lilienthal
|
ffa9d330fd
|
Add public key PEM read function.
|
2015-10-01 20:33:12 -04:00 |
Steven Fackler
|
f4bf55faa3
|
Merge pull request #270 from mvdnes/crypto_segv
Check if public/private RSA key is properly loaded
|
2015-09-11 11:31:15 -04:00 |
Mathijs van de Nes
|
87d5c0e429
|
Fix one call to RSA_size found by tests
|
2015-09-11 09:24:24 +02:00 |
Mathijs van de Nes
|
3be32528e5
|
Add tests to ensure a panic occurs instead of segv
|
2015-09-11 09:23:51 +02:00 |
Mathijs van de Nes
|
0eb2f0ecfa
|
Check rsa.is_null() before passing it to RSA_size
RSA_size will cause an segmentation fault if it is null
|
2015-09-10 13:04:25 +02:00 |
Mathijs van de Nes
|
02b109bf04
|
Check _fromstr function for success
|
2015-09-10 12:58:40 +02:00 |
Alex Gaynor
|
4781a3304a
|
Make the docs say that load_pub/save_pub methods take DER bytes
|
2015-09-09 19:58:45 -04:00 |
Andrew Dunham
|
ab7bfad225
|
Add function to write RSA public key as PEM
|
2015-07-23 22:30:07 -07:00 |
Emeric Chevalier
|
7320c1619f
|
Correction on sign and verify documentation to be more explicit of right
behaviour (no hash done by the functions).
|
2015-05-30 13:08:45 +02:00 |
Manuel Schölling
|
b0bcb44556
|
Move PKey comparison func to public_eq()
|
2015-05-01 10:58:15 +02:00 |
Manuel Schölling
|
123d400277
|
Add comparison for PKeys
|
2015-04-16 17:14:21 +02:00 |
Manuel Schölling
|
7db00b97ba
|
Add X509::public_key()
|
2015-04-15 22:59:07 +02:00 |
Manuel Schölling
|
b6c5c113f5
|
Add SslContext::add_extra_chain_cert()
|
2015-04-03 14:34:24 +02:00 |
Manuel Schölling
|
632d8398cf
|
Add ability to load private keys from files and use raw keys and certificates for SslContext
|
2015-04-03 14:34:24 +02:00 |
Alex Crichton
|
293f1ce5b1
|
Fixup for beta
Add derive(Clone) and don't negate unsigned numbers
|
2015-04-02 18:14:51 -07:00 |
Steven Fackler
|
36c90bb205
|
Fix deprecation warnings
|
2015-03-25 21:50:21 -07:00 |
Steven Fackler
|
6991cc6a30
|
Convert to new IO.
|
2015-02-24 23:01:57 -08:00 |
Steven Fackler
|
ec65b0c67b
|
Move docs to this repo and auto build
|
2015-02-07 21:30:05 -08:00 |