Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | should be a URI | Paul Kehrer | 2014-02-20 | 3 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | add beginning of IDEA vector source docs. no verification code yet | Paul Kehrer | 2014-02-16 | 3 | -1/+90 | |
| | | | | | | | ||||||
| * | | | | | | CBC, CFB, OFB IDEA vectors built from the AES MMT tests | Paul Kehrer | 2014-02-16 | 3 | -0/+371 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #776 from reaperhulk/nist-rsa-loader | Hynek Schlawack | 2014-03-11 | 2 | -1/+106 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | add FIPS RSA test loader + tests | |||||
| * | | | | | | add FIPS RSA test loader + tests | Paul Kehrer | 2014-03-10 | 2 | -1/+106 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #774 from reaperhulk/fix-773 | Alex Gaynor | 2014-03-10 | 1 | -92/+92 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | SSL_OP_ALL is too large for a 32-bit integer. fixes #773 | |||||
| * | | | | | | change all our static const ints to longs in ssl.py | Paul Kehrer | 2014-03-10 | 1 | -91/+91 | |
| | | | | | | | ||||||
| * | | | | | | this define is too large for a 32-bit integer. fixes #773 | Paul Kehrer | 2014-03-10 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interface | Alex Gaynor | 2014-03-10 | 2 | -0/+20 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add mgf1_hash_supported to the RSABackend interface | |||||
| * | | | | | | add mgf1_hash_supported to the RSABackend interface | Paul Kehrer | 2014-03-10 | 2 | -0/+20 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #771 from reaperhulk/rsa-err-symbols | Alex Gaynor | 2014-03-10 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add two RSA items we need for PSS | |||||
| * | | | | | | | add two RSA items we need for PSS | Paul Kehrer | 2014-03-10 | 1 | -0/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #770 from reaperhulk/document-some-versions | Alex Gaynor | 2014-03-10 | 3 | -4/+8 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Document our oldest supported openssl and deny older support | |||||
| * | | | | | | document our oldest supported openssl and deny older support | Paul Kehrer | 2014-03-10 | 3 | -4/+8 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #765 from public/doc-tweaks | Paul Kehrer | 2014-03-10 | 2 | -37/+38 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Update HMAC and Digest docs. | |||||
| * | | | | | | Update HMAC and Digest docs. | Alex Stapleton | 2014-03-10 | 2 | -37/+38 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #766 from public/more-doc-tweaks | Paul Kehrer | 2014-03-10 | 1 | -80/+86 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Various "improvements" to the symmetric docs | |||||
| * | | | | | | Various "improvements" to the symmetric docs | Alex Stapleton | 2014-03-10 | 1 | -80/+86 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #761 from alex/missing-future-license | Paul Kehrer | 2014-03-08 | 68 | -0/+312 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added future imports and licenses that are missing | |||||
| * | | | | | | flake8 | Alex Gaynor | 2014-03-08 | 1 | -1/+0 | |
| | | | | | | | ||||||
| * | | | | | | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 68 | -0/+313 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #760 from Ayrx/add-supported-osx-version-to-docs | Alex Gaynor | 2014-03-08 | 1 | -1/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Added note in documentation about OS X version support | |||||
| * | | | | | Added note in documentation about OS X version support | Ayrx | 2014-03-08 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #744 from Ayrx/osx-version-check | Paul Kehrer | 2014-03-08 | 1 | -1/+3 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Added check to turn off CC backend for OS X version < 10.8 | |||||
| * | | | | Fixed python3 incompatibility | Ayrx | 2014-03-08 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Removed dependency on setuptools for version check | Ayrx | 2014-03-08 | 1 | -4/+3 | |
| | | | | | ||||||
| * | | | | Fix drop in coverage levels by removing branches | Ayrx | 2014-03-06 | 1 | -11/+2 | |
| | | | | | ||||||
| * | | | | Added check to turn of CC backend for OS X version < 10.8 | Ayrx | 2014-03-06 | 1 | -1/+13 | |
| | | | | | ||||||
* | | | | | Merge pull request #748 from reaperhulk/098e-compat | Alex Gaynor | 2014-03-07 | 1 | -1/+20 | |
|\ \ \ \ \ | | | | | | | | | | | | | 0.9.8e Compatibility (CentOS/RHEL 5) | |||||
| * | | | | | don't need to move these definitions | Paul Kehrer | 2014-03-07 | 1 | -6/+4 | |
| | | | | | | ||||||
| * | | | | | conditional NIDs for 0.9.8e | Paul Kehrer | 2014-03-07 | 1 | -5/+26 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #758 from reaperhulk/x509-098e | Alex Gaynor | 2014-03-07 | 1 | -2/+9 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | x509 changes for 0.9.8e support | |||||
| * | | | | x509 changes for 0.9.8e support | Paul Kehrer | 2014-03-07 | 1 | -2/+9 | |
| | | | | | ||||||
* | | | | | Merge pull request #757 from reaperhulk/ssl-098e-changes | Alex Gaynor | 2014-03-07 | 1 | -4/+36 | |
|\ \ \ \ \ | | | | | | | | | | | | | more changes for 0.9.8e support, this time in the ssl.h headers | |||||
| * | | | | | more changes for 0.9.8e support, this time in the ssl.h headers | Paul Kehrer | 2014-03-07 | 1 | -4/+36 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #755 from reaperhulk/conditional-error-bindings | Alex Gaynor | 2014-03-07 | 1 | -7/+34 | |
|\ \ \ \ \ | | | | | | | | | | | | | Bind some error constants conditionally for 0.9.8e support | |||||
| * | | | | | bind some error constants conditionally for 0.9.8e support | Paul Kehrer | 2014-03-07 | 1 | -7/+34 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #753 from reaperhulk/move-nids | David Reid | 2014-03-07 | 2 | -144/+142 | |
|\ \ \ \ \ | | | | | | | | | | | | | Move some NIDs | |||||
| * | | | | | move some nids | Paul Kehrer | 2014-03-07 | 2 | -144/+142 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #754 from reaperhulk/bio-macro | Alex Gaynor | 2014-03-07 | 1 | -1/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | BIO macro switch for 0.9.8e support | |||||
| * | | | | | BIO macro switch for 0.9.8e support | Paul Kehrer | 2014-03-07 | 1 | -1/+4 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #756 from reaperhulk/evp-macros | Alex Gaynor | 2014-03-07 | 1 | -5/+8 | |
|\ \ \ \ \ | | | | | | | | | | | | | Macro switches in evp for 0.9.8e | |||||
| * | | | | | macro switches in evp for 0.9.8e | Paul Kehrer | 2014-03-07 | 1 | -5/+8 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #752 from reaperhulk/aes-wrap-conditional | Alex Gaynor | 2014-03-07 | 1 | -4/+24 | |
|\ \ \ \ \ | |/ / / / |/| | | | | conditionally bind AES_wrap/unwrap for 0.9.8e support | |||||
| * | | | | conditionally bind AES_wrap/unwrap for 0.9.8e support | Paul Kehrer | 2014-03-07 | 1 | -4/+24 | |
|/ / / / | ||||||
* | | | | Merge pull request #751 from lvh/master | Alex Gaynor | 2014-03-07 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Add GPG key fingerprint for lvh | |||||
| * | | | | Add GPG key fingerprint for lvh | Laurens Van Houtven | 2014-03-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | I have a new key, see revocation: https://gist.github.com/lvh/9412036 New key is forward-signed with old one. | |||||
* | | | | | Merge pull request #750 from reaperhulk/update-098e | Alex Gaynor | 2014-03-07 | 1 | -0/+9 | |
|\ \ \ \ \ | | | | | | | | | | | | | 0.9.8e EVP Workaround | |||||
| * | | | | | change comparison to be easier to read | Paul Kehrer | 2014-03-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | ridiculous workaround time | Paul Kehrer | 2014-03-07 | 1 | -0/+9 | |
| | |/ / / | |/| | | |