Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #1159 from reaperhulk/deprecate-mgf1 | Alex Gaynor | 2014-06-21 | 3 | -5/+20 | |
|\ \ \ | | | | | | | | | deprecate mgf1_hash_supported | |||||
| * | | | deprecate mgf1_hash_supported. fixes #1133 | Paul Kehrer | 2014-06-20 | 3 | -5/+20 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #1157 from reaperhulk/fix-release-automation | Alex Gaynor | 2014-06-21 | 1 | -1/+4 | |
|\ \ \ | | | | | | | | | switch to HTTP basic auth for jenkins release automation | |||||
| * | | | switch to HTTP basic auth for jenkins release automation | Paul Kehrer | 2014-06-20 | 1 | -1/+4 | |
| |/ / | ||||||
* | | | Merge pull request #1153 from reaperhulk/add-missing-interface-methods | Alex Stapleton | 2014-06-21 | 1 | -0/+12 | |
|\ \ \ | |/ / |/| | | add missing interface methods on ABCs | |||||
| * | | add missing interface methods on ABCs | Paul Kehrer | 2014-06-19 | 1 | -0/+12 | |
| | | | | | | | | | | | | These methods are present in the docs but not the actual interfaces. | |||||
* | | | Merge pull request #1151 from lvh/consolidate-x509-vfy | Paul Kehrer | 2014-06-20 | 4 | -143/+145 | |
|\ \ \ | |_|/ |/| | | Consolidate x509_vfy | |||||
| * | | Comment style consistency | Laurens Van Houtven | 2014-06-20 | 1 | -3/+3 | |
| | | | ||||||
| * | | Move X509_STORE functions to x509_vfy.py | Laurens Van Houtven | 2014-06-20 | 2 | -7/+9 | |
| | | | ||||||
| * | | Move X509_STORE_CTX out of ssl.py | Laurens Van Houtven | 2014-06-20 | 2 | -11/+10 | |
| | | | | | | | | | | | | Refs #1140. | |||||
| * | | Whitespace fix | Laurens Van Houtven | 2014-06-20 | 1 | -1/+0 | |
| | | | ||||||
| * | | Move verification errors into x509_vfy | Laurens Van Houtven | 2014-06-20 | 2 | -124/+126 | |
| | | | | | | | | | | | | | | | | | | | | | Refs #1140. Cc @ayrx: it may be a good idea to test this since it touches the special constant that was secretly added to Fedora 20's OpenSSL 1.0.1e. | |||||
| * | | Cryptography_HAS_10x_**VERIFICATION**_ERROR_CODES | Laurens Van Houtven | 2014-06-20 | 1 | -8/+8 | |
|/ / | ||||||
* | | Merge pull request #1124 from reaperhulk/rsa-numbers-deprecate | Alex Stapleton | 2014-06-20 | 9 | -53/+185 | |
|\ \ | |/ |/| | RSA Deprecation | |||||
| * | deprecate old RSA classes and methods | Paul Kehrer | 2014-06-19 | 9 | -53/+185 | |
| | | ||||||
* | | Merge pull request #1147 from lvh/ffs-fedora | Paul Kehrer | 2014-06-18 | 1 | -2/+13 | |
|\ \ | | | | | | | Conditionally add X509_V_FLAG_TRUSTED_FIRST | |||||
| * | | Fix comment typo | Laurens Van Houtven | 2014-06-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Remove spurious constant definition | Laurens Van Houtven | 2014-06-18 | 1 | -1/+0 | |
| | | | ||||||
| * | | Conditionally add X509_V_FLAG_TRUSTED_FIRST | Laurens Van Houtven | 2014-06-18 | 1 | -1/+13 | |
|/ / | ||||||
* | | Merge pull request #1144 from lvh/x509-verification-params | Alex Stapleton | 2014-06-17 | 2 | -0/+162 | |
|\ \ | | | | | | | Add X509 verification parameters and associated functions | |||||
| * | | Manually check for X509_V_FLAG_CHECK_SS_SIGNATURE | Laurens Van Houtven | 2014-06-17 | 1 | -0/+10 | |
| | | | ||||||
| * | | Whitespace style fixes | Laurens Van Houtven | 2014-06-17 | 1 | -8/+16 | |
| | | | ||||||
| * | | Not all 1.0.2 releases! | Laurens Van Houtven | 2014-06-17 | 1 | -2/+12 | |
| | | | ||||||
| * | | Add X509 verification parameters and associated functions | Laurens Van Houtven | 2014-06-17 | 2 | -0/+134 | |
|/ / | ||||||
* | | Merge pull request #1139 from lvh/openssl-cert-verification-codes | Alex Stapleton | 2014-06-16 | 3 | -4/+122 | |
|\ \ | | | | | | | OpenSSL certificate verification error codes | |||||
| * | | Apparently, all of these were in 1.0.0 too | Laurens Van Houtven | 2014-06-16 | 1 | -7/+6 | |
| | | | ||||||
| * | | X509_V_ERR_UNNESTED_RESOURCE is old | Laurens Van Houtven | 2014-06-16 | 1 | -1/+0 | |
| | | | ||||||
| * | | I have no idea what a constralong is | Laurens Van Houtven | 2014-06-16 | 1 | -4/+4 | |
| | | | ||||||
| * | | Add verification error codes | Laurens Van Houtven | 2014-06-16 | 2 | -2/+123 | |
| | | | ||||||
| * | | Minor style fix | Laurens Van Houtven | 2014-06-16 | 1 | -2/+1 | |
| | | | ||||||
* | | | Merge pull request #1137 from ClogenyTechnologies/1134-32-bit-builds-fail | Paul Kehrer | 2014-06-16 | 1 | -6/+8 | |
|\ \ \ | | | | | | | | | Issue #1134: Use size_t as the per definition of aes.h . size_t translates correctly ... | |||||
| * | | | change from unsigned size_t to size_t since size_t is always defined as ↵ | Chirag Jog | 2014-06-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | unsigned. | |||||
| * | | | Merge branch '1134-32-bit-builds-fail' of ↵ | Chirag Jog | 2014-06-16 | 0 | -0/+0 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/ClogenyTechnologies/cryptography into 1134-32-bit-builds-fail Conflicts: cryptography/hazmat/bindings/openssl/aes.py | |||||
| | * | | | Move function definition to MACROS section because the signature changed ↵ | Chirag Jog | 2014-06-16 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | after 0.9.8 | |||||
| * | | | | Fix the comment to conform to PEP8 standards. | Chirag Jog | 2014-06-16 | 1 | -6/+8 | |
| |/ / / | ||||||
| * | | | Use size_t as the per definition of aes.h . size_t translates correctly to ↵ | Chirag Jog | 2014-06-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | int or long based on arch type. | |||||
* | | | | Merge pull request #1142 from reaperhulk/distro-names-are-words-too | Alex Gaynor | 2014-06-16 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / |/| | | | linux distribution names are words too | |||||
| * | | | linux distribution names are words too | Paul Kehrer | 2014-06-16 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | Merge pull request #1135 from reaperhulk/minus-x | Alex Stapleton | 2014-06-15 | 137 | -0/+0 | |
|\ \ \ | |_|/ |/| | | remove executable bit from vector files | |||||
| * | | remove executable bit from vector files | Paul Kehrer | 2014-06-15 | 137 | -0/+0 | |
|/ / | ||||||
* | | Merge pull request #1130 from dreid/isolate-openssl-urandom-default | Paul Kehrer | 2014-06-14 | 1 | -8/+30 | |
|\ \ | | | | | | | Attempt to better isolate this test by getting the backend name from a subprocess. | |||||
| * | | Portable usage of subprocess w/ python3 and python2.6 fixes. | David Reid | 2014-06-13 | 1 | -6/+9 | |
| | | | ||||||
| * | | Remove outdated comment. | David Reid | 2014-06-13 | 1 | -2/+0 | |
| | | | ||||||
| * | | Fix flake8. | David Reid | 2014-06-13 | 1 | -16/+15 | |
| | | | ||||||
| * | | Attempt to better isolate this test by getting the backend name from a ↵ | David Reid | 2014-06-13 | 1 | -5/+27 | |
| |/ | | | | | | | subprocess. | |||||
* | | Merge pull request #1116 from reaperhulk/rsa-numbers-backend-specific | Alex Stapleton | 2014-06-14 | 5 | -265/+314 | |
|\ \ | | | | | | | Provide Backend Specific RSA Keys | |||||
| * | | refactor rsa encrypt/decrypt for simplicity | Paul Kehrer | 2014-06-12 | 1 | -48/+19 | |
| | | | ||||||
| * | | do value checks when converting from numbers to key | Paul Kehrer | 2014-06-12 | 2 | -15/+20 | |
| | | | ||||||
| * | | inline a single use function | Paul Kehrer | 2014-06-12 | 1 | -18/+14 | |
| | | | ||||||
| * | | pkey_size should be private | Paul Kehrer | 2014-06-12 | 1 | -12/+12 | |
| | | |