Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | py3k fix | Alex Gaynor | 2014-10-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Added header | Alex Gaynor | 2014-10-21 | 1 | -0/+13 | |
| | | | ||||||
| | * | whoops, forgotten file | Alex Gaynor | 2014-10-21 | 1 | -0/+40 | |
| | | | ||||||
| | * | Fixes #1024 -- a utility function for checking an implementor against an ABC | Alex Gaynor | 2014-10-21 | 1 | -0/+21 | |
| |/ |/| | ||||||
* | | Merge pull request #1423 from alex/pr/1396 | Paul Kehrer | 2014-10-20 | 7 | -26/+67 | |
|\ \ | | | | | | | Add MACContext and switch HMAC and CMAC to use it | |||||
| * | | A few docs formatting nits | Alex Gaynor | 2014-10-20 | 1 | -4/+5 | |
| | | | ||||||
| * | | Add to changelog. Document deprecation. | Terry Chia | 2014-10-20 | 1 | -4/+3 | |
| | | | ||||||
| * | | Add to changelog. Document deprecation. | Terry Chia | 2014-10-20 | 5 | -2/+7 | |
| | | | ||||||
| * | | Remove algorithm property from MACContext and alias CMACContext. | Terry Chia | 2014-10-20 | 1 | -27/+2 | |
| | | | ||||||
| * | | Add missing period. | Terry Chia | 2014-10-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add docs. | Terry Chia | 2014-10-20 | 2 | -3/+26 | |
| | | | ||||||
| * | | Ooops. | Terry Chia | 2014-10-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add MACContext and make HMAC and CMAC to use it. | Terry Chia | 2014-10-20 | 5 | -3/+41 | |
|/ / | ||||||
* | | Merge pull request #1420 from alex/document-pq-things | Paul Kehrer | 2014-10-20 | 1 | -0/+3 | |
|\ \ | |/ |/| | Document the change in ``p`` and ``q``s lengths in the CHANGELOG | |||||
| * | Document the change in ``p`` and ``q``s lengths in the CHANGELOG | Alex Gaynor | 2014-10-19 | 1 | -0/+3 | |
| | | ||||||
* | | Merge pull request #1421 from alex/fix-bug | Paul Kehrer | 2014-10-20 | 2 | -3/+8 | |
|\ \ | | | | | | | Fixed an issue in fernet where the wrong exception would occur on an all-nulls input. | |||||
| * | | eep, stray space | Alex Gaynor | 2014-10-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixed an issue in fernet where the wrong exception would occur on an ↵ | Alex Gaynor | 2014-10-19 | 2 | -3/+8 | |
|/ / | | | | | | | | | | | all-nulls input. Also switched a few tests to not generate a key | |||||
* | | Merge pull request #1419 from alex/cleanup-fernet | Paul Kehrer | 2014-10-19 | 1 | -52/+11 | |
|\ \ | | | | | | | Move the supported marks to class level for fernet | |||||
| * | | Move the supported marks to class level for fernet | Alex Gaynor | 2014-10-19 | 1 | -52/+11 | |
| | | | ||||||
* | | | Merge pull request #1418 from alex/fix-ec-complains | Paul Kehrer | 2014-10-19 | 2 | -0/+27 | |
|\ \ \ | |_|/ |/| | | Fixes #1416 -- replaced assertions with error checking in EC key from numbers. | |||||
| * | | Do these checks in pure python eagerly. | Alex Gaynor | 2014-10-19 | 1 | -5/+7 | |
| | | | | | | | | | | | | We get errors in different places, depending on py2k vs. py3k if we don't. | |||||
| * | | Fixes #1416 -- replaced assertions with error checking in EC key from numbers. | Alex Gaynor | 2014-10-19 | 2 | -2/+27 | |
| |/ | | | | | | | Includes tests. | |||||
* | | Merge pull request #1417 from reaperhulk/fix-interface | Alex Gaynor | 2014-10-19 | 1 | -0/+12 | |
|\ \ | |/ |/| | add missing signer/verifier to DSAPublicKey and DSAPrivateKey ifaces | |||||
| * | add missing signer/verifier to DSAPublicKey and DSAPrivateKey ifaces | Paul Kehrer | 2014-10-19 | 1 | -0/+12 | |
| | | | | | | | | | | These were present in the docs and the OpenSSL provider, but not properly listed on the interface | |||||
* | | Merge pull request #1415 from alex/assert-simplification | Paul Kehrer | 2014-10-19 | 1 | -4/+2 | |
|\ \ | |/ |/| | Split this assert into two. | |||||
| * | Split this assert into two. | Alex Gaynor | 2014-10-19 | 1 | -4/+2 | |
| | | | | | | | | | | | | If these fail, py.test can vomit: https://bitbucket.org/hpk42/pytest/issue/612/syntax-error-on-assertion-reinterpretation (I lost track of what I did to make this asseriton vomit unfortunately :-() | |||||
* | | Merge pull request #1414 from reaperhulk/new-nids | Alex Gaynor | 2014-10-19 | 1 | -4/+29 | |
|\ \ | |/ |/| | start adding NIDs we'll need for X509 | |||||
| * | remove nids not universally available in all our versions | Paul Kehrer | 2014-10-19 | 1 | -10/+0 | |
| | | | | | | | | will re-add later with additional boilerplate | |||||
| * | compilation fixes | Paul Kehrer | 2014-10-18 | 1 | -3/+2 | |
| | | ||||||
| * | start adding NIDs we'll need for X509 | Paul Kehrer | 2014-10-18 | 1 | -4/+40 | |
|/ | ||||||
* | Merge pull request #1412 from reaperhulk/update-osx-flags | Alex Stapleton | 2014-10-16 | 1 | -5/+2 | |
|\ | | | | | Remove some (probably) unneeded flags in travis config | |||||
| * | we shouldn't need the unused arguments flags any more. | Paul Kehrer | 2014-10-15 | 1 | -5/+2 | |
| | | ||||||
* | | Merge pull request #1399 from skeuomorf/skeuomorf-gpg-fingerprint | Alex Stapleton | 2014-10-16 | 1 | -1/+1 | |
|\ \ | | | | | | | Add gpg key fingerprint for skeuomorf | |||||
| * | | Add gpg key fingerprint for skeuomorf | Mohammed Attia | 2014-10-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #1410 from reaperhulk/port-changelog | Alex Stapleton | 2014-10-16 | 1 | -0/+11 | |
|\ \ \ | | | | | | | | | add 0.6.1 changelog to master | |||||
| * | | | add 0.6.1 changelog to master | Paul Kehrer | 2014-10-15 | 1 | -0/+11 | |
| | | | | ||||||
* | | | | Merge pull request #1411 from reaperhulk/update-openssls | Alex Stapleton | 2014-10-16 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | update OpenSSL versions we test against in the docs | |||||
| * | | | update OpenSSL versions we test against in the docs | Paul Kehrer | 2014-10-15 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Merge pull request #1407 from alex/happy-freebsd | Paul Kehrer | 2014-10-15 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | Make FreeBSD happy with this constant | |||||
| * | | Make FreeBSD happy with this constant | Alex Gaynor | 2014-10-15 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #1405 from alex/fix-pkcs12-decrypt-failures | Paul Kehrer | 2014-10-15 | 4 | -14/+43 | |
|\ \ | |/ |/| | Handle PKCS12 decrypt failures with OpenSSL 1.0.1j | |||||
| * | upgrade openssl to 1.0.1j on travis | Alex Gaynor | 2014-10-15 | 1 | -6/+6 | |
| | | ||||||
| * | Also handle the changes in the PKCS1v15 errors | Alex Gaynor | 2014-10-15 | 2 | -4/+20 | |
| | | ||||||
| * | Handle PKCS12 decrypt failures with OpenSSL 1.0.1j | Alex Gaynor | 2014-10-15 | 2 | -4/+17 | |
|/ | | | | Don't know why this changed, but it did. | |||||
* | Merge pull request #1398 from reaperhulk/fix-1389 | Alex Gaynor | 2014-10-14 | 2 | -1/+17 | |
|\ | | | | | if EC_KEY_check_key fails consume errors off stack (+ add test) | |||||
| * | if EC_KEY_check_key fails consume errors off stack (+ add test) | Paul Kehrer | 2014-10-14 | 2 | -1/+17 | |
|/ | ||||||
* | Merge pull request #1397 from alex/looser-dsa | Paul Kehrer | 2014-10-14 | 2 | -110/+4 | |
|\ | | | | | Fixed #1392 -- allow more combinations of p and q's bit lengths | |||||
| * | Fixed #1392 -- allow more combinations of p and q's bit lengths | Alex Gaynor | 2014-10-13 | 2 | -110/+4 | |
| | | ||||||
* | | Merge pull request #1395 from Ayrx/update-faq | Paul Kehrer | 2014-10-11 | 1 | -29/+0 | |
|\ \ | |/ |/| | Remove outdated information from FAQ. |