| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed some confusing type descriptions in docs (#4231) | Alex Gaynor | 2018-05-12 | 1 | -4/+1 |
* | Add support for extracting timestamp from a Fernet token (#4229) | Paul Kehrer | 2018-05-12 | 1 | -0/+16 |
* | Use a checklist for bumping openssl version (#4221) | Alex Gaynor | 2018-05-09 | 1 | -19/+7 |
* | add SHA3 and SHAKE vectors (#4213) | Paul Kehrer | 2018-05-09 | 1 | -0/+2 |
* | Updated pip wheel option in installation script. (#4212) | Justin Holmes | 2018-04-30 | 1 | -1/+1 |
* | Update URLs for new pypi! (#4194) | Alex Gaynor | 2018-04-16 | 2 | -6/+6 |
* | Fixed links to sphinx docs (#4182) | Alex Gaynor | 2018-04-01 | 1 | -1/+1 |
* | updated link to sphinx docs (#4181) | Alex Gaynor | 2018-04-01 | 1 | -1/+1 |
* | Added badtime.pem vector (#4179) | Joshua Crowgey | 2018-03-30 | 1 | -0/+2 |
* | add botan's AESKWP vectors reformatted for our NIST loader (#4159) | Paul Kehrer | 2018-03-20 | 1 | -0/+2 |
* | implement AES KW with padding (RFC 5649) (#3880) | Paul Kehrer | 2018-03-18 | 1 | -0/+39 |
* | Brainpool curves (#4129) | Paul Kehrer | 2018-03-15 | 1 | -0/+22 |
* | brainpool vectors from rfc 7027 (#4143) | Paul Kehrer | 2018-03-15 | 2 | -0/+3 |
* | Document motivation for a KDF after key-exchange (#4005) (#4124) | Jeremy Lainé | 2018-03-05 | 3 | -5/+64 |
* | switch RSA OAEP examples to use SHA256 (#4117) | Paul Kehrer | 2018-02-22 | 1 | -4/+4 |
* | Reorder this to reflect Alex's Opinions On What Is Good (#4115) | Alex Gaynor | 2018-02-22 | 1 | -2/+2 |
* | fixed docs with latest sphinx (#4107) | Alex Gaynor | 2018-02-13 | 1 | -2/+1 |
* | Add a Versioning section to the API stability docs (#4027) | David Tucker | 2018-01-07 | 2 | -4/+21 |
* | Fixed import path in go script (#4075) | Alex Gaynor | 2018-01-06 | 1 | -1/+1 |
* | add 1200 byte HKDF test vector and a generator/verifier for it (#4074) | Paul Kehrer | 2018-01-06 | 4 | -2/+140 |
* | Drop conda workaround from installation docs (#4073) | Alex Gaynor | 2018-01-06 | 1 | -23/+0 |
* | DH interfaces existed in 0.9 but we didn't implement until 1.7 (#4068) | Paul Kehrer | 2018-01-05 | 1 | -9/+7 |
* | grammar nit, use a comma here (#4066) | Alex Gaynor | 2017-12-29 | 1 | -1/+1 |
* | Add import default backend (#4061) | Pablo Lefort | 2017-12-20 | 1 | -0/+1 |
* | remove whirlpool vectors since we no longer support whirlpool (#4054) | Paul Kehrer | 2017-12-10 | 1 | -2/+0 |
* | Don't use whirlpool as an example (#4053) | Alex Gaynor | 2017-12-11 | 1 | -1/+1 |
* | Use a different warning class so users get warnings (#4014) | Alex Gaynor | 2017-11-11 | 1 | -2/+2 |
* | Fixes #3947 -- remove the docutils.conf (#3995) | Alex Gaynor | 2017-10-23 | 1 | -2/+0 |
* | fixed #3986 -- properly use unicode for DNSName (#3988) | Alex Gaynor | 2017-10-19 | 1 | -4/+4 |
* | Add Multifernet.rotate method (#3979) | Chris Wolfe | 2017-10-19 | 2 | -1/+47 |
* | add a faq entry for a message outdated pip/setuptools can output (#3971) | Paul Kehrer | 2017-10-12 | 1 | -0/+7 |
* | expunge python 2.6 (#3962) | Paul Kehrer | 2017-10-11 | 2 | -8/+3 |
* | Update docs and changelog for URI, RFC822Name, and DNSName (#3955) | Paul Kehrer | 2017-10-11 | 3 | -57/+44 |
* | let's talk about bits baby (#3956) | Paul Kehrer | 2017-10-11 | 8 | -57/+71 |
* | Backwards incompatible change to DNSName (#3951) | Paul Kehrer | 2017-10-10 | 1 | -1/+1 |
* | add utf8 DNSName x509 vector (#3952) | Paul Kehrer | 2017-10-09 | 1 | -0/+2 |
* | update security docs to indicate we staticaly link openssl on linux too (#3949) | Alex Gaynor | 2017-10-05 | 1 | -4/+4 |
* | disable smart quotes in sphinx to workaround a spellchecker issue (#3946) | Paul Kehrer | 2017-10-03 | 1 | -0/+2 |
* | Add support for AES XTS (#3900) | Paul Kehrer | 2017-10-01 | 2 | -0/+43 |
* | Declare that 2.1 is the last version to support Python 2.6 (#3944) | Alex Gaynor | 2017-10-01 | 1 | -2/+2 |
* | add ChaCha20 support (#3919) | Paul Kehrer | 2017-09-28 | 1 | -0/+49 |
* | Update the list of macOS versions we test on to match reality (#3942) | Alex Gaynor | 2017-09-27 | 1 | -1/+1 |
* | FreshestCRL extension support (#3937) | Paul Kehrer | 2017-09-23 | 1 | -0/+23 |
* | support delta crl indicator extension (#3936) | Paul Kehrer | 2017-09-22 | 1 | -0/+32 |
* | docs for what bytes means for DNSName, URI, and RFC822Name (#3904) | Paul Kehrer | 2017-09-20 | 2 | -9/+41 |
* | add Freshest CRL and Delta CRL Indicator test vectors (#3932) | Paul Kehrer | 2017-09-20 | 1 | -0/+4 |
* | Mark our custom sphinx extension as parallel safe (#3935) | Alex Gaynor | 2017-09-20 | 1 | -0/+4 |
* | correct the docs for CRLReason (#3930) | Paul Kehrer | 2017-09-20 | 1 | -2/+1 |
* | Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929) | Alex Gaynor | 2017-09-20 | 5 | -8/+8 |
* | Update the rest of the NIST urls to their new HTTPS homes (#3928) | Alex Gaynor | 2017-09-20 | 3 | -4/+4 |