- ff26c74 add new post-release tasks section to help release managers by Paul Kehrer · 11 years ago
- 833a8ea Update docs by Alex Stapleton · 11 years ago
- 07c6a39 Update docs by Alex Stapleton · 11 years ago
- 230457a Add DSA private key api, docs and tests by Mohammed Attia · 11 years ago
- 5b50613 Add DSA public key api, docs and tests by Mohammed Attia · 11 years ago
- 24171cc Add DSA parameters api, docs and tests by Mohammed Attia · 11 years ago
- a678ae0 Make code review docs friendlier by Alex Stapleton · 11 years ago
- 7a489db Fixed #809 -- switch back to always using UnsupportedAlgorithm by Alex Gaynor · 11 years ago
- ffcf3b1 A new flake8 is out. Our code is bad again! by Alex Gaynor · 11 years ago
- 0201c35 Merge pull request #845 from public/no-memory-wipe-docs by Paul Kehrer · 11 years ago
- a108ac6 "potentially vulnerable" by Alex Stapleton · 11 years ago
- cfe1c0b Rephrase to avoid american english failure by Alex Stapleton · 11 years ago
- da4e0fa Add citation for being a low risk issue by Alex Stapleton · 11 years ago
- a39a319 Move cryptography.vectors to cryptography_vectors by Alex Stapleton · 11 years ago
- 1977a60 Rephrase to keep the spell checker happy by Alex Stapleton · 11 years ago
- 68bba2d Limitations by Alex Stapleton · 11 years ago
- 4db32f7 a few more import order fixes for upcoming flake8-import-order by Paul Kehrer · 11 years ago
- 798c034 document the ValueError by Paul Kehrer · 11 years ago
- 06aa796 RSA PSS signature support by Paul Kehrer · 11 years ago
- c5fffd3 Standardise on sentence case for titles by Alex Stapleton · 11 years ago
- 38c4263 Merge pull request #792 from reaperhulk/rsa-pss-verify by Alex Gaynor · 11 years ago
- a38e8e5 link to Colin Percival re: recommended RSA signature padding by Paul Kehrer · 11 years ago
- edacb14 Update the docs. by Mohammed Attia · 11 years ago
- 763c621 move PSS to top of docs by Paul Kehrer · 11 years ago
- b5936a7 add RSA PSS verification support by Paul Kehrer · 11 years ago
- e171c5f Merge pull request #807 from Ayrx/add-backend-check-to-rsa by Paul Kehrer · 11 years ago
- 1e7ce06 Merge pull request #806 from Ayrx/add-backend-check-to-cipher by Paul Kehrer · 11 years ago
- 77fdd4e Merge pull request #805 from Ayrx/add-backend-check-to-hmac by Paul Kehrer · 11 years ago
- f886a82 Added backend check to rsa primitives by Ayrx · 11 years ago
- f56c54e Added backend check to cipher primitives by Ayrx · 11 years ago
- ecac029 Added backend check to hmac primitives by Ayrx · 11 years ago
- b482ca1 Added backend check to hash primitives by Ayrx · 11 years ago
- 106cc54 Merge pull request #775 from reaperhulk/rsa-mgf1-class by Alex Gaynor · 11 years ago
- 7b9d924 Merge pull request #802 from public/platforms by Paul Kehrer · 11 years ago
- 13432b2 Tweak wording by Alex Stapleton · 11 years ago
- b10e954 Alphabetise by Alex Stapleton · 11 years ago
- bd0c7a6 Document Python versions too by Alex Stapleton · 11 years ago
- b468417 Document the platforms we test on by Alex Stapleton · 11 years ago
- 6870241 Added backend check to kdf primitives by Ayrx · 11 years ago
- 30e574e Added backend check to twofactor primitives by Ayrx · 11 years ago
- 26e5d3f document MAX_LENGTH by Paul Kehrer · 11 years ago
- 3f6d7e7 fix vector generation/verification scripts for IDEA by Paul Kehrer · 11 years ago
- 7ba0c01 add IDEA support for CBC, CFB, OFB + tests for all IDEA by Paul Kehrer · 11 years ago
- e5dc122 basic IDEA ECB support for OpenSSL backend by Paul Kehrer · 11 years ago
- c99c214 Merge pull request #396 from reaperhulk/idea-bespoke-vectors by Hynek Schlawack · 11 years ago
- 24d5db8 style fixes by Paul Kehrer · 11 years ago
- a5f0037 close the open files in generate/verify by Paul Kehrer · 11 years ago
- db6fab5 add MGF1 class, docs, tests by Paul Kehrer · 11 years ago
- 933afee Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interface by Alex Gaynor · 11 years ago
- b116bfd Merge pull request #770 from reaperhulk/document-some-versions by Alex Gaynor · 11 years ago
- 06c7793 add mgf1_hash_supported to the RSABackend interface by Paul Kehrer · 11 years ago
- 12649af document our oldest supported openssl and deny older support by Paul Kehrer · 11 years ago
- 7ba305b Merge pull request #765 from public/doc-tweaks by Paul Kehrer · 11 years ago
- 5cb80e2 Merge pull request #766 from public/more-doc-tweaks by Paul Kehrer · 11 years ago
- 7904346 Update HMAC and Digest docs. by Alex Stapleton · 11 years ago
- 092351d Various "improvements" to the symmetric docs by Alex Stapleton · 11 years ago
- 838e1ac Merge pull request #761 from alex/missing-future-license by Paul Kehrer · 11 years ago
- c37feed Added future imports and licenses that are missing by Alex Gaynor · 11 years ago
- ae28ca2 update headers, add verification code by Paul Kehrer · 11 years ago
- c44e0f0 Added note in documentation about OS X version support by Ayrx · 11 years ago
- bf2a9d9 Merge branch 'master' into idea-bespoke-vectors by Paul Kehrer · 11 years ago
- 2a69b48 whoops by Alex Gaynor · 11 years ago
- c6a6f31 Convert stuff by Alex Gaynor · 11 years ago
- 826b374 Merge pull request #719 from skeuomorf/master by Paul Kehrer · 11 years ago
- 8566cac Merge pull request #723 from reaperhulk/nist-rsa-vectors by Alex Gaynor · 11 years ago
- 29aa3aa Merge remote-tracking branch 'upstream/master' by Mohammed Attia · 11 years ago
- 71acc67 Change DSAParams to DSAParameters by Mohammed Attia · 11 years ago
- 7a1738a Typo fixes by Mohammed Attia · 11 years ago
- 243fd3d Merge pull request #724 from alex/audit by Donald Stufft · 11 years ago
- 97e888f Merge pull request #395 from reaperhulk/idea-vectors by Donald Stufft · 11 years ago
- 0df8c97 grammar. an thing. by Alex Gaynor · 11 years ago
- 92ddd76 On the suggestion of @zooko, note that we have not been audited by Alex Gaynor · 11 years ago
- 7f0039c add vector sources by Paul Kehrer · 11 years ago
- cb9a6c2 Change keypair to key pair to pass the sphinx spelling test by Mohammed Attia · 11 years ago
- 604c78f Define DSA in the documentation by Mohammed Attia · 11 years ago
- 7032451 Annotate aliases in the DSA documentation by Mohammed Attia · 11 years ago
- b416715 Added documentation for the DSA interfaces by Mohammed Attia · 11 years ago
- 9ab901d Updated documentation for HOTP and TOTP TypeError by Ayrx · 11 years ago
- f791410 add vector source data for IDEA ECB to docs by Paul Kehrer · 11 years ago
- 2e77ceb Merge pull request #709 from public/dsa-test-vectors by Paul Kehrer · 11 years ago
- e7da0ab DSA test vector docs by Alex Stapleton · 11 years ago
- 43b4f1c Merge pull request #703 from alex/change-exceptino-type by Paul Kehrer · 11 years ago
- 537f1e0 Scrypt is a word by Alex Gaynor · 11 years ago
- 75e72ea Added vectors for scrypt from the draft RFC by Alex Gaynor · 11 years ago
- 9b1a82e Switch to TypeError by Alex Gaynor · 11 years ago
- 58ee8c5 Docs as well by Alex Gaynor · 11 years ago
- d63cbd0 Fix ":param:" syntax in KDF docs by Wouter Bolsterlee · 11 years ago
- adba07a docs language improvement by Paul Kehrer · 11 years ago
- fef1fbd address some review comments by Paul Kehrer · 11 years ago
- a0c157f fix docs, port some review comments forward to the new PR by Paul Kehrer · 11 years ago
- 4c0b4a9 more kwargs by Paul Kehrer · 11 years ago
- 42b3713 add RSA verification support by Paul Kehrer · 11 years ago
- d8c8f7c Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-only by Alex Gaynor · 11 years ago
- 3e4729a Cite Thomas Ptacek for urandom by Alex Gaynor · 11 years ago
- 62a9217 reorganize docs slightly by Paul Kehrer · 11 years ago
- fb843aa Re-linewrap the symmetric encryption doc source by Alex Gaynor · 11 years ago
- 7c49d18 Do some nitpicking cleanup of the twofactor code and documentation. by David Reid · 11 years ago
- 72e7477 Fixed wrong param naming in totp documentation by Ayrx · 11 years ago
- 1f8a1e8 Fixed documentation by Ayrx · 11 years ago
- 3b6423d Updated HOTP and TOTP doctests by Ayrx · 11 years ago