| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typo | 李伟 | 2018-09-13 | 1 | -1/+1 |
| * | clean up example | Steven Fackler | 2018-09-02 | 1 | -4/+3 |
| * | Small cleanup | Steven Fackler | 2018-09-02 | 1 | -1/+1 |
| * | Switch to accessors in libressl where possible | Steven Fackler | 2018-06-09 | 1 | -1/+1 |
| * | Overhaul openssl cfgs | Steven Fackler | 2018-05-20 | 1 | -101/+118 |
| * | Support min/max version in LibreSSL | Steven Fackler | 2018-05-19 | 1 | -4/+7 |
| * | Implement Clone for Rsa | Steven Fackler | 2018-05-12 | 1 | -1/+24 |
| * | Remove Rsa::build | Steven Fackler | 2018-04-25 | 1 | -39/+26 |
| * | Add RsaPrivateKeyBuilder | Edouard Oger | 2018-04-25 | 1 | -20/+89 |
| * | Adds RSA PKCS1 PSS padding | Bastian Köcher | 2018-03-07 | 1 | -0/+1 |
| * | More tests for pem_pkcs1 methods | Ole Herman Schumacher Elgesem | 2018-02-15 | 1 | -1/+47 |
| * | Added binding for PEM_read_bio_RSAPublicKey | Ole Herman Schumacher Elgesem | 2018-02-14 | 1 | -0/+27 |
| * | Use Padding constant in RSA docs example | Ansley Peduru | 2018-02-10 | 1 | -1/+1 |
| * | Add RSA docs | Ansley Peduru | 2018-01-25 | 1 | -0/+69 |
| * | Rename and document RSA accessors | Steven Fackler | 2018-01-06 | 1 | -10/+50 |
| * | Rename key serialization/deserialization methods | Steven Fackler | 2018-01-06 | 1 | -16/+137 |
| * | Parameterize keys over what they contain | Steven Fackler | 2017-12-30 | 1 | -122/+115 |
| * | Remove deprecated APIs | Steven Fackler | 2017-12-25 | 1 | -24/+1 |
| * | Fix a bunch of FIXMEs | Steven Fackler | 2017-12-25 | 1 | -14/+12 |
| * | Move to associated consts | Steven Fackler | 2017-12-25 | 1 | -16/+15 |
| * | Adding dp(), dq() and qi() methods to RSA, to get the CRT parameters back | [email protected] | 2017-12-02 | 1 | -0/+43 |
| * | Added a macro that wraps foreign type, and impl Send and Sync for both, | Paul Florence | 2017-11-10 | 1 | -1/+1 |
| * | Convert try! usage to ? | johnthagen | 2017-10-03 | 1 | -24/+24 |
| * | Rustfmt | Steven Fackler | 2017-07-15 | 1 | -86/+130 |
| * | Support PKCS#1 RSA public keys | Steven Fackler | 2017-07-04 | 1 | -1/+8 |
| * | Fix documentation typo | Hasan | 2017-06-10 | 1 | -1/+1 |
| * | Switch to foreign_types | Steven Fackler | 2017-02-03 | 1 | -2/+8 |
| * | Adding suggestions from review. | Brian Chin | 2017-01-30 | 1 | -28/+10 |
| * | Fixing typo | Brian Chin | 2017-01-30 | 1 | -1/+1 |
| * | Small amount of docs. | Brian Chin | 2017-01-30 | 1 | -0/+1 |
| * | Simplify code, so that openssl-sys really doesn't contain anything aside | Brian Chin | 2017-01-30 | 1 | -2/+11 |
| * | Testing first version that works with signer. | Brian Chin | 2017-01-30 | 1 | -1/+18 |
| * | Remove some stray manual impls | Steven Fackler | 2016-11-13 | 1 | -12/+2 |
| * | Macroise from_pem | Steven Fackler | 2016-11-13 | 1 | -13/+1 |
| * | Macroise from_der | Steven Fackler | 2016-11-13 | 1 | -22/+3 |
| * | Macroise to_der | Steven Fackler | 2016-11-13 | 1 | -19/+2 |
| * | Make password callback return a Result | Steven Fackler | 2016-11-13 | 1 | -1/+1 |
| * | Support serialization of encrypted private keys | Steven Fackler | 2016-11-13 | 1 | -3/+13 |
| * | Add private_key_from_pem_passphrase | Steven Fackler | 2016-11-13 | 1 | -0/+6 |
| * | Macro-implement private_key_to_pem | Steven Fackler | 2016-11-13 | 1 | -15/+1 |
| * | Some serialization support for EcKey | Steven Fackler | 2016-11-13 | 1 | -24/+6 |
| * | Add SslContextBuilder::set_tmp_{ec,}dh_callback | Steven Fackler | 2016-11-12 | 1 | -0/+1 |
| * | Consistently support both PEM and DER encodings | Steven Fackler | 2016-11-11 | 1 | -1/+46 |
| * | Get rid of Ref | Steven Fackler | 2016-11-04 | 1 | -14/+14 |
| * | Update Rsa | Steven Fackler | 2016-10-31 | 1 | -34/+2 |
| * | Update bignum | Steven Fackler | 2016-10-31 | 1 | -11/+12 |
| * | Add RsaRef | Steven Fackler | 2016-10-30 | 1 | -116/+134 |
| * | Rustfmt | Steven Fackler | 2016-10-30 | 1 | -45/+38 |
| * | Make padding types consts | Steven Fackler | 2016-10-27 | 1 | -19/+9 |
| * | Camel case Rsa | Steven Fackler | 2016-10-22 | 1 | -25/+25 |