Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add several OCSP response vectors (#6298) | Paul Kehrer | 2021-09-23 | 1 | -0/+6 | |
| | | | | | * add several OCSP response vectors * fix naming | |||||
* | Don't internal error on CRL with no nextUpdate value (#6282) | Alex Gaynor | 2021-09-19 | 1 | -0/+2 | |
| | | | | | | | * Don't internal error on CRL with no nextUpdate value * Fix typing * docs | |||||
* | add vector omitting optional ASN.1 SEQUENCE for an empty CRL (#6279) | Paul Kehrer | 2021-09-18 | 1 | -0/+2 | |
| | ||||||
* | Make OAEP test vector generating works on python3 (#6255) | match man | 2021-09-06 | 1 | -20/+20 | |
| | | | | | Use always string as output format Co-authored-by: Baofeng Wang <baofeng.wang67@gmail.com> | |||||
* | Correct the documentation on crl_invalid_time.der (#6191) | Alex Gaynor | 2021-08-08 | 1 | -1/+1 | |
| | ||||||
* | add invalid time CRL vector (#6152) | Paul Kehrer | 2021-07-01 | 1 | -0/+2 | |
| | | | | | * add invalid time CRL vector * more words | |||||
* | modify alternate-rsa-sha1-oid to not contain a negative serial number (#6146) | Paul Kehrer | 2021-06-27 | 1 | -3/+2 | |
| | ||||||
* | separate test vectors (#6145) | Paul Kehrer | 2021-06-27 | 1 | -5/+9 | |
| | | | | | * separate test vectors * be correct | |||||
* | add certificate policies test vector (#6118) | Paul Kehrer | 2021-06-14 | 1 | -1/+6 | |
| | ||||||
* | name constraint vector with invalid IPv4 netmask (#6114) | Paul Kehrer | 2021-06-12 | 1 | -0/+4 | |
| | ||||||
* | add nameconstraints vector with invalid length for IPv6 + netmask (#6112) | Paul Kehrer | 2021-06-12 | 1 | -0/+4 | |
| | ||||||
* | add unrecognized extension CRL vector (#6111) | Paul Kehrer | 2021-06-12 | 1 | -0/+3 | |
| | | | | | | | | | * add unrecognized extension CRL vector * sigh * add test * always a linter | |||||
* | Added more testcases for invalid SCTs (#6103) | Alex Gaynor | 2021-06-09 | 1 | -0/+4 | |
| | ||||||
* | Added a test vector for an OCSP response with an unknown hash algorithm (#6065) | Alex Gaynor | 2021-05-24 | 1 | -0/+2 | |
| | ||||||
* | Added a test vector for duplicate extensions in OCSP requests (#6064) | Alex Gaynor | 2021-05-24 | 1 | -2/+4 | |
| | ||||||
* | Added a test vector for OCSP with an unknown extension (#6063) | Alex Gaynor | 2021-05-23 | 1 | -0/+2 | |
| | ||||||
* | Port OCSP Request extension parsing to Rust (#6005) | Alex Gaynor | 2021-04-24 | 1 | -0/+2 | |
| | | | | | | | | | | | * Port OCSP Request extension parsing to Rust * Added test for rando oid * Update src/rust/src/asn1.rs Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com> Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com> | |||||
* | removed paragraph in docs that was very out of date (#6003) | Alex Gaynor | 2021-04-23 | 1 | -7/+0 | |
| | ||||||
* | update java sdk download link (#5916) | Alex Gaynor | 2021-03-15 | 1 | -2/+2 | |
| | ||||||
* | Updates for our new main branch (#5818) | Alex Gaynor | 2021-02-11 | 1 | -3/+3 | |
| | ||||||
* | Remove __future__ import from our code (#5610) | Alex Gaynor | 2020-12-09 | 7 | -18/+0 | |
| | ||||||
* | Remove Python2 from CI and code that branched on it (#5607) | Alex Gaynor | 2020-12-08 | 1 | -1/+0 | |
| | | | | | | | | | | | | | * Remove Python2 from CI and code that branched on it * Update setup.py Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * remove * review feedback Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> | |||||
* | disallow p less than 512-bit on DH (#5592) | Paul Kehrer | 2020-11-29 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | * disallow p less than 512-bit on DH OpenSSL 3.0.0 enforces this so we'll go ahead and enforce it everywhere that's practical for us. (Note that we do not enforce on deserializing PKCS1/PKCS8 keys in < 3.0.0, but this PR adds a test so that in the 3.0.0 support branch we can test an error path) * missing test * black * _MIN_MODULUS_SIZE is now a thing * skip on fips | |||||
* | Delete all the 1.0.2 code (#5511) | Alex Gaynor | 2020-10-25 | 1 | -2/+2 | |
| | ||||||
* | Remove bindings docs (#5469) | Alex Gaynor | 2020-09-20 | 1 | -1/+1 | |
| | ||||||
* | add RSA 4096-bit self-signed CA for some upcoming tests (#5464) | Paul Kehrer | 2020-09-14 | 1 | -0/+4 | |
| | ||||||
* | Account for Bruce redoing his website or something (#5461) | Alex Gaynor | 2020-09-13 | 1 | -1/+1 | |
| | ||||||
* | fixed verify script that couldn't have ever worked (#5443) | Alex Gaynor | 2020-08-29 | 1 | -2/+2 | |
| | ||||||
* | update submitting patches docs to be a bit more true (#5407) | Paul Kehrer | 2020-08-16 | 1 | -4/+3 | |
| | | | For now best practice is that they should be optional. | |||||
* | add basic PKCS7 test vectors (#5370) | Paul Kehrer | 2020-08-02 | 1 | -0/+8 | |
| | ||||||
* | Tell people to use black in our dev docs (#5328) | Alex Gaynor | 2020-07-20 | 1 | -3/+4 | |
| | | | | | * Tell people to use black in our dev docs * For codecov | |||||
* | Paint it Black by the Rolling Stones (#5324) | Alex Gaynor | 2020-07-20 | 10 | -98/+97 | |
| | ||||||
* | raise a valueerror on multi-SINGLERESP valued OCSP responses (#5316) | Paul Kehrer | 2020-07-18 | 1 | -0/+2 | |
| | | | InternalErrors are bad when we know they're reachable | |||||
* | support 4096 bit DSA parsing from numbers classes (#5301) | Paul Kehrer | 2020-07-05 | 1 | -0/+2 | |
| | | | | | | | | | * support 4096 bit DSA parsing from numbers classes * need to get local linting fixed. * reorder * add a link to more reasons why DSA sucks | |||||
* | add unstructured name x509 csr attribute vector (#5302) | Paul Kehrer | 2020-07-05 | 1 | -0/+3 | |
| | | | | | | | | | * add unstructured name x509 csr attribute vector * Update docs/development/test-vectors.rst Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> | |||||
* | invalid challenge value csr (#5300) | Paul Kehrer | 2020-07-05 | 1 | -0/+3 | |
| | ||||||
* | add SubjectInformationAccess extension support (#5295) | Paul Kehrer | 2020-07-02 | 1 | -0/+3 | |
| | | | | | * add SubjectInformationAccess extension support * fixes | |||||
* | Fix for linkcheck (#5281) | Alex Gaynor | 2020-06-20 | 1 | -1/+1 | |
| | | | | | * Fix for linkcheck * attempted linkcheck fix | |||||
* | Test vectors for OpenSSH serialization format (#5151) | Marko Kreen | 2020-05-25 | 1 | -0/+35 | |
| | ||||||
* | Added wycheproof hmac vectors (#5238) | Alex Gaynor | 2020-04-26 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -8/+8 | |
| | ||||||
* | drop python 3.4 support (#5087) | Paul Kehrer | 2019-12-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | * 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 | |||||
* | Added a test vector of an OCSP response with SCT extension (#5066) | Alex Gaynor | 2019-11-16 | 1 | -0/+2 | |
| | ||||||
* | Parse single_extensions in OCSP responses (#5059) | Paul Kehrer | 2019-11-11 | 1 | -0/+2 | |
| | | | | | | | | | | | | * 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 | |||||
* | Fixed link for linkcheck (#5047) | Alex Gaynor | 2019-11-01 | 1 | -1/+1 | |
| | ||||||
* | Finish ed25519 and ed448 support in x509 module (#4972) | Marko Kreen | 2019-09-09 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | * Support ed25519 in csr/crl creation * Tests for ed25519/x509 * Support ed448 in crt/csr/crl creation * Tests for ed448/x509 * Support ed25519/ed448 in OCSPResponseBuilder * Tests for eddsa in OCSPResponseBuilder * Builder check missing in create_x509_csr * Documentation update for ed25519+ed448 in x509 | |||||
* | fix coverage by adding two artificial DSA public keys (#4984) | Paul Kehrer | 2019-09-06 | 1 | -0/+5 | |
| | | | | | | | | | | * fix coverage by adding two artificial DSA public keys One key removes the optional parameters from the structure to cover a branch conditional, and the other key has its BITSTRING padding value set to a non-zero value. * lexicographic? never heard of it | |||||
* | add x509 CSR with challenge password (#4942) | Paul Kehrer | 2019-07-09 | 1 | -0/+2 | |
| | ||||||
* | fix inaccurate ed25519 vector docs (#4938) | Paul Kehrer | 2019-07-06 | 1 | -1/+1 | |
| |