| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add an RSA key decryption test | Jonas Schievink | 2016-06-26 | 1 | -0/+18 |
| | | |||||
| * | Put password callbacks behind a cargo feature | Jonas Schievink | 2016-06-26 | 1 | -1/+6 |
| | | |||||
| * | Make the callback take a `&mut [c_char]` | Jonas Schievink | 2016-06-26 | 1 | -2/+2 |
| | | |||||
| * | Add RSA::private_key_from_pem_cb | Jonas Schievink | 2016-06-26 | 1 | -1/+22 |
| | | |||||
| * | Rustfmt | Steven Fackler | 2016-05-16 | 1 | -105/+105 |
| | | |||||
| * | Clean up RSA signature API | Steven Fackler | 2016-05-16 | 1 | -9/+10 |
| | | |||||
| * | 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 |
| | | |||||
| * | making from_raw() unsafe | Benjamin Fry | 2016-03-05 | 1 | -1/+2 |
| | | |||||
| * | added public key material to the constructor | Benjamin Fry | 2016-02-28 | 1 | -16/+4 |
| | | |||||
| * | review fixes, keep raw RSA initiallization private | Benjamin Fry | 2016-02-23 | 1 | -1/+5 |
| | | |||||
| * | adding functionality to directly get and set RSA key material | Benjamin Fry | 2016-02-17 | 1 | -1/+36 |
| | | |||||
| * | Fix PKey RSA constructors | Steven Fackler | 2016-01-30 | 1 | -9/+55 |
| | | | | | | | | | `set1` functions bump the object's refcount so we were previously leaking the RSA object. Split the decode from PEM part out to a method on RSA and use that in the PKey constructors. Also make RSA a pointer and actually free it. | ||||
| * | 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 |
| | | |||||
| * | 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 |