| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename X509Ref::fingerprint to X509Ref::digest and avoid allocating | Steven Fackler | 2018-05-24 | 1 | -13/+14 |
| | | |||||
| * | Rename key serialization/deserialization methods | Steven Fackler | 2018-01-06 | 1 | -9/+21 |
| | | | | | | | Also document their specific formats. Closes #502 | ||||
| * | Bump hex to 0.3 | Bastien Orivel | 2018-01-01 | 1 | -7/+5 |
| | | | | | | The `to_hex` method has been removed and `hex::encode` should be used instead. | ||||
| * | Parameterize keys over what they contain | Steven Fackler | 2017-12-30 | 1 | -10/+13 |
| | | | | | Closes #790 | ||||
| * | Fix a bunch of FIXMEs | Steven Fackler | 2017-12-25 | 1 | -16/+13 |
| | | |||||
| * | Upgrade bitflags to 1.0 | Steven Fackler | 2017-12-25 | 1 | -2/+2 |
| | | | | | Closes #756 | ||||
| * | Make Nid values associated constants | Steven Fackler | 2017-12-25 | 1 | -7/+7 |
| | | |||||
| * | Clean up 1.0.1 hostname verification | Steven Fackler | 2017-12-23 | 1 | -5/+6 |
| | | |||||
| * | Added a macro that wraps foreign type, and impl Send and Sync for both, | Paul Florence | 2017-11-10 | 1 | -1/+1 |
| | | | | | | the borrowed type and the owned one. Replaced all invocation of `foreign_type` by `foreign_type_and_impl_send_sync`. | ||||
| * | Convert try! usage to ? | johnthagen | 2017-10-03 | 1 | -3/+3 |
| | | |||||
| * | Rustfmt | Steven Fackler | 2017-07-15 | 1 | -32/+60 |
| | | |||||
| * | Don't allow Stacks to be allocated with a null-ptr | Sebastian Thiel | 2017-03-07 | 1 | -2/+7 |
| | | | | | | | | | | | The latter must be seen as undefined behaviour, as it will cause the `sk_num` function to return -1 to indicate the error, which causes all kinds of issues. Thus there now is a panic to abort the program if stacks are initialized with a null-ptr, and special handling of that case when decoding a Pkcs file. | ||||
| * | Add test to run into issue with stack.len() | Sebastian Thiel | 2017-03-06 | 1 | -0/+11 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into x509-builder | Steven Fackler | 2017-02-11 | 1 | -17/+163 |
| |\ | |||||
| | * | Switch to foreign_types | Steven Fackler | 2017-02-03 | 1 | -2/+8 |
| | | | |||||
| | * | Pkcs12Builder tweaks | Steven Fackler | 2017-01-25 | 1 | -27/+34 |
| | | | |||||
| | * | fix multi-version compat | Benjamin Fry | 2017-01-23 | 1 | -35/+27 |
| | | | |||||
| | * | add some documentation | Benjamin Fry | 2017-01-22 | 1 | -26/+41 |
| | | | |||||
| | * | add pkcs12_create and to_der funcs | Benjamin Fry | 2017-01-22 | 1 | -2/+127 |
| | | | |||||
| | * | Macroise from_der | Steven Fackler | 2016-11-13 | 1 | -16/+6 |
| | | | |||||
| | * | Drop rustc-serialize dependency | Steven Fackler | 2016-11-09 | 1 | -1/+1 |
| |/ | |||||
| * | Implement Pkcs12 via type_! | Steven Fackler | 2016-11-05 | 1 | -12/+9 |
| | | |||||
| * | Return a Stack in Pkcs12 | Steven Fackler | 2016-11-05 | 1 | -2/+2 |
| | | |||||
| * | Add a consuming iterator for Stacks | Steven Fackler | 2016-11-05 | 1 | -33/+3 |
| | | |||||
| * | Update PKey | Steven Fackler | 2016-10-31 | 1 | -0/+1 |
| | | |||||
| * | Rustfmt | Steven Fackler | 2016-10-30 | 1 | -3/+4 |
| | | |||||
| * | Remove private field in ParsedPkcs12 | Steven Fackler | 2016-10-27 | 1 | -2/+0 |
| | | | | | | The function definition is fixed - nothing else is going to be coming out of a PKCS#12 archive | ||||
| * | Flatten crypto module | Steven Fackler | 2016-10-22 | 1 | -0/+119 |