| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a way to pass current time to Fernet (#5256) | Jakub Stasiak | 2020-06-14 | 1 | -0/+39 |
* | Update the link to CERT's website for linkcheck (#5278) | Alex Gaynor | 2020-06-14 | 1 | -1/+1 |
* | Add missing exceptions to documentation in key derivation function primitives... | Henry Turner | 2020-06-12 | 1 | -0/+30 |
* | Clarify that static linkage only applies to wheels (#5265) | twosigmajab | 2020-06-03 | 1 | -3/+3 |
* | Test vectors for OpenSSH serialization format (#5151) | Marko Kreen | 2020-05-25 | 1 | -0/+35 |
* | Document that Fernet accepts text keys (#5255) | Jakub Stasiak | 2020-05-25 | 1 | -3/+4 |
* | Update symmetric-encryption.rst (#5240) | Charles Y | 2020-04-29 | 1 | -1/+1 |
* | Added wycheproof hmac vectors (#5238) | Alex Gaynor | 2020-04-26 | 1 | -1/+1 |
* | goodbye azure (#5207) | Paul Kehrer | 2020-04-19 | 1 | -5/+4 |
* | Document that we test on bullseye (#5197) | Alex Gaynor | 2020-04-17 | 2 | -1/+3 |
* | fixed linkcheck (#5188) | Alex Gaynor | 2020-04-11 | 1 | -1/+1 |
* | Update insallation.rst to reflect our current test matrix (#5183) | Alex Gaynor | 2020-04-05 | 1 | -5/+5 |
* | Removed deprecated behavior in AKI.from_issuer_subject_key_identifier (#5182) | Alex Gaynor | 2020-04-05 | 1 | -2/+2 |
* | Drop support for OpenSSL 1.0.1 (#5178) | Alex Gaynor | 2020-04-04 | 5 | -35/+6 |
* | fixed linkcheck for CVE website configuration failure (#5169) | Alex Gaynor | 2020-03-31 | 1 | -0/+2 |
* | linkcheck: remove domain that fixed it's tls from ignore (#5144) | Alex Gaynor | 2020-03-19 | 1 | -2/+0 |
* | Fixed linkcheck (#5142) | Alex Gaynor | 2020-03-19 | 1 | -0/+2 |
* | Fix several CI breakages (#5138) | Alex Gaynor | 2020-03-19 | 1 | -3/+3 |
* | Replace legacy file handling with a context manager. (#5092) | Mads Jensen | 2020-01-12 | 1 | -21/+22 |
* | 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 | 3 | -6/+6 |
* | Added a test vector of an OCSP response with SCT extension (#5066) | Alex Gaynor | 2019-11-16 | 1 | -0/+2 |
* | Windows Installation: fix link to binaries (#5061) | Maximilian Hils | 2019-11-11 | 1 | -7/+6 |
* | Parse single_extensions in OCSP responses (#5059) | Paul Kehrer | 2019-11-11 | 2 | -0/+10 |
* | Fixes #4699 -- document that UnrecognizedExtension can be used in generation ... | Alex Gaynor | 2019-11-11 | 1 | -1/+3 |
* | Fixed #4377 -- document certificate policies with an example (#5058) | Alex Gaynor | 2019-11-11 | 1 | -0/+12 |
* | issue-5039: added documentation for curve attribute on EllipticCurveP… (#5045) | jschmidtlein | 2019-11-04 | 1 | -0/+6 |
* | 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 |
* | Correctly document `backend` argument of KBKDFHMAC (#5026) | Jeremy Lainé | 2019-10-18 | 1 | -2/+2 |
* | Fixes #5018 -- break users on OpenSSL 1.0.1 (#5022) | Alex Gaynor | 2019-10-18 | 2 | -2/+15 |
* | 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 |
* | fix coverage by adding two artificial DSA public keys (#4984) | Paul Kehrer | 2019-09-06 | 1 | -0/+5 |
* | Improve documentation for ECDSA sign and verify (#4970) | Harry Stern | 2019-08-16 | 1 | -6/+17 |
* | 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 |
* | 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 |
* | 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 |
* | Refs #4923; deprecate OpenSSL 1.0.1 (#4924) | Alex Gaynor | 2019-06-15 | 1 | -2/+2 |
* | Manylinux2010 wheel (#4910) | Paul Kehrer | 2019-06-02 | 2 | -9/+10 |
* | update docs with latest info & remove the last ci.cryptography.io stuff (#4898) | Paul Kehrer | 2019-05-26 | 2 | -7/+8 |