| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Overhaul openssl cfgs | Steven Fackler | 2018-05-20 | 1 | -12/+15 |
| * | Remove a last couple features | Steven Fackler | 2018-03-19 | 1 | -6/+15 |
| * | Make it possible to use cmac | Flakebi | 2018-03-19 | 1 | -1/+36 |
| * | Merge pull request #862 from bkchr/sign_verifier | Steven Fackler | 2018-03-10 | 1 | -1/+110 |
| |\ | |||||
| | * | Switches to new type wrapper for RsaPssSaltlen | Bastian Köcher | 2018-03-10 | 1 | -18/+17 |
| | * | Adds `RsaPssSaltlen` enum to encode the special values | Bastian Köcher | 2018-03-08 | 1 | -7/+30 |
| | * | Adds more functions to `Verifier`/`Signer` for RSA keys | Bastian Köcher | 2018-03-07 | 1 | -0/+87 |
| * | | Impl Sync and Send for various types | Steven Fackler | 2018-03-09 | 1 | -0/+6 |
| |/ | |||||
| * | Rename key serialization/deserialization methods | Steven Fackler | 2018-01-06 | 1 | -54/+1 |
| * | Bump hex to 0.3 | Bastien Orivel | 2018-01-01 | 1 | -2/+2 |
| * | Parameterize keys over what they contain | Steven Fackler | 2017-12-30 | 1 | -32/+73 |
| * | Remove deprecated APIs | Steven Fackler | 2017-12-25 | 1 | -11/+1 |
| * | Move to associated consts | Steven Fackler | 2017-12-25 | 1 | -4/+4 |
| * | Upgrade bitflags to 1.0 | Steven Fackler | 2017-12-25 | 1 | -2/+2 |
| * | Impl deref for acceptor/connector builders | Steven Fackler | 2017-12-03 | 1 | -1/+1 |
| * | Documentation for the `sign` module. | Steven Fackler | 2017-12-03 | 1 | -10/+53 |
| * | Rename Signer::finish to sign_to_vec | Steven Fackler | 2017-12-03 | 1 | -17/+24 |
| * | Clean up tests | Steven Fackler | 2017-12-03 | 1 | -464/+98 |
| * | Simplifying finish_into | [email protected] | 2017-12-03 | 1 | -2/+1 |
| * | Splitting the sign::Signer::finish function, to avoid allocations | [email protected] | 2017-12-03 | 1 | -5/+28 |
| * | Convert try! usage to ? | johnthagen | 2017-10-03 | 1 | -8/+8 |
| * | Rustfmt | Steven Fackler | 2017-07-15 | 1 | -88/+501 |
| * | Switch to foreign_types | Steven Fackler | 2017-02-03 | 1 | -5/+5 |
| * | Fixed constant names from openssl/rsa.h | Brian Chin | 2017-01-31 | 1 | -0/+8 |
| * | Adding suggestions from review. | Brian Chin | 2017-01-30 | 1 | -9/+5 |
| * | Simplify protocol based on the semantics defined by openssl. | Brian Chin | 2017-01-30 | 1 | -7/+12 |
| * | Simplify code, so that openssl-sys really doesn't contain anything aside | Brian Chin | 2017-01-30 | 1 | -13/+41 |
| * | Testing first version that works with signer. | Brian Chin | 2017-01-30 | 1 | -5/+12 |
| * | Indicate that memcmp::eq should be used for HMACs | Steven Fackler | 2016-12-31 | 1 | -3/+10 |
| * | Test elliptic curve signatures | Steven Fackler | 2016-11-15 | 1 | -0/+17 |
| * | Drop rustc-serialize dependency | Steven Fackler | 2016-11-09 | 1 | -17/+17 |
| * | Get rid of Ref | Steven Fackler | 2016-11-04 | 1 | -6/+6 |
| * | Update verify | Steven Fackler | 2016-10-31 | 1 | -4/+5 |
| * | Rustfmt | Steven Fackler | 2016-10-30 | 1 | -65/+64 |
| * | Fix tests | Steven Fackler | 2016-10-22 | 1 | -8/+8 |
| * | Camel case Rsa | Steven Fackler | 2016-10-22 | 1 | -4/+4 |
| * | Camel case Dsa | Steven Fackler | 2016-10-22 | 1 | -5/+5 |
| * | Flatten crypto module | Steven Fackler | 2016-10-22 | 1 | -0/+397 |