| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add SslRef::verified_chain | Steven Fackler | 2018-05-29 | 1 | -6/+4 |
| * | Rename X509Ref::fingerprint to X509Ref::digest and avoid allocating | Steven Fackler | 2018-05-24 | 2 | -13/+25 |
| * | Overhaul openssl cfgs | Steven Fackler | 2018-05-20 | 2 | -84/+84 |
| * | Support min/max version in LibreSSL | Steven Fackler | 2018-05-19 | 1 | -5/+8 |
| * | Add functions to X509Req to obtain public key and extensions | René Richter | 2018-04-21 | 2 | -0/+26 |
| * | Fix a flag name | Steven Fackler | 2018-03-29 | 1 | -3/+5 |
| * | Clean up a couple of holdovers from old features | Steven Fackler | 2018-03-29 | 1 | -4/+85 |
| * | Add Asn1IntegerRef::to_bn | Steven Fackler | 2018-03-28 | 1 | -0/+1 |
| * | 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 | 2 | -36/+40 |
| * | Changes `init` to take a closure which is called with the initialized context | Bastian Köcher | 2018-03-11 | 2 | -14/+28 |
| * | Moves store context init into its own function | Bastian Köcher | 2018-03-10 | 2 | -13/+24 |
| * | Extends the test to verify the certificate two times | Bastian Köcher | 2018-03-08 | 1 | -0/+2 |
| * | 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 | 2 | -34/+38 |
| * | delay return until after forgets | Benjamin Fry | 2018-03-07 | 1 | -2/+4 |
| * | cleanup and add negative test | Benjamin Fry | 2018-03-07 | 2 | -6/+23 |
| * | add cleanup ffi to store context | Benjamin Fry | 2018-03-07 | 2 | -3/+7 |
| * | restructure to self contained function | Benjamin Fry | 2018-03-07 | 2 | -8/+12 |
| * | Little tweaks | Steven Fackler | 2018-03-07 | 1 | -4/+4 |
| * | convert to raw pass-through methods | Benjamin Fry | 2018-03-07 | 2 | -7/+23 |
| * | add comment about consuming self in verify_cert | Benjamin Fry | 2018-03-07 | 1 | -0/+3 |
| * | fix error check | Benjamin Fry | 2018-03-07 | 2 | -5/+4 |
| * | properly version library functions | Benjamin Fry | 2018-03-07 | 2 | -0/+8 |
| * | Fix memory mgmt | Benjamin Fry | 2018-03-07 | 1 | -1/+1 |
| * | add verify_cert and store_context_builder | Benjamin Fry | 2018-03-07 | 1 | -0/+17 |
| * | Remove the x509 module-level example | Steven Fackler | 2018-03-05 | 1 | -33/+0 |
| * | Tweak features | Steven Fackler | 2018-02-14 | 1 | -2/+2 |
| * | OpenSSL 1.1.1 support | Steven Fackler | 2018-02-13 | 1 | -1/+1 |
| * | Don't leak X509s | Steven Fackler | 2018-02-12 | 1 | -5/+4 |
| * | add support for rfc822Name (email) and uniformResourceIdentifier (uri) to Gen... | Ian P. Cooke | 2018-01-15 | 2 | -7/+32 |
| * | 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 | 2 | -25/+6 |
| |\ | |||||
| | * | Move X509Filetype to SslFiletype | Steven Fackler | 2018-01-01 | 1 | -12/+0 |
| | * | Bump hex to 0.3 | Bastien Orivel | 2018-01-01 | 1 | -8/+6 |
| * | | Fix x509 doc examples | Ansley Peduru | 2018-01-01 | 2 | -12/+44 |
| * | | Add documentation for x509 module | Ansley Peduru | 2017-12-31 | 3 | -3/+265 |
| |/ | |||||
| * | Parameterize keys over what they contain | Steven Fackler | 2017-12-30 | 2 | -8/+20 |
| * | 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 | 2 | -28/+30 |
| * | Remove deprecated APIs | Steven Fackler | 2017-12-25 | 3 | -632/+5 |
| * | Rename X509FileType to X509Filetype | Steven Fackler | 2017-12-25 | 1 | -5/+5 |
| * | Move to associated consts | Steven Fackler | 2017-12-25 | 2 | -10/+10 |
| * | Upgrade bitflags to 1.0 | Steven Fackler | 2017-12-25 | 2 | -33/+32 |
| * | Make Nid values associated constants | Steven Fackler | 2017-12-25 | 2 | -55/+39 |
| * | 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 |