| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #864 from mlen/aes-ccm-bindings | Steven Fackler | 2018-03-11 | 1 | -3/+177 | |
| |\ \ | ||||||
| | * | | fixup! Implement AES-{128,256}-CCM bindings | Mateusz Lenik | 2018-03-11 | 1 | -0/+40 | |
| | * | | fixup! Implement AES-{128,256}-CCM bindings | Mateusz Lenik | 2018-03-08 | 1 | -9/+9 | |
| | * | | Implement AES-{128,256}-CCM bindings | Mateusz Lenik | 2018-03-08 | 1 | -3/+137 | |
| * | | | Merge pull request #873 from sfackler/tweaks | Steven Fackler | 2018-03-11 | 2 | -38/+76 | |
| |\ \ \ | ||||||
| | * | | | Add a Sync + Send bound to the custom ext type | Steven Fackler | 2018-03-11 | 2 | -38/+76 | |
| * | | | | Merge pull request #872 from sfackler/tweaks | Steven Fackler | 2018-03-11 | 1 | -22/+27 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Some ECDSA fixes/tweaks | Steven Fackler | 2018-03-11 | 1 | -22/+27 | |
| * | | | | Merge branch 'master' into custom-extensions | Steven Fackler | 2018-03-11 | 11 | -42/+490 | |
| |\| | | | ||||||
| | * | | | 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 | |
| * | | Generic custom extension add fn return type | Benjamin Saunders | 2018-03-10 | 3 | -30/+30 | |
| * | | High-level API for OpenSSL 1.1.1 custom extension support | Benjamin Saunders | 2018-03-09 | 3 | -0/+207 | |
| |/ | ||||||