| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |