| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Overhaul openssl cfgs | Steven Fackler | 2018-05-20 | 1 | -83/+83 |
| * | Add functions to X509Req to obtain public key and extensions | René Richter | 2018-04-21 | 1 | -0/+22 |
| * | Add X509Ref::serial_number | Steven Fackler | 2018-03-28 | 1 | -0/+13 |
| * | Remove version-specific features | Steven Fackler | 2018-03-19 | 1 | -2/+1 |
| * | Tweak verify_cert's signature | Steven Fackler | 2018-03-11 | 1 | -26/+24 |
| * | Changes `init` to take a closure which is called with the initialized context | Bastian Köcher | 2018-03-11 | 1 | -7/+25 |
| * | Moves store context init into its own function | Bastian Köcher | 2018-03-10 | 1 | -10/+18 |
| * | Moves `cleanup` into its own function | Bastian Köcher | 2018-03-08 | 1 | -5/+14 |
| * | Fixes the implementation of `X509StoreContextRef::verify_cert` | Bastian Köcher | 2018-03-07 | 1 | -31/+30 |
| * | delay return until after forgets | Benjamin Fry | 2018-03-07 | 1 | -2/+4 |
| * | cleanup and add negative test | Benjamin Fry | 2018-03-07 | 1 | -5/+8 |
| * | add cleanup ffi to store context | Benjamin Fry | 2018-03-07 | 1 | -2/+6 |
| * | restructure to self contained function | Benjamin Fry | 2018-03-07 | 1 | -4/+11 |
| * | Little tweaks | Steven Fackler | 2018-03-07 | 1 | -4/+4 |
| * | convert to raw pass-through methods | Benjamin Fry | 2018-03-07 | 1 | -5/+21 |
| * | add comment about consuming self in verify_cert | Benjamin Fry | 2018-03-07 | 1 | -0/+3 |
| * | fix error check | Benjamin Fry | 2018-03-07 | 1 | -2/+2 |
| * | properly version library functions | Benjamin Fry | 2018-03-07 | 1 | -0/+7 |
| * | Remove the x509 module-level example | Steven Fackler | 2018-03-05 | 1 | -33/+0 |
| * | Tweak features | Steven Fackler | 2018-02-14 | 1 | -2/+2 |
| * | add support for rfc822Name (email) and uniformResourceIdentifier (uri) to Gen... | Ian P. Cooke | 2018-01-15 | 1 | -4/+19 |
| * | Rename key serialization/deserialization methods | Steven Fackler | 2018-01-06 | 1 | -25/+92 |
| * | Fix links in x509 module | Ansley Peduru | 2018-01-01 | 1 | -2/+4 |
| * | Merge branch 'master' into x509-docs | Ansley Peduru | 2018-01-01 | 1 | -17/+0 |
| |\ | |||||
| | * | Move X509Filetype to SslFiletype | Steven Fackler | 2018-01-01 | 1 | -12/+0 |
| * | | Fix x509 doc examples | Ansley Peduru | 2018-01-01 | 1 | -7/+20 |
| * | | Add documentation for x509 module | Ansley Peduru | 2017-12-31 | 1 | -3/+156 |
| |/ | |||||
| * | Parameterize keys over what they contain | Steven Fackler | 2017-12-30 | 1 | -6/+18 |
| * | Add issuer name access. | Steven Fackler | 2017-12-29 | 1 | -3/+47 |
| * | Split X509StoreContextRef::ssl up | Steven Fackler | 2017-12-26 | 1 | -15/+22 |
| * | Overhaul verify error type | Steven Fackler | 2017-12-26 | 1 | -25/+27 |
| * | Remove deprecated APIs | Steven Fackler | 2017-12-25 | 1 | -277/+1 |
| * | Rename X509FileType to X509Filetype | Steven Fackler | 2017-12-25 | 1 | -5/+5 |
| * | Move to associated consts | Steven Fackler | 2017-12-25 | 1 | -6/+6 |
| * | Make Nid values associated constants | Steven Fackler | 2017-12-25 | 1 | -27/+15 |
| * | Impl Send + Sync for x509 stuff | Steven Fackler | 2017-12-13 | 1 | -8/+8 |
| * | Upgrade foreign-types | Steven Fackler | 2017-11-26 | 1 | -13/+0 |
| * | Revert "Update foreign-types to 0.3" | Steven Fackler | 2017-11-21 | 1 | -0/+13 |
| * | Update foreign-types to 0.3 | Anthony Ramine | 2017-11-21 | 1 | -13/+0 |
| * | Convert try! usage to ? | johnthagen | 2017-10-03 | 1 | -38/+38 |
| * | Fix X509::clone impl | Steven Fackler | 2017-07-19 | 1 | -1/+1 |
| * | Rustfmt | Steven Fackler | 2017-07-15 | 1 | -111/+168 |
| * | Add an API to install extra data | Steven Fackler | 2017-07-15 | 1 | -3/+17 |
| * | mention the common fields | Benjamin Fry | 2017-02-22 | 1 | -1/+1 |
| * | some helpful documentation and example. | Benjamin Fry | 2017-02-20 | 1 | -0/+17 |
| * | Update deprecation version | Steven Fackler | 2017-02-11 | 1 | -10/+10 |
| * | Remove X509Req setters | Steven Fackler | 2017-02-11 | 1 | -13/+0 |
| * | Merge remote-tracking branch 'origin/master' into x509-builder | Steven Fackler | 2017-02-11 | 1 | -57/+206 |
| |\ | |||||
| | * | Re-add reexport | Steven Fackler | 2017-02-11 | 1 | -0/+1 |
| | * | Merge branch 'master' into x509_req_version_subject | Steven Fackler | 2017-02-11 | 1 | -13/+67 |
| | |\ | |||||