aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/95-test_external_pyca_data
Commit message (Collapse)AuthorAgeFilesLines
* Correct Oracle copyrights & clarify.Pauli2017-06-151-4/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3684)
* 95-test_external_pyca_data/cryptography.py: only install for testingRichard Levitte2017-03-211-1/+1
| | | | | | | | | | Also, be less silent when installing, so possible errors are shown. [extended tests] Fixes #3005 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3007)
* Add Python Cryptography.io external test suiteJon Spillett2017-03-151-0/+67
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)