| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a leak when using `EVP_PKEY_get1_RSA`. | Overmind JIANG | 2015-11-18 | 1 | -0/+1 |
| | | | | | | | `EVP_PKEY_get1_RSA` returns a RSA structure with its reference count increased by 1 and therefore we need to call `RSA_free` after finishing using that value. | ||||
| * | Provide public_decrypt, private_encrypt for PKEY | Thom May | 2015-10-28 | 1 | -12/+115 |
| | | |||||
| * | 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 |
| |\ | | | | | Check if public/private RSA key is properly loaded | ||||
| | * | 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 |
| | | | | | | | | | RSA_size will cause an segmentation fault if it is null | ||||
| | * | 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 |
| |/ | |||||
| * | Add function to write RSA public key as PEM | Andrew Dunham | 2015-07-23 | 1 | -0/+32 |
| | | |||||
| * | Correction on sign and verify documentation to be more explicit of right | Emeric Chevalier | 2015-05-30 | 1 | -8/+17 |
| | | | | | behaviour (no hash done by the functions). | ||||
| * | Move PKey comparison func to public_eq() | Manuel Schölling | 2015-05-01 | 1 | -14/+14 |
| | | |||||
| * | Add comparison for PKeys | Manuel Schölling | 2015-04-16 | 1 | -0/+30 |
| | | |||||
| * | Add X509::public_key() | Manuel Schölling | 2015-04-15 | 1 | -1/+11 |
| | | |||||
| * | Add SslContext::add_extra_chain_cert() | Manuel Schölling | 2015-04-03 | 1 | -1/+0 |
| | | |||||
| * | Add ability to load private keys from files and use raw keys and ↵ | Manuel Schölling | 2015-04-03 | 1 | -0/+30 |
| | | | | | certificates for SslContext | ||||
| * | Fixup for beta | Alex Crichton | 2015-04-02 | 1 | -3/+3 |
| | | | | | Add derive(Clone) and don't negate unsigned numbers | ||||
| * | Fix deprecation warnings | Steven Fackler | 2015-03-25 | 1 | -15/+15 |
| | | |||||
| * | Convert to new IO. | Steven Fackler | 2015-02-24 | 1 | -3/+5 |
| | | |||||
| * | Move docs to this repo and auto build | Steven Fackler | 2015-02-07 | 1 | -0/+423 |