Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed link for linkcheck (#5047) | Alex Gaynor | 2019-11-01 | 1 | -1/+1 |
| | |||||
* | fix copy pasta in example snippet (#5033) | Ofek Lev | 2019-10-23 | 1 | -2/+1 |
| | |||||
* | Fix documentation of AuthorityKeyIdentifier.authority_cert_issuer. (#5001) | Felix Fontein | 2019-10-19 | 1 | -1/+1 |
| | |||||
* | Move `backend` argument in Scrypt documentation (#5027) | Jeremy Lainé | 2019-10-18 | 1 | -3/+2 |
| | | | | Move the `backend` argument up with the rest of the constructor arguments, otherwise it's easy to miss it. | ||||
* | Correctly document `backend` argument of KBKDFHMAC (#5026) | Jeremy Lainé | 2019-10-18 | 1 | -2/+2 |
| | | | | The documentation states that `backend` should be a `HashBackend` instance when in fact it should be a `HMACBackend` instance. | ||||
* | Fixes #5018 -- break users on OpenSSL 1.0.1 (#5022) | Alex Gaynor | 2019-10-18 | 2 | -2/+15 |
| | | | | | | | | | | | | * Fixes #5018 -- break users on OpenSSL 1.0.1 * Grammar * Syntax error * Missing import * Missing import | ||||
* | we're done here (#4991) | Paul Kehrer | 2019-09-09 | 1 | -0/+2 |
| | |||||
* | Finish ed25519 and ed448 support in x509 module (#4972) | Marko Kreen | 2019-09-09 | 3 | -37/+94 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Improve documentation for ECDSA sign and verify (#4970) | Harry Stern | 2019-08-16 | 1 | -6/+17 |
| | | | | - Note that signatures are DER-encoded - Note that signatures can be encoded from r,s using util function | ||||
* | add x509 CSR with challenge password (#4942) | Paul Kehrer | 2019-07-09 | 1 | -0/+2 |
| | |||||
* | add class methods for poly1305 sign verify operations (#4932) | Jeff Yang | 2019-07-08 | 1 | -0/+45 |
| | |||||
* | prevaricate more about anyextendedkeyusage (#4939) | Paul Kehrer | 2019-07-06 | 1 | -1/+6 |
| | |||||
* | ed25519 support in x509 certificate builder (#4937) | Paul Kehrer | 2019-07-06 | 1 | -4/+21 |
| | | | | | | | | | | * ed25519 support in x509 certificate builder This adds minimal ed25519 support. More to come. * Apply suggestions from code review Co-Authored-By: Alex Gaynor <alex.gaynor@gmail.com> | ||||
* | fix inaccurate ed25519 vector docs (#4938) | Paul Kehrer | 2019-07-06 | 1 | -1/+1 |
| | |||||
* | more ed25519 vectors, better description of RFC 8410 vector (#4936) | Paul Kehrer | 2019-07-06 | 1 | -2/+10 |
| | | | | | | | | * more ed25519 vectors, better description of RFC 8410 vector * typo * oops, doc'd wrong | ||||
* | add ed25519ph x509 test vector (#4933) | Paul Kehrer | 2019-07-03 | 1 | -0/+2 |
| | |||||
* | we do not use getrandom in nonblocking mode any more (#4934) | Paul Kehrer | 2019-07-03 | 1 | -1/+1 |
| | |||||
* | Make the rst headers in limitations.rst consistent (#4926) | Alex Gaynor | 2019-06-16 | 1 | -2/+2 |
| | |||||
* | Fixes #4731 -- update the secure memory wiping docs (#4925) | Alex Gaynor | 2019-06-15 | 2 | -7/+13 |
| | | | | | | * Fixes #4731 -- update the secure memory wiping docs * It's a word! | ||||
* | Refs #4923; deprecate OpenSSL 1.0.1 (#4924) | Alex Gaynor | 2019-06-15 | 1 | -2/+2 |
| | | | | | | * Refs #4923; deprecate OpenSSL 1.0.1 * changelog | ||||
* | Manylinux2010 wheel (#4910) | Paul Kehrer | 2019-06-02 | 2 | -9/+10 |
| | | | | | | | | | | | | * add manylinux2010 wheel builder * various updates * empty commit * need to pass a plat tag * hacks need hacks | ||||
* | update docs with latest info & remove the last ci.cryptography.io stuff (#4898) | Paul Kehrer | 2019-05-26 | 2 | -7/+8 |
| | |||||
* | Remove the final vestigates of Jenkins (#4897) | Alex Gaynor | 2019-05-26 | 1 | -1/+1 |
| | | | | | | * Remove the final vestigates of Jenkins * flake8 | ||||
* | Fix typo in docs hazmat Ed448 (#4886) | Stephen.Y | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | Order the elements in reviewing patches reasonably (#4883) | Alex Gaynor | 2019-05-09 | 1 | -6/+6 |
| | |||||
* | Replace debian wheezy with ubuntu trusty (#4871) | Alex Gaynor | 2019-05-05 | 1 | -2/+2 |
| | | | | | | | | * Try running tests without wheezy * Added a trusty builder * Update our supported versions in docs | ||||
* | add RSA PSS certificate (#4865) | Paul Kehrer | 2019-05-04 | 1 | -0/+1 |
| | | | | | | * add RSA PSS certificate * i still maintain that 257 is slightly better than 256 | ||||
* | Set a timeout for linkcheck (#4870) | Alex Gaynor | 2019-05-04 | 1 | -0/+2 |
| | |||||
* | Un-linkcheck-ignore a domain that's now properly serving a chain (#4859) | Alex Gaynor | 2019-04-27 | 1 | -2/+0 |
| | |||||
* | ... regular expressions... what can you do? (#4849) | Alex Gaynor | 2019-04-17 | 1 | -3/+3 |
| | | | | | | * ... regular expressions... what can you do? * These are raw strings | ||||
* | Crypto Docs Get Cryptography (#4850) | Alex Gaynor | 2019-04-17 | 3 | -3/+3 |
| | |||||
* | It's fixed! (#4851) | Alex Gaynor | 2019-04-17 | 1 | -2/+0 |
| | |||||
* | Yet Another Broken Webserver (#4848) | Alex Gaynor | 2019-04-16 | 1 | -0/+2 |
| | |||||
* | update a link since MS redid all their MSDN blogs (#4847) | Paul Kehrer | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | More linkcheck ignores (#4844) | Alex Gaynor | 2019-04-13 | 1 | -0/+2 |
| | |||||
* | Refs #4830 -- added a vector of an x.509 certificate with a negative … (#4842) | Alex Gaynor | 2019-04-13 | 1 | -0/+2 |
| | | | | | | * Refs #4830 -- added a vector of an x.509 certificate with a negative serial number * Line wrap | ||||
* | Update linkcheck ignores for the latest nonsense (#4838) | Alex Gaynor | 2019-04-12 | 1 | -1/+1 |
| | |||||
* | Fix typo (#4829) | Ofek Lev | 2019-04-02 | 1 | -1/+1 |
| | |||||
* | Ignore the Russian CA for now (#4827) | Alex Gaynor | 2019-04-01 | 1 | -0/+2 |
| | |||||
* | update ed25519 docs to note we support openssh serialization (#4814) | Paul Kehrer | 2019-03-18 | 1 | -5/+12 |
| | |||||
* | poly1305 support (#4802) | Paul Kehrer | 2019-03-09 | 3 | -0/+90 |
| | | | | | | | | | | | | | | | | | | | | * poly1305 support * some more tests * have I mentioned how bad the spellchecker is? * doc improvements * EVP_PKEY_new_raw_private_key copies the key but that's not documented Let's assume that might change and be very defensive * review feedback * add a test that fails on a tag of the correct length but wrong value * docs improvements | ||||
* | remove maccontext (#4803) | Paul Kehrer | 2019-03-07 | 2 | -39/+6 |
| | |||||
* | add poly1305 test vectors from rfc 7539 (#4800) | Paul Kehrer | 2019-03-07 | 1 | -0/+5 |
| | |||||
* | support ed25519 openssh public keys (#4785) | Paul Kehrer | 2019-02-27 | 1 | -5/+2 |
| | | | | | | * support ed25519 openssh public keys * don't need this check | ||||
* | ed448 support (#4610) | Paul Kehrer | 2019-02-27 | 2 | -0/+132 |
| | | | | | | | | * ed448 support * move the changelog entry * flake8 | ||||
* | ed25519 support (#4114) | Paul Kehrer | 2019-02-26 | 3 | -0/+161 |
| | | | | | | * ed25519 support * review feedback | ||||
* | add an EC OID to curve dictionary mapping (#4759) | Paul Kehrer | 2019-02-20 | 1 | -0/+15 |
| | | | | | | | | | | * add an EC OID to curve dictionary mapping * oid_to_curve function * changelog and docs fix * rename to get_curve_for_oid | ||||
* | add ed25519 PKCS8 and subjectPublicKeyInfo vectors (#4719) | Paul Kehrer | 2019-02-20 | 1 | -0/+7 |
| | | | | | | * add ed25519 PKCS8 and subjectPublicKeyInfo vectors * line length fix | ||||
* | add ed448 PKCS8 and subjectPublicKeyInfo vectors (#4718) | Paul Kehrer | 2019-02-20 | 1 | -0/+7 |
| |