aboutsummaryrefslogtreecommitdiff
path: root/openssl/src
Commit message (Expand)AuthorAgeFilesLines
* Some ECDSA fixes/tweaksSteven Fackler2018-03-111-22/+27
* Merge pull request #863 from rohit-lshift/masterSteven Fackler2018-03-112-0/+197
|\
| * Revert previous commitRohit Aggarwal2018-03-111-3/+5
| * Arguments should be BigNumRef and not BigNumRohit Aggarwal2018-03-101-5/+3
| * Remove unneeded paramterRohit Aggarwal2018-03-091-15/+12
| * Changes as per PR feedbackRohit Aggarwal2018-03-081-9/+21
| * Get curves for OpenSSL tests itselfRohit Aggarwal2018-03-081-1/+6
| * Try out another curveRohit Aggarwal2018-03-081-1/+1
| * Another try at using the correct curveRohit Aggarwal2018-03-081-8/+1
| * Use examples listed in OpenSSL docs for testingRohit Aggarwal2018-03-081-10/+20
| * Exposed some of ECDSA functionsRohit Aggarwal2018-03-082-0/+180
* | Tweak verify_cert's signatureSteven Fackler2018-03-112-36/+40
* | Merge pull request #861 from bkchr/verify_certificateSteven Fackler2018-03-112-1/+111
|\ \
| * | Changes `init` to take a closure which is called with the initialized contextBastian Köcher2018-03-112-14/+28
| * | Moves store context init into its own functionBastian Köcher2018-03-102-13/+24
| * | Extends the test to verify the certificate two timesBastian Köcher2018-03-081-0/+2
| * | Moves `cleanup` into its own functionBastian Köcher2018-03-081-5/+14
| * | Fixes the implementation of `X509StoreContextRef::verify_cert`Bastian Köcher2018-03-072-34/+38
| * | delay return until after forgetsBenjamin Fry2018-03-071-2/+4
| * | cleanup and add negative testBenjamin Fry2018-03-072-6/+23
| * | add cleanup ffi to store contextBenjamin Fry2018-03-072-3/+7
| * | restructure to self contained functionBenjamin Fry2018-03-072-8/+12
| * | Little tweaksSteven Fackler2018-03-071-4/+4
| * | convert to raw pass-through methodsBenjamin Fry2018-03-072-7/+23
| * | add comment about consuming self in verify_certBenjamin Fry2018-03-071-0/+3
| * | fix error checkBenjamin Fry2018-03-072-5/+4
| * | properly version library functionsBenjamin Fry2018-03-072-0/+8
| * | Fix memory mgmtBenjamin Fry2018-03-071-1/+1
| * | add verify_cert and store_context_builderBenjamin Fry2018-03-071-0/+17
| |/
* | Rename Oid to IdSteven Fackler2018-03-111-19/+19
* | Merge pull request #862 from bkchr/sign_verifierSteven Fackler2018-03-103-1/+148
|\ \
| * | Switches to new type wrapper for RsaPssSaltlenBastian Köcher2018-03-102-20/+18
| * | Adds `RsaPssSaltlen` enum to encode the special valuesBastian Köcher2018-03-081-7/+30
| * | Switches to newtype wrapper for OidBastian Köcher2018-03-081-22/+27
| * | Adds more functions to `Verifier`/`Signer` for RSA keysBastian Köcher2018-03-071-0/+87
| * | Adds RSA PKCS1 PSS paddingBastian Köcher2018-03-071-0/+1
| * | Adds `PKeyRef::get_id` to get the OID of a keyBastian Köcher2018-03-071-0/+33
| |/
* | Add one more set of implsSteven Fackler2018-03-101-0/+3
* | Impl Sync and Send for various typesSteven Fackler2018-03-094-1/+21
|/
* Remove the x509 module-level exampleSteven Fackler2018-03-051-33/+0
* Add SslOptions::ENABLE_MIDDLEBOX_COMPATBenjamin Saunders2018-03-031-0/+7
* Always include something in ErrorStack's DisplaySteven Fackler2018-02-271-0/+4
* Add min/max protocol version supportSteven Fackler2018-02-252-4/+133
* Restore error stack in cookie callbackSteven Fackler2018-02-251-7/+12
* Expose cookie generate/verify callback settersBenjamin Saunders2018-02-252-0/+95
* Merge pull request #850 from sfackler/put-errorSteven Fackler2018-02-242-16/+57
|\
| * Add the ability to push errors back onto the error stack.Steven Fackler2018-02-242-16/+57
* | Add RFC 5705 supportSteven Fackler2018-02-232-2/+72
|/
* Actually add version stuffSteven Fackler2018-02-211-2/+16
* Merge pull request #840 from olehermanse/masterSteven Fackler2018-02-212-1/+92
|\