Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor serialization module into package (#4606) | Paul Kehrer | 2018-11-23 | 3 | -11/+35 |
| | | | | | | * refactor serialization into a package so we can add a pkcs12 module * oops | ||||
* | Added comments reminding us to improve this code when we go 1.1.1+ only (#4605) | Alex Gaynor | 2018-11-23 | 1 | -0/+4 |
| | |||||
* | X448 support (#4580) | Paul Kehrer | 2018-11-22 | 6 | -0/+377 |
| | | | | | | | | | | | | | | | | | | | | * x448 support This work was originally authored by derwolfe * update docs to have a more useful derived key length * error if key is not a valid length in from_public_bytes * one more * switch to using evp_pkey_keygen_gc for x448 keygen * review feedback * switch to using evp_pkey_derive * nit fix | ||||
* | refactor x25519 exchange into utils (#4603) | Paul Kehrer | 2018-11-22 | 2 | -24/+27 |
| | |||||
* | Import idna lazily to reduce our memory consumption (#4601) | Alex Gaynor | 2018-11-23 | 1 | -2/+12 |
| | | | We only use idna in deprecated paths at this point, so we shouldn't make people pay for it. | ||||
* | Debian sid is now Python 3.7 (#4602) | Alex Gaynor | 2018-11-22 | 1 | -2/+2 |
| | |||||
* | add sha3 support (#4573) | Paul Kehrer | 2018-11-22 | 4 | -0/+134 |
| | | | | | | | | * add sha3 support * missed versionadded * add prose, remove block_size | ||||
* | port 2.4.2 changelog (#4599) | Paul Kehrer | 2018-11-20 | 1 | -0/+8 |
| | |||||
* | Bump 1.1.1 to a in travis (#4597) | Alex Gaynor | 2018-11-21 | 1 | -3/+3 |
| | |||||
* | Bump 1.1.0 in travis to j (#4595) | Alex Gaynor | 2018-11-21 | 1 | -4/+4 |
| | |||||
* | Adjust DTLS check (#4593) | Rosen Penev | 2018-11-19 | 1 | -1/+1 |
| | | | OpenSSL defines these even with OPENSSL_NO_DTLS. | ||||
* | add EVPDigestFinalXOF for extendable output functions (#4589) | Paul Kehrer | 2018-11-13 | 2 | -0/+14 |
| | |||||
* | refactor x25519 keygen into evp_pkey_keygen (#4587) | Paul Kehrer | 2018-11-13 | 1 | -7/+7 |
| | | | this allows us to use the same code for ed25519, x448, and ed448 | ||||
* | Ed bindings (#4586) | Paul Kehrer | 2018-11-13 | 3 | -0/+30 |
| | | | | | | * add evp_pkey_ed25519 * ed448 bindings | ||||
* | this hasn't worked in...years (#4585) | Paul Kehrer | 2018-11-12 | 1 | -3/+0 |
| | |||||
* | error if the key length for x25519 isn't 32 bytes (#4584) | Paul Kehrer | 2018-11-12 | 2 | -0/+11 |
| | | | | | | * error if the key length for x25519 isn't 32 bytes * also test 33 | ||||
* | add SHA512/224 and SHA512/256 support (#4575) | Paul Kehrer | 2018-11-12 | 4 | -0/+66 |
| | | | | | | * add SHA512/224 and SHA512/256 support * add missing docs | ||||
* | add bindings for early data (#4582) | Paul Kehrer | 2018-11-12 | 2 | -0/+13 |
| | | | | | | * add bindings for early data * remove final var name | ||||
* | add a little bit of x25519 interface docs we missed (#4574) | Paul Kehrer | 2018-11-12 | 1 | -3/+9 |
| | |||||
* | upgrade docs to 1.1.1 (#4581) | Paul Kehrer | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | x448 bindings (#4577) | Paul Kehrer | 2018-11-12 | 3 | -0/+24 |
| | |||||
* | x448 test vectors (#4576) | Paul Kehrer | 2018-11-12 | 2 | -1/+17 |
| | |||||
* | add EVP raw key bindings (#4578) | Paul Kehrer | 2018-11-12 | 2 | -0/+28 |
| | |||||
* | disable healthchecks on the rest of the hypothesis tests (#4579) | Paul Kehrer | 2018-11-12 | 1 | -1/+3 |
| | | | | | | * disable healthchecks on the rest of the hypothesis tests * import the right thing | ||||
* | add a few more EC OIDs (#4572) | Paul Kehrer | 2018-11-11 | 2 | -0/+91 |
| | | | | | | * add a few more EC OIDs * spaces matter | ||||
* | Remove unnecessary use of six.binary_type (#4569) | Jon Dufresne | 2018-11-11 | 1 | -1/+1 |
| | | | | | All supported Pythons have type bytes. On Python 2, it is an alias of str, same as six.binary_type. Makes the code slightly more forward compatible and removes some indirection. | ||||
* | reopen master for 2.5 development (#4571) | Paul Kehrer | 2018-11-11 | 3 | -2/+9 |
| | |||||
* | Revert O_CLOEXEC change to fix builds (#4570) | Alex Gaynor | 2018-11-11 | 4 | -4/+18 |
| | |||||
* | bump versions and update changelog for 2.4 release (#4568) | Paul Kehrer | 2018-11-11 | 3 | -6/+4 |
| | |||||
* | parametrize a bunch of tests (#4365) | Paul Kehrer | 2018-11-04 | 1 | -281/+58 |
| | |||||
* | another pkcs12 vector (#4557) | Paul Kehrer | 2018-11-04 | 3 | -2/+8 |
| | | | | | | | | * another pkcs12 vector also fixed the pathing to be consistent in the docs for PKCS12 vectors * add a cert with no key pkcs12 as well | ||||
* | additional pkcs12 test vector (#4554) | Paul Kehrer | 2018-11-03 | 2 | -0/+3 |
| | |||||
* | add various new TLS bindings (#4555) | Paul Kehrer | 2018-11-03 | 2 | -0/+31 |
| | | | | | | | | | | * add SSL_OP_NO_TLSv1_3 * compiling now * bind SSL_CTX_set_ciphersuites as well * add some more | ||||
* | add EC OIDs (#4435) | Paul Kehrer | 2018-10-30 | 2 | -0/+42 |
| | | | | | | * add EC OIDs * move ec oid docs to bottom | ||||
* | move ObjectIdentifier to break an upcoming import cycle (#4550) | Paul Kehrer | 2018-10-30 | 2 | -59/+68 |
| | |||||
* | suppress healthcheck too slow error (#4548) | Paul Kehrer | 2018-10-30 | 1 | -6/+2 |
| | |||||
* | add pkcs12 test vectors (#4535) | Paul Kehrer | 2018-10-30 | 6 | -0/+35 |
| | | | | | | * add pkcs12 test vectors * add more explanatino | ||||
* | Whitelist NTT for linkcheck (#4547) | Alex Gaynor | 2018-10-30 | 1 | -0/+2 |
| | |||||
* | Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534) | Paul Kehrer | 2018-10-29 | 3 | -0/+189 |
| | | | | | | | | | | | | | | * Add eq/ne/hash to PrecertificateSignedCertificateTimestamps This requires adding it to SignedCertificateTimestamps as well * slightly more consistent * right, these need to be conditional * compare by signature * don't use private API | ||||
* | do not pass conversion on Solaris (#4545) | Bernát Gábor | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | Put the linkcheck build next to the other docs build (#4546) | Alex Gaynor | 2018-10-30 | 1 | -4/+4 |
| | |||||
* | Simplify build matrix (#4543) | Paul Kehrer | 2018-10-29 | 2 | -15/+1 |
| | | | | | | * simplify pep8 * remove buster/sid 2.7 jobs | ||||
* | move linkcheck to travis (#4544) | Paul Kehrer | 2018-10-29 | 2 | -11/+4 |
| | | | | | | | | * move linkcheck to travis only run it on master merges just like we do on jenkins * don't build for a PR | ||||
* | create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542) | Paul Kehrer | 2018-10-29 | 5 | -47/+55 |
| | | | | | | * create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm * remove unused import | ||||
* | add issuingDistributionPoint vectors (#4537) | Paul Kehrer | 2018-10-29 | 9 | -0/+111 |
| | |||||
* | add SCT_get0_signature (#4540) | Paul Kehrer | 2018-10-28 | 2 | -0/+4 |
| | |||||
* | OCSP response builder (#4485) | Paul Kehrer | 2018-10-28 | 5 | -10/+846 |
| | | | | | | | | * ocsp response builder * better prose * review changes | ||||
* | add IDP OID and docs (#4533) | Paul Kehrer | 2018-10-28 | 2 | -0/+10 |
| | |||||
* | change ECDH documentation to show both classical ECDH and ECDHE (#4530) | Paul Kehrer | 2018-10-28 | 1 | -6/+52 |
| | |||||
* | reorder curves to put binary (SECT) curves down at the bottom (#4529) | Paul Kehrer | 2018-10-28 | 1 | -48/+59 |
| | | | also add a disclaimer that you shouldn't use them |