Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
* | | Sort our imports | Alex Gaynor | 2014-02-12 | 1 | -2/+2 | |
|/ | ||||||
* | Add RSAPrivateKey.generate | Alex Stapleton | 2014-02-12 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #580 from public/openssl-gen-rsa-key | David Reid | 2014-02-11 | 1 | -1/+43 | |
|\ | | | | | Generate RSA Keys with OpenSSL | |||||
| * | Generate RSA Keys | Alex Stapleton | 2014-02-11 | 1 | -1/+43 | |
| | | ||||||
* | | add X509_verify_cert_error_string | Paul Kehrer | 2014-02-10 | 1 | -0/+2 | |
|/ | ||||||
* | s/bit_length/key_size/ (again) | Alex Stapleton | 2014-02-08 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #577 from public/backend-rsa-interface | Paul Kehrer | 2014-02-08 | 1 | -0/+9 | |
|\ | | | | | RSABackend interface | |||||
| * | Start of an RSABackend interface | Alex Stapleton | 2014-02-08 | 1 | -0/+9 | |
| | | | | | | | | Only has key generation for now. | |||||
* | | Merge pull request #559 from public/rsa-keys | Paul Kehrer | 2014-02-07 | 2 | -0/+149 | |
|\ \ | | | | | | | RSA keys | |||||
| * | | Check that public_exponent is odd | Alex Stapleton | 2014-02-07 | 1 | -0/+6 | |
| | | | ||||||
| * | | More sanity checks | Alex Stapleton | 2014-02-06 | 1 | -0/+9 | |
| | | | ||||||
| * | | Use a version check when counting bit_length | Alex Stapleton | 2014-02-05 | 1 | -2/+4 | |
| | | | ||||||
| * | | Sanity check keys. | Alex Stapleton | 2014-02-05 | 1 | -0/+15 | |
| | | | | | | | | | | | | Taken from RFC 3447. | |||||
| * | | RSA keys | Alex Stapleton | 2014-02-05 | 2 | -0/+117 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are implemented such that they don't depend on the backend. This means we don't have to worry about passing an RSA key created with one backend to a different one so much at the expense of having to create a backend specific context on demand. This is slightly non-trivial in (at least) OpenSSL as there are 3 additional derived parameters kept in its RSA struct. They aren't difficult to generate but it requires adding 30-40 lines of BN_* stuff to the backend so I'm leaving that out for now. We'll need to implement that before we can actually do any useful operations with the keys. This also adds a loader for some of the PKCS #1 test vectors. It only extracts the 10 key pairs from pss_vect.txt currently be should be extenable to include the example signatures and other files later. | |||||
* | | Add support for DTLSv1 | manuels | 2014-02-06 | 1 | -0/+4 | |
| | | ||||||
* | | Rewrite this to be more streamlined | Alex Gaynor | 2014-02-05 | 1 | -3/+6 | |
| | | ||||||
* | | Make the filename match | Alex Gaynor | 2014-02-05 | 1 | -2/+6 | |
| | | ||||||
* | | Merge pull request #377 from reaperhulk/urandom-engine | Alex Gaynor | 2014-02-05 | 3 | -1/+236 | |
|\ \ | | | | | | | Set default RAND engine to urandom/cryptgenrandom | |||||
| * | | improve comments | Paul Kehrer | 2014-02-05 | 1 | -5/+5 | |
| | | | ||||||
| * | | get urandom fd flag and bitwise OR it with FD_CLOEXEC. comment update | Paul Kehrer | 2014-02-05 | 1 | -2/+6 | |
| | | | ||||||
| * | | remove deactivate and replace with activate_builtin_random | Paul Kehrer | 2014-02-05 | 1 | -27/+6 | |
| | | | ||||||
| * | | Merge branch 'master' into urandom-engine | Paul Kehrer | 2014-02-05 | 2 | -3/+10 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: PKCS #1 RSA test vector loader Removed pointless anchor Docs need virtualenv as well Everything about bash is the worst Some reST markup nonsense Fix for OS X More clearly describe the behavior of constant_time.bytes_eq Run the doc tests under OS X Made OpenSSL's derive_pbkdf2_hmac raise the right exception Document which backends implement which itnerfaces. Fixes #538 pep8 Fixed a typo in the docs Make the default backend be a multi-backend Conflicts: tests/hazmat/backends/test_openssl.py | |||||
| * | | add some more comments to clarify what the ENGINE_ calls in backend do | Paul Kehrer | 2014-02-04 | 1 | -1/+15 | |
| | | | ||||||
| * | | rename osrand_engine to osrandom_engine | Paul Kehrer | 2014-02-04 | 2 | -1/+1 | |
| | | |