summaryrefslogtreecommitdiffstats
path: root/pyca-cryptography (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update pyca-cryptography to latest commitJon Spillett2017-08-111-0/+0
| | | | | | Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4139)
* Update the pyca-cryptography versionMatt Caswell2017-05-261-0/+0
| | | | | | | | | | | Commit 9bfeeef made some function parameters const. This actually broke the pyca-cryptography tests. The discussion in #3360 considers this to actually be a problem with pyca-cryptography not an OpenSSL issue (they replicate some of our header file contents which then causes function prototype mismatches). This commit updates the pyca-cryptography version to pull in their fix for this issue and make our external tests pass again. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3569)
* Update the pyca-cryptography submodule to version 1.8.1Richard Levitte2017-04-281-0/+0
| | | | | | | | It was released a couple of days after our latest update [extended tests] Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3346)
* Add Python Cryptography.io external test suiteJon Spillett2017-03-151-0/+0
Add python cryptography testing instructions too Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2885)