| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Some ECDSA fixes/tweaks | Steven Fackler | 2018-03-11 | 1 | -22/+27 |
| * | Merge pull request #863 from rohit-lshift/master | Steven Fackler | 2018-03-11 | 2 | -0/+197 |
| |\ | |||||
| | * | Revert previous commit | Rohit Aggarwal | 2018-03-11 | 1 | -3/+5 |
| | * | Arguments should be BigNumRef and not BigNum | Rohit Aggarwal | 2018-03-10 | 1 | -5/+3 |
| | * | Remove unneeded paramter | Rohit Aggarwal | 2018-03-09 | 1 | -15/+12 |
| | * | Changes as per PR feedback | Rohit Aggarwal | 2018-03-08 | 1 | -9/+21 |
| | * | Get curves for OpenSSL tests itself | Rohit Aggarwal | 2018-03-08 | 1 | -1/+6 |
| | * | Try out another curve | Rohit Aggarwal | 2018-03-08 | 1 | -1/+1 |
| | * | Another try at using the correct curve | Rohit Aggarwal | 2018-03-08 | 1 | -8/+1 |
| | * | Use examples listed in OpenSSL docs for testing | Rohit Aggarwal | 2018-03-08 | 1 | -10/+20 |
| | * | Exposed some of ECDSA functions | Rohit Aggarwal | 2018-03-08 | 2 | -0/+180 |
| * | | Tweak verify_cert's signature | Steven Fackler | 2018-03-11 | 2 | -36/+40 |
| * | | Merge pull request #861 from bkchr/verify_certificate | Steven Fackler | 2018-03-11 | 2 | -1/+111 |
| |\ \ | |||||
| | * | | 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 |
| | |/ | |||||
| * | | Rename Oid to Id | Steven Fackler | 2018-03-11 | 1 | -19/+19 |
| * | | Merge pull request #862 from bkchr/sign_verifier | Steven Fackler | 2018-03-10 | 3 | -1/+148 |
| |\ \ | |||||
| | * | | Switches to new type wrapper for RsaPssSaltlen | Bastian Köcher | 2018-03-10 | 2 | -20/+18 |
| | * | | Adds `RsaPssSaltlen` enum to encode the special values | Bastian Köcher | 2018-03-08 | 1 | -7/+30 |
| | * | | Switches to newtype wrapper for Oid | Bastian Köcher | 2018-03-08 | 1 | -22/+27 |
| | * | | Adds more functions to `Verifier`/`Signer` for RSA keys | Bastian Köcher | 2018-03-07 | 1 | -0/+87 |
| | * | | Adds RSA PKCS1 PSS padding | Bastian Köcher | 2018-03-07 | 1 | -0/+1 |
| | * | | Adds `PKeyRef::get_id` to get the OID of a key | Bastian Köcher | 2018-03-07 | 1 | -0/+33 |
| | |/ | |||||
| * | | Add one more set of impls | Steven Fackler | 2018-03-10 | 1 | -0/+3 |
| * | | Impl Sync and Send for various types | Steven Fackler | 2018-03-09 | 4 | -1/+21 |
| |/ | |||||
| * | Remove the x509 module-level example | Steven Fackler | 2018-03-05 | 1 | -33/+0 |
| * | Add SslOptions::ENABLE_MIDDLEBOX_COMPAT | Benjamin Saunders | 2018-03-03 | 1 | -0/+7 |
| * | Always include something in ErrorStack's Display | Steven Fackler | 2018-02-27 | 1 | -0/+4 |
| * | Add min/max protocol version support | Steven Fackler | 2018-02-25 | 2 | -4/+133 |
| * | Restore error stack in cookie callback | Steven Fackler | 2018-02-25 | 1 | -7/+12 |
| * | Expose cookie generate/verify callback setters | Benjamin Saunders | 2018-02-25 | 2 | -0/+95 |
| * | Merge pull request #850 from sfackler/put-error | Steven Fackler | 2018-02-24 | 2 | -16/+57 |
| |\ | |||||
| | * | Add the ability to push errors back onto the error stack. | Steven Fackler | 2018-02-24 | 2 | -16/+57 |
| * | | Add RFC 5705 support | Steven Fackler | 2018-02-23 | 2 | -2/+72 |
| |/ | |||||
| * | Actually add version stuff | Steven Fackler | 2018-02-21 | 1 | -2/+16 |
| * | Merge pull request #840 from olehermanse/master | Steven Fackler | 2018-02-21 | 2 | -1/+92 |
| |\ | |||||