Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | add a comment to explain this damn function | Paul Kehrer | 2014-02-20 | 1 | -0/+2 | |
| | | | ||||||
| * | | clear the error you get if you get a NULL engine back | Paul Kehrer | 2014-02-20 | 1 | -4/+5 | |
| | | | ||||||
| * | | Cryptography_add_osrandom_engine should be safe to call multiple times | Paul Kehrer | 2014-02-20 | 2 | -1/+8 | |
| | | | ||||||
* | | | Changed module name from otp to twofactor. | Ayrx | 2014-02-21 | 2 | -0/+0 | |
| | | | ||||||
* | | | Final changes to module names | Ayrx | 2014-02-21 | 2 | -1/+2 | |
| | | | ||||||
* | | | Added a max limit of 8 on length parameter. Updated documentation. | Ayrx | 2014-02-21 | 1 | -2/+2 | |
| | | | ||||||
* | | | Updated according to code review feedback. | Ayrx | 2014-02-21 | 2 | -10/+23 | |
| | | | ||||||
* | | | Minor changes for python3 compat and documentation changes | Ayrx | 2014-02-21 | 1 | -2/+5 | |
| | | | ||||||
* | | | Added HOTP implementation and associated tests | Ayrx | 2014-02-21 | 2 | -0/+41 | |
|/ / | ||||||
* | | bytes and strings...yes. | Paul Kehrer | 2014-02-20 | 1 | -1/+1 | |
| | | ||||||
* | | add private _int_to_bn method to openssl backend | Paul Kehrer | 2014-02-20 | 1 | -5/+15 | |
| | | ||||||
* | | This works but we should really be using self. | Paul Kehrer | 2014-02-20 | 1 | -7/+8 | |
| | | | | | | | | Also assert RSA_new doesn't return NULL | |||||
* | | boilerplate to reopen master for third release work | Paul Kehrer | 2014-02-20 | 1 | -1/+1 | |
|/ | ||||||
* | Bump version numbers for 0.2 release | Alex Gaynor | 2014-02-20 | 1 | -1/+1 | |
| | ||||||
* | Move for OpenSSL 0.9.8 | Alex Gaynor | 2014-02-20 | 1 | -2/+2 | |
| | ||||||
* | Information about actually used cipher. | Fedor Brunner | 2014-02-20 | 1 | -0/+9 | |
| | | | | | | | | SSL_get_current_cipher SSL_CIPHER_get_name SSL_CIPHER_get_bits SSL_CIPHER_get_version | |||||
* | add EVP_PKEY_size binding to OpenSSL backend | Paul Kehrer | 2014-02-19 | 1 | -0/+1 | |
| | ||||||
* | a few more methods from x509.h for OpenSSL | Paul Kehrer | 2014-02-19 | 1 | -0/+7 | |
| | ||||||
* | Merge pull request #634 from reaperhulk/rsa-signing-interfaces | Alex Gaynor | 2014-02-18 | 2 | -0/+52 | |
|\ | | | | | RSA Sign/Verify Interfaces | |||||
| * | 79 characters ought to be good enough for any line | Paul Kehrer | 2014-02-18 | 1 | -1/+2 | |
| | | ||||||
| * | let's try renaming everything I said I'd rename | Paul Kehrer | 2014-02-18 | 2 | -4/+5 | |
| | | ||||||
| * | more renaming | Paul Kehrer | 2014-02-17 | 2 | -2/+3 | |
| | | ||||||
| * | create_rsa_sign_ctx->create_rsa_signature_ctx | Paul Kehrer | 2014-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | add AsymmetricSignContext, AsymmetricVerifyContext, AsymmetricPadding | Paul Kehrer | 2014-02-17 | 1 | -0/+37 | |
| | | ||||||
| * | add sign/verify ctx creation methods to RSABackend interface | Paul Kehrer | 2014-02-17 | 1 | -0/+12 | |
| | | ||||||
* | | fix style, move a comment | Paul Kehrer | 2014-02-17 | 1 | -2/+2 | |
| | | ||||||
* | | conditionally bind PSS constant if available | Paul Kehrer | 2014-02-17 | 1 | -2/+12 | |
|/ | ||||||
* | add CAST5 CTR support to commoncrypto + tests | Paul Kehrer | 2014-02-16 | 1 | -1/+2 | |
| | ||||||
* | Merge pull request #605 from reaperhulk/add-crt-coefficients | Alex Gaynor | 2014-02-15 | 3 | -1/+59 | |
|\ | | | | | Add RSA CRT Coefficients | |||||
| * | Merge branch 'master' into add-crt-coefficients | Paul Kehrer | 2014-02-13 | 4 | -6/+37 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Also clean up this syntax Fixed a missing word in the RSA docs Fix comments in padding.py to be accurate add versionadded to cast5 A few style nits in the docs add CAST5 support to changelog Changed .... lines to ~~~~ and s/Gnu\/Linux/Linux/ Pypy is not a real word either apparently. Added Pypy note and fixed libffi's "spelling" Added Debian mention, extra missing packages Added a docs section on Linux installation remove some extra linebreaks add cast5 docs Syntax highlight the go code. Be mad Rob Pike. add cbc, cfb, ofb support to CAST5 (aka CAST128) for openssl & cc re-add CAST5 ECB support (OpenSSL & CC backends). fixes #417 Switch this to a warning block Be clear about HKDF's applicability for password storage Conflicts: docs/hazmat/primitives/rsa.rst | |||||
| * | | add the crt coefficients to the interface | Paul Kehrer | 2014-02-13 | 1 | -0/+21 | |
| | | | ||||||
| * | | expose dmp1, dmq1, iqmp getters on RSAPrivateKey | Paul Kehrer | 2014-02-13 | 1 | -0/+12 | |
| | | | ||||||
| * | | add crt coefficients to RSAPrivateKey constructor and update tests | Paul Kehrer | 2014-02-12 | 2 | -1/+26 | |
| | | | ||||||
* | | | Fix the signature of this on 0.9.8 | Alex Gaynor | 2014-02-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | methods to open an EVP_PKEY from an RSA or DSA struct in OpenSSL | Paul Kehrer | 2014-02-14 | 1 | -0/+3 | |
| | | | ||||||
* | | | when declaring macros it helps to get the arguments right | Paul Kehrer | 2014-02-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #615 from reaperhulk/rsa-blinded-by-the-light | Alex Gaynor | 2014-02-14 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | RSA Blinding Bindings | |||||
| * | | | OpenSSL bindings for RSA blinding | Paul Kehrer | 2014-02-14 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Merge pull request #612 from reaperhulk/rsa-signing-bindings | Alex Gaynor | 2014-02-14 | 2 | -1/+62 | |
|\ \ \ \ | |/ / / |/| | | | Signing Bindings (RSA, general EVP) | |||||
| * | | | some padding functions we're going to need for 0.9.8 | Paul Kehrer | 2014-02-14 | 1 | -0/+8 | |
| | | | | ||||||
| * | | | EVP_PKEY_CTX doesn't exist on 0.9.8. Do the conditional include dance | Paul Kehrer | 2014-02-14 | 2 | -13/+49 | |
| | | | | ||||||
| * | | | bind sign/verify EVP functions for OpenSSL | Paul Kehrer | 2014-02-13 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | add some PKEY_CTX bindings we'll need for signing | Paul Kehrer | 2014-02-13 | 2 | -0/+10 | |
| | |/ | |/| | ||||||
* / | | Add X509_V_ERR_APPLICATION_VERIFICATION | Hynek Schlawack | 2014-02-14 | 1 | -0/+1 | |
|/ / | ||||||
* | | Fix comments in padding.py to be accurate | Alex Gaynor | 2014-02-13 | 1 | -4/+2 | |
| | | | | | | | | | | | | This is not in fact O(n ** 2) because ``len(self._buffer)`` is bounded by ``self.block_size``. This means that each ``self._buffer += x`` only copies O(len(x)) bytes, meaning the whole thing is linear. | |||||
* | | add cbc, cfb, ofb support to CAST5 (aka CAST128) for openssl & cc | Paul Kehrer | 2014-02-12 | 2 | -11/+18 | |
| | | | | | | | | fixes #393 | |||||
* | | re-add CAST5 ECB support (OpenSSL & CC backends). fixes #417 | Paul Kehrer | 2014-02-12 | 3 | -2/+28 | |
|/ | ||||||
* | Merge pull request #600 from alex/multi-rsa | David Reid | 2014-02-12 | 1 | -1/+6 | |
|\ | | | | | Added RSABackend to MultiBackend | |||||
| * | Added RSABackend to MultiBackend | Alex Gaynor | 2014-02-12 | 1 | -1/+6 | |
| | | ||||||
* | | Also fix this module | Alex Gaynor | 2014-02-12 | 1 | -1/+1 | |
| | |