aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/pkcs12.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename X509Ref::fingerprint to X509Ref::digest and avoid allocatingSteven Fackler2018-05-241-13/+14
|
* Rename key serialization/deserialization methodsSteven Fackler2018-01-061-9/+21
| | | | | | Also document their specific formats. Closes #502
* Bump hex to 0.3Bastien Orivel2018-01-011-7/+5
| | | | | The `to_hex` method has been removed and `hex::encode` should be used instead.
* Parameterize keys over what they containSteven Fackler2017-12-301-10/+13
| | | | Closes #790
* Fix a bunch of FIXMEsSteven Fackler2017-12-251-16/+13
|
* Upgrade bitflags to 1.0Steven Fackler2017-12-251-2/+2
| | | | Closes #756
* Make Nid values associated constantsSteven Fackler2017-12-251-7/+7
|
* Clean up 1.0.1 hostname verificationSteven Fackler2017-12-231-5/+6
|
* Added a macro that wraps foreign type, and impl Send and Sync for both,Paul Florence2017-11-101-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 ?johnthagen2017-10-031-3/+3
|
* RustfmtSteven Fackler2017-07-151-32/+60
|
* Don't allow Stacks to be allocated with a null-ptrSebastian Thiel2017-03-071-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 Thiel2017-03-061-0/+11
|
* Merge remote-tracking branch 'origin/master' into x509-builderSteven Fackler2017-02-111-17/+163
|\
| * Switch to foreign_typesSteven Fackler2017-02-031-2/+8
| |
| * Pkcs12Builder tweaksSteven Fackler2017-01-251-27/+34
| |
| * fix multi-version compatBenjamin Fry2017-01-231-35/+27
| |
| * add some documentationBenjamin Fry2017-01-221-26/+41
| |
| * add pkcs12_create and to_der funcsBenjamin Fry2017-01-221-2/+127
| |
| * Macroise from_derSteven Fackler2016-11-131-16/+6
| |
| * Drop rustc-serialize dependencySteven Fackler2016-11-091-1/+1
|/
* Implement Pkcs12 via type_!Steven Fackler2016-11-051-12/+9
|
* Return a Stack in Pkcs12Steven Fackler2016-11-051-2/+2
|
* Add a consuming iterator for StacksSteven Fackler2016-11-051-33/+3
|
* Update PKeySteven Fackler2016-10-311-0/+1
|
* RustfmtSteven Fackler2016-10-301-3/+4
|
* Remove private field in ParsedPkcs12Steven Fackler2016-10-271-2/+0
| | | | | The function definition is fixed - nothing else is going to be coming out of a PKCS#12 archive
* Flatten crypto moduleSteven Fackler2016-10-221-0/+119