| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Don't enable features for docs anymore | Steven Fackler | 2018-03-29 | 1 | -3/+0 | |
| * | | 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 | 5 | -106/+95 | |
| * | | Add Asn1IntegerRef::to_bn | Steven Fackler | 2018-03-28 | 2 | -6/+18 | |
| * | | Add X509Ref::serial_number | Steven Fackler | 2018-03-28 | 1 | -0/+13 | |
| |/ | ||||||
| * | Remove a last couple features | Steven Fackler | 2018-03-19 | 2 | -11/+18 | |
| * | Merge pull request #856 from Flakebi/master | Steven Fackler | 2018-03-19 | 2 | -1/+98 | |
| |\ | ||||||
| | * | Make it possible to use cmac | Flakebi | 2018-03-19 | 2 | -1/+98 | |
| * | | Remove version-specific features | Steven Fackler | 2018-03-19 | 10 | -169/+151 | |
| * | | Merge pull request #875 from Ralith/hash-extras | Steven Fackler | 2018-03-16 | 3 | -0/+44 | |
| |\ \ | |/ |/| | ||||||
| | * | Expose additional cipher and digest accessors | Benjamin Saunders | 2018-03-16 | 3 | -0/+44 | |
| * | | Merge pull request #874 from rohit-lshift/priv-key-from-num | Steven Fackler | 2018-03-13 | 1 | -0/+39 | |
| |\ \ | |/ |/| | ||||||
| | * | Change function name to be similar to RSA one | Rohit Aggarwal | 2018-03-13 | 1 | -3/+3 | |
| | * | Added a function to create a EC<Key> from its parts | Rohit Aggarwal | 2018-03-09 | 1 | -0/+39 | |
| * | | 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 | |