- 7774a03 fix pep8 by Paul Kehrer · 11 years ago
- 7a01afc fix rsa key loader test by Paul Kehrer · 11 years ago
- efca280 expand pkcs1 loader to load PKCS1 v1.5 and PSS signature examples by Paul Kehrer · 11 years ago
- 4c0bc03 Merge pull request #632 from alex/glossary-public-key by David Reid · 11 years ago
- 2c89df5 Spelling by Alex Gaynor · 11 years ago
- 049a368 Document public key and private keys in teh glossary by Alex Gaynor · 11 years ago
- 873a6da Merge pull request #631 from alex/docs-fix by Paul Kehrer · 11 years ago
- 87bc404 Fixed some sphinx linkification issues by Alex Gaynor · 11 years ago
- 23532b6 Merge pull request #629 from reaperhulk/cast5-ctr-support by Alex Gaynor · 11 years ago
- d2644dd name things the right name for variety by Paul Kehrer · 11 years ago
- cf4f633 add CAST5 CTR support to commoncrypto + tests by Paul Kehrer · 11 years ago
- 3c93e51 Merge pull request #626 from reaperhulk/cast5-ctr-vectors by Alex Gaynor · 11 years ago
- e1dbd3a add origin header to cast5-ctr test vectors by Paul Kehrer · 11 years ago
- f4c1429 Merge pull request #625 from reaperhulk/openssl-loader-youre-outta-here by Alex Gaynor · 11 years ago
- d5c9f5a remove openssl vector loader that is no longer in use by Paul Kehrer · 11 years ago
- 22b070c Merge pull request #624 from reaperhulk/openssl-loader-time-to-die by Alex Gaynor · 11 years ago
- 9104dd2 clearer prose by Paul Kehrer · 11 years ago
- aee319f update docs to explain CTR generation source by Paul Kehrer · 11 years ago
- 432b4cb update generation script and verification script to support CTR gen by Paul Kehrer · 11 years ago
- 5214220 add CAST5 CTR vectors (built from AES CTR vectors) by Paul Kehrer · 11 years ago
- 47185e8 reformat camellia cfb, ofb, cbc vectors to NIST layout by Paul Kehrer · 11 years ago
- 3e4489a Merge pull request #623 from reaperhulk/openssl-loader-your-time-is-coming by Alex Gaynor · 11 years ago
- e547d8f Reformat AES CTR vectors to use NIST loader & document their source properly by Paul Kehrer · 11 years ago
- c5b0aa0 Merge pull request #605 from reaperhulk/add-crt-coefficients by Alex Gaynor · 11 years ago
- 1deb687 Merge pull request #620 from public/sort-spelling by Alex Gaynor · 11 years ago
- 7d95d5f Sort the wordlist is a vaguely sensible way by Alex Stapleton · 11 years ago
- bcbc9b2 Merge pull request #618 from Ayrx/rhel-install by Paul Kehrer · 11 years ago
- d9702f9 Updated documentation to remove debian/rhel headers. by Ayrx · 11 years ago
- a674c6b Added rhel-specific installation instructions. by Ayrx · 11 years ago
- b557045 switch to more compact modular multiplicative inverse by Paul Kehrer · 11 years ago
- 386801f Merge pull request #617 from alex/fix-sig by Paul Kehrer · 11 years ago
- 6ce418d Fix the signature of this on 0.9.8 by Alex Gaynor · 11 years ago
- 37acfbb Merge pull request #616 from reaperhulk/openssl-you-spin-me-right-round by David Reid · 11 years ago
- de6ed48 methods to open an EVP_PKEY from an RSA or DSA struct in OpenSSL by Paul Kehrer · 11 years ago
- e8afc68 when declaring macros it helps to get the arguments right by Paul Kehrer · 11 years ago
- b321562 Merge pull request #615 from reaperhulk/rsa-blinded-by-the-light by Alex Gaynor · 11 years ago
- e456c70 Merge pull request #612 from reaperhulk/rsa-signing-bindings by Alex Gaynor · 11 years ago
- ffc00a6 OpenSSL bindings for RSA blinding by Paul Kehrer · 11 years ago
- 27cc9f7 some padding functions we're going to need for 0.9.8 by Paul Kehrer · 11 years ago
- 6bdd27a EVP_PKEY_CTX doesn't exist on 0.9.8. Do the conditional include dance by Paul Kehrer · 11 years ago
- e7fac4f python3 compatibility is good by Paul Kehrer · 11 years ago
- c9f48f6 add egcd and modinv unit tests by Paul Kehrer · 11 years ago
- 5697c2e Merge pull request #613 from hynek/master by Alex Gaynor · 11 years ago
- 87f7e9c Add X509_V_ERR_APPLICATION_VERIFICATION by Hynek Schlawack · 11 years ago
- b530fe1 bind sign/verify EVP functions for OpenSSL by Paul Kehrer · 11 years ago
- 2253ab4 add some PKEY_CTX bindings we'll need for signing by Paul Kehrer · 11 years ago
- ba7d5ec Merge branch 'master' into add-crt-coefficients by Paul Kehrer · 11 years ago
- b477b53 add the crt coefficients to the interface by Paul Kehrer · 11 years ago
- 43e4d7a Merge pull request #611 from alex/rsa-doc-fixes by Paul Kehrer · 11 years ago
- 05e0029 Merge pull request #610 from alex/padding-comments by David Reid · 11 years ago
- a9d802a Also clean up this syntax by Alex Gaynor · 11 years ago
- 14971b7 Fixed a missing word in the RSA docs by Alex Gaynor · 11 years ago
- 86dc3ab Fix comments in padding.py to be accurate by Alex Gaynor · 11 years ago
- 811163e Merge pull request #608 from reaperhulk/cast5-changelog by Alex Gaynor · 11 years ago
- c3aa3d7 Merge pull request #607 from alex/docs-nits by Paul Kehrer · 11 years ago
- a5011ec add versionadded to cast5 by Paul Kehrer · 11 years ago
- 4992384 A few style nits in the docs by Alex Gaynor · 11 years ago
- 849da19 add CAST5 support to changelog by Paul Kehrer · 11 years ago
- de5a855 Merge pull request #606 from chrisglass/installation-ubuntu by Paul Kehrer · 11 years ago
- 8e9c984 expose dmp1, dmq1, iqmp getters on RSAPrivateKey by Paul Kehrer · 11 years ago
- 3340adf Merge pull request #604 from reaperhulk/cast5-cbc-and-more by Alex Gaynor · 11 years ago
- 2e15c7f Changed .... lines to ~~~~ and s/Gnu\/Linux/Linux/ by Chris Glass · 11 years ago
- ae20caa Pypy is not a real word either apparently. by Chris Glass · 11 years ago
- 03829e5 Added Pypy note and fixed libffi's "spelling" by Chris Glass · 11 years ago
- f82d94f Added Debian mention, extra missing packages by Chris Glass · 11 years ago
- 87c4edb Added a docs section on Linux installation by Chris Glass · 11 years ago
- b393bdc update constructor docs for rsa by Paul Kehrer · 11 years ago
- 09328bb add crt coefficients to RSAPrivateKey constructor and update tests by Paul Kehrer · 11 years ago
- 2b764a1 Merge pull request #602 from alex/hkdf-docs by Paul Kehrer · 11 years ago
- 25916cf Merge pull request #603 from alex/syntax-highlight by Paul Kehrer · 11 years ago
- 70c90e9 remove some extra linebreaks by Paul Kehrer · 11 years ago
- bab0e1a add cast5 docs by Paul Kehrer · 11 years ago
- 61ea493 Syntax highlight the go code. Be mad Rob Pike. by Alex Gaynor · 11 years ago
- c423f63 add cbc, cfb, ofb support to CAST5 (aka CAST128) for openssl & cc by Paul Kehrer · 11 years ago
- ed828e1 re-add CAST5 ECB support (OpenSSL & CC backends). fixes #417 by Paul Kehrer · 11 years ago
- 93b3734 Merge pull request #589 from reaperhulk/cast5-bespoke-vectors by David Reid · 11 years ago
- c43bb75 Switch this to a warning block by Alex Gaynor · 11 years ago
- af6ad14 show the entire files by Paul Kehrer · 11 years ago
- 89d0506 remove unused var by Paul Kehrer · 11 years ago
- 9f540f2 improve formatting and fix pep8 for generate/verify cast5 scripts by Paul Kehrer · 11 years ago
- cf6ffb5 add cast5 (cbc, cfb, ofb) vector source info to docs by Paul Kehrer · 11 years ago
- 493efbb update headers for the CAST5 vectors by Paul Kehrer · 11 years ago
- 719907c Be clear about HKDF's applicability for password storage by Alex Gaynor · 11 years ago
- 7aeae3f CAST5 CBC, OFB, CFB vectors made from the AES MMT test data by Paul Kehrer · 11 years ago
- da2d57c Merge pull request #596 from reaperhulk/docs-test-vectors by Alex Gaynor · 11 years ago
- 4e1c40b remove references to the CAST5 generation (will be in separate PR) by Paul Kehrer · 11 years ago
- cca5d52 Merge pull request #601 from dreid/confusing-padding-example by Alex Gaynor · 11 years ago
- ba657d3 Merge pull request #600 from alex/multi-rsa by David Reid · 11 years ago
- 50309fb Don't throw away the result of finalize either. by David Reid · 11 years ago
- db616be Don't throw away the result of padder.update because it confuses users. by David Reid · 11 years ago
- d3a061a Merge pull request #599 from alex/import-sort by David Reid · 11 years ago
- e7bdb1b flake8 fix by Alex Gaynor · 11 years ago
- 0d22bf4 Added RSABackend to MultiBackend by Alex Gaynor · 11 years ago
- e2d4545 Also fix this module by Alex Gaynor · 11 years ago
- 1781968 Sort our imports by Alex Gaynor · 11 years ago
- d0f37ea Merge pull request #582 from public/rsa-generate by Alex Gaynor · 11 years ago
- b232d74 Add RSAPrivateKey.generate by Alex Stapleton · 11 years ago
- b96d796 Merge pull request #595 from reaperhulk/be-more-accurate-about-random by Alex Gaynor · 11 years ago
- 039b478 typo by Paul Kehrer · 11 years ago
- 1681a69 add test vector information to the development section by Paul Kehrer · 11 years ago