Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use openssl from infra master (#5154) | Alex Gaynor | 2020-03-21 | 1 | -3/+1 | |
| | ||||||
* | Update openssl-release.md (#5153) | Alex Gaynor | 2020-03-21 | 1 | -1/+3 | |
| | | | | | * Update openssl-release.md * Update openssl-release.md | |||||
* | Add required key to wheel-builder config (#5148) | Alex Gaynor | 2020-03-21 | 1 | -0/+1 | |
| | ||||||
* | Move wheel builer to github actions (#5147) | Alex Gaynor | 2020-03-21 | 3 | -83/+147 | |
| | ||||||
* | First pass at moving windows CI to github actions (#5145) | Alex Gaynor | 2020-03-21 | 3 | -83/+103 | |
| | | | | | | | * First pass at moving windows CI to github actions * Install coverage * Remove bonus http request | |||||
* | linkcheck: remove domain that fixed it's tls from ignore (#5144) | Alex Gaynor | 2020-03-19 | 1 | -2/+0 | |
| | ||||||
* | Allow NameAttribute.value to be an empty string (#5109) | Andrea De Pasquale | 2020-03-19 | 2 | -7/+21 | |
| | | | | | | | | | | | | * Allow NameAttribute.value to be an empty string RFC 4514 https://tools.ietf.org/html/rfc4514 does not mention that "AttributeValue" can not be an empty (zero-length) string. Fixes #5106 * reverse order to match fix from another PR Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com> | |||||
* | Fixed linkcheck (#5142) | Alex Gaynor | 2020-03-19 | 1 | -0/+2 | |
| | | | | | * Fixed linkcheck * linkcheck | |||||
* | Fixed issue template for manylinux1 structure (#5140) | Alex Gaynor | 2020-03-19 | 1 | -2/+1 | |
| | ||||||
* | Fix several CI breakages (#5138) | Alex Gaynor | 2020-03-19 | 3 | -3/+11 | |
| | | | | | | | | | * Replace dead link * Explicitly run for all PRs * Update azure-pipelines.yml * Update wheel-builder.yml | |||||
* | Update azure images for their deprecation of 10.13 (#5132) | Alex Gaynor | 2020-03-02 | 1 | -10/+10 | |
| | ||||||
* | Linkify RFC in changelog (#5131) | Alex Gaynor | 2020-03-02 | 1 | -1/+1 | |
| | ||||||
* | Reversed the order of RDNs in x509.Name.rfc4514_string() (#5120) | Thomas Erbesdobler | 2020-03-02 | 3 | -7/+14 | |
| | | | | RFC4514 requires in section 2.1 that RDNs are converted to string representation in reversed order. | |||||
* | Update pip before installing virtualenv in travis (#5121) | Alex Gaynor | 2020-02-15 | 1 | -0/+1 | |
| | ||||||
* | Refs #5075 -- use ecdsa_*.json from wycheproof (#5099) | Alex Gaynor | 2020-01-12 | 1 | -0/+17 | |
| | ||||||
* | Refs #5075 -- use dsa_*.json from wycheproof (#5098) | Alex Gaynor | 2020-01-12 | 1 | -0/+4 | |
| | ||||||
* | Refs #5075 -- use rsa_signature_*.json from wycheproof (#5078) | Alex Gaynor | 2020-01-12 | 1 | -0/+22 | |
| | | | | | | * Refs #5075 -- use rsa_signature_*.json from wycheproof * for azure | |||||
* | Refs #5075 -- use x448_test.json from wycheproof (#5077) | Alex Gaynor | 2020-01-12 | 1 | -0/+48 | |
| | | | | | | | | | | * Refs #5075 -- use x448_test.json from wycheproof * Fixed test * crypto libraries from people who can't math, it's fine * Skip teh weirdo 57 byte public keys | |||||
* | Replace legacy file handling with a context manager. (#5092) | Mads Jensen | 2020-01-12 | 1 | -21/+22 | |
| | | | | | | | | * Replace legacy file handling with a context manager. * flake8 fix Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> | |||||
* | Use literals for collections and comprehensions. (#5091) | Mads Jensen | 2020-01-12 | 4 | -12/+12 | |
| | ||||||
* | Updates Python version in README (#5094) | Mads Jensen | 2020-01-12 | 1 | -1/+1 | |
| | ||||||
* | Update for new alpine release (#5097) | Alex Gaynor | 2020-01-12 | 1 | -2/+2 | |
| | ||||||
* | Add pthread linking on non-win32 (#5086) | Alexander Grund | 2019-12-23 | 1 | -1/+4 | |
| | | | | Required to link in static part of pthread, e.g. pthread_atfork Fixes https://github.com/pyca/cryptography/issues/5084 | |||||
* | drop python 3.4 support (#5087) | Paul Kehrer | 2019-12-08 | 9 | -44/+18 | |
| | | | | | | | | | | | | * drop python 3.4 support Our dependencies have started dropping support so it is becoming difficult to test. Additionally, Python 3.4 represents <2% of our downloads, so taking on a large maintenance burden to maintain support isn't a good use of limited time. Accordingly, we're dropping testing infrastructure and migrating our abi3 wheels to py35+. * use removed instead of dropped | |||||
* | Use dict literals. (#5080) | Mads Jensen | 2019-12-02 | 2 | -2/+2 | |
| | ||||||
* | Get tests passing with latest wycheproof clone (#5076) | Alex Gaynor | 2019-11-26 | 3 | -3/+6 | |
| | | | | | | | | * Get tests passing with latest wycheproof clone * Fix x25519 wycheproof tests * Fix for acme repo changes | |||||
* | Run codecov in required mode so it exits with non-zero on failure (#5073) | Alex Gaynor | 2019-11-25 | 1 | -1/+2 | |
| | ||||||
* | Fixes #5065 -- skip serialization tests which use RC2 if OpenSSL doesn't ↵ | Alex Gaynor | 2019-11-25 | 3 | -11/+36 | |
| | | | | | | | | have RC2 (#5072) * Refs #5065 -- have a CI job with OpenSSL built with no-rc2 * Fixes #5065 -- skip serialization tests which use RC2 if OpenSSL doesn't have RC2 | |||||
* | Skip coverage uploads on pypy3-nocoverage builds (#5074) | Alex Gaynor | 2019-11-25 | 1 | -0/+1 | |
| | ||||||
* | issue-5041: do not add extra flags when compiler or platform does not ↵ | Michael Felt | 2019-11-24 | 1 | -1/+13 | |
| | | | | | | | | | | | | | | support them (#5042) * check for suitable compiler (platform) before adding special flags * pep8 corrections * later pep8 messages * add clang to auto accepted compilers * modify syntax so multi-line is accepted | |||||
* | add SSL_get_verify_result (#5071) | Maximilian Hils | 2019-11-23 | 1 | -0/+1 | |
| | ||||||
* | add SSL_CTX_get0_param (#5070) | Maximilian Hils | 2019-11-22 | 2 | -0/+3 | |
| | ||||||
* | Added a test vector of an OCSP response with SCT extension (#5066) | Alex Gaynor | 2019-11-16 | 2 | -0/+2 | |
| | ||||||
* | add SSL[_CTX]_clear_mode (#5062) | Maximilian Hils | 2019-11-11 | 1 | -0/+2 | |
| | ||||||
* | Windows Installation: fix link to binaries (#5061) | Maximilian Hils | 2019-11-11 | 1 | -7/+6 | |
| | | | | | | | | | | * Windows Installation: fix link to binaries While https://github.com/pyca/infra/tree/master/windows/openssl points a trusted source (which would be preferable), pyca/infra currently does not provide any Windows binaries for download. Linking to the official OpenSSL wiki seems to be a reasonable compromise. * fix whitespace | |||||
* | Parse single_extensions in OCSP responses (#5059) | Paul Kehrer | 2019-11-11 | 8 | -1/+48 | |
| | | | | | | | | | | | | * add single_extensions to OCSPResponse (#4753) * new vector, updateed docs, more stringent parser, changelog, etc * simplify PR (no SCT for now) * add a comment * finish pulling out the sct stuff so tests might actually run | |||||
* | Fixes #4699 -- document that UnrecognizedExtension can be used in generation ↵ | Alex Gaynor | 2019-11-11 | 1 | -1/+3 | |
| | | | | (#5057) | |||||
* | Fixed #4377 -- document certificate policies with an example (#5058) | Alex Gaynor | 2019-11-11 | 1 | -0/+12 | |
| | ||||||
* | Fixed #5050 -- dropped support for an old LibresSSL release (#5056) | Alex Gaynor | 2019-11-11 | 10 | -16/+12 | |
| | | | | | | * Fixed #5050 -- dropped support for an old LibresSSL release * Changelog | |||||
* | Retry failed code coverage uploads (#5054) | Alex Gaynor | 2019-11-11 | 1 | -1/+1 | |
| | ||||||
* | Run py3.8 as our py3 in macOS CI (#5032) | Alex Gaynor | 2019-11-11 | 1 | -6/+6 | |
| | ||||||
* | Let Oid enforce positive decimal integers (#5053) | Noel Remy | 2019-11-10 | 2 | -1/+45 | |
| | | | | | | Failing that would lead to an OpenSSL error when calling OBJ_txt2obj at serialization. Adds basic tests for oids. | |||||
* | issue-5039: added documentation for curve attribute on EllipticCurveP… (#5045) | jschmidtlein | 2019-11-04 | 1 | -0/+6 | |
| | | | | | | * issue-5039: added documentation for curve attribute on EllipticCurvePrivateKey based on existing docs * issue-5039: changed indentation | |||||
* | Stop testing 2.7 on fedora (#5052) | Alex Gaynor | 2019-11-05 | 1 | -3/+0 | |
| | ||||||
* | Deal with the 2.5 deprecations (#5048) | Alex Gaynor | 2019-11-03 | 7 | -27/+11 | |
| | | | | | | | | | | | | * Deal with the 2.5 deprecations * pep8 + test fixes * docs typo * Why did I do this? * typo | |||||
* | Fixed link for linkcheck (#5047) | Alex Gaynor | 2019-11-01 | 1 | -1/+1 | |
| | ||||||
* | Add a comment so we can easily find a place to update later (#5043) | Alex Gaynor | 2019-11-01 | 1 | -0/+1 | |
| | | | | | | * Add a comment so we can easily find a place to update later * flake8 | |||||
* | Don't bother computing y coefficient in _modinv (#5037) | Clayton Smith | 2019-10-29 | 1 | -3/+3 | |
| | ||||||
* | Silence unguarded availability warnings for `getentropy` when targeting ↵ | Max Bélanger | 2019-10-24 | 1 | -1/+5 | |
| | | | | | | | | macOS 10.12 (#5019) * silence `Wunguarded-availability` when building with a `MACOSX_DEPLOYMENT_TARGET < 10.12` * use `__builtin_available` rather than a `NULL` echo upon init on mac | |||||
* | fix copy pasta in example snippet (#5033) | Ofek Lev | 2019-10-23 | 1 | -2/+1 | |
| |