Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update URLs for new RTD domain (#2879) | Alex Gaynor | 2016-04-28 | 5 | -6/+6 |
| | |||||
* | Update getting-started.rst to clarify OS X Homebrew pip install (#2876) | Chris Collis | 2016-04-23 | 1 | -3/+31 |
| | | | | | | | | | | | | | | | | * Update getting-started.rst to clarify OS X Homebrew pip install On OS X El Capitan following the current instructions fails with fatal error: 'openssl/opensslv.h' file not found on pip install -r dev-requirements.txt; this change adds to the instructions to clarify that CFLAGS and LDFLAGS may need to be set. I based this on the instructions in the Installation page. * Address reaperhulk comments, OpenSSL must be installed. Clarify that OpenSSL must be installed via Homebrew or MacPorts and how to build statically. * Make Homebrew, MacPorts, OpenSSL links * Fix doc errors and improve overall flow Insert tip about tox needing the same flags Make console example multi-line so that pip install is visible Change heading levels to allow OS X sub-section | ||||
* | Test with both old pypy and new pypy (#2875) | Alex Gaynor | 2016-04-22 | 2 | -7/+11 |
| | | | | | | | | | | | | * Test with both old pypy and new pypy * use an old as heck pypy * revert * dont try to coverage pypy2.6.1 * ALL THE PYPYS | ||||
* | Make a paragraph slightly more clear (#2874) | Alex Gaynor | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Adding CAVP vector parsing for NIST SP 800-108 KDF vectors. (#2865) | Jared | 2016-04-13 | 2 | -3/+133 |
| | |||||
* | Use HTTPS for a link in our docs (#2869) | Alex Gaynor | 2016-04-09 | 1 | -1/+1 |
| | |||||
* | Add vectors for unkeyed blake2s and blake2b. (#2867) | Terry Chia | 2016-04-09 | 3 | -0/+56 |
| | | | | | | | | | | * Add vectors for unkeyed blake2s and blake2b. * Add short note describing source of vectors. * Add link to OpenSSL repository. * Amend docs. | ||||
* | Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868) | Amaury Forgeot d'Arc | 2016-04-08 | 6 | -0/+74 |
| | | | | | | | | | | | | | | * Add more bindings to OpenSSL, all are used by the Python _ssl module. * Add a conditional: SSL_CTX_clear_options() does not exist before 0.9.8m * 80 cols * Condionally define the TLSEXT error codes. * Address review comments * Remove all parameter names | ||||
* | Remove executable flag on nist-800-108-KBKDF-CTR.txt. | Tristan Seligmann | 2016-04-06 | 1 | -0/+0 |
| | |||||
* | Handle two more error conditions correctly | Alex Gaynor | 2016-04-02 | 2 | -0/+17 |
| | | | | | | * Handle two more error conditions correctly * fixed test case | ||||
* | Merge pull request #2861 from reaperhulk/fix-libressl | Alex Gaynor | 2016-03-29 | 1 | -1/+8 |
|\ | | | | | fix libressl breakage reported in #2858 | ||||
| * | simplify the macro def check | Paul Kehrer | 2016-03-28 | 1 | -1/+1 |
| | | |||||
| * | fix libressl breakage reported in #2858 | Paul Kehrer | 2016-03-28 | 1 | -1/+8 |
|/ | |||||
* | Merge pull request #2857 from alex/optimize-key-identifier-for-key-rsa | Paul Kehrer | 2016-03-28 | 1 | -17/+28 |
|\ | | | | | Fixes #2856 -- add a fast path to _key_identifier_from_public_key for RSA keys | ||||
| * | Added a special case for EC as well | Alex Gaynor | 2016-03-27 | 1 | -0/+3 |
| | | |||||
| * | Fixes #2856 -- add a fast path to _key_identifier_from_public_key for RSA keys | Alex Gaynor | 2016-03-27 | 1 | -17/+25 |
|/ | |||||
* | Merge pull request #2855 from RazerM/master | Paul Kehrer | 2016-03-26 | 1 | -3/+1 |
|\ | | | | | Remove redundant excludes from find_packages | ||||
| * | Remove redundant excludes from find_packages | Frazer McLean | 2016-03-26 | 1 | -3/+1 |
|/ | | | | | | Resolves #2854. tests don't need excluded because they're not within the "src" directory. | ||||
* | Merge pull request #2852 from reaperhulk/oaep-bindings | Alex Gaynor | 2016-03-25 | 2 | -0/+12 |
|\ | | | | | add EVP_PKEY_CTX_set_rsa_oaep_md | ||||
| * | add EVP_PKEY_CTX_set_rsa_oaep_md | Paul Kehrer | 2016-03-25 | 2 | -0/+12 |
|/ | |||||
* | Merge pull request #2849 from reaperhulk/port-131-changelog | Alex Gaynor | 2016-03-21 | 1 | -0/+6 |
|\ | | | | | port 1.3.1 changelog to master | ||||
| * | port 1.3.1 changelog to master | Paul Kehrer | 2016-03-21 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #2846 from reaperhulk/deprecation-dance | Alex Gaynor | 2016-03-21 | 3 | -18/+0 |
|\ | | | | | complete deprecation of CRLExtensionOID in favor of CRLEntryExtensionOID | ||||
| * | complete deprecation of CRLExtensionOID in favor of CRLEntryExtensionOID | Paul Kehrer | 2016-03-21 | 3 | -18/+0 |
| | | | | | | | | Deprecated in 1.2, removed in 1.4 per policy. | ||||
* | | Merge pull request #2845 from Lukasa/issue/2844 | Paul Kehrer | 2016-03-21 | 2 | -0/+48 |
|\ \ | |/ |/| | Add __delattr__ to _ModuleWithDeprecations. | ||||
| * | Test deleting deprecated attributes. | Cory Benfield | 2016-03-21 | 1 | -0/+41 |
| | | |||||
| * | Warn when deleting deprecated attributes. | Cory Benfield | 2016-03-21 | 1 | -0/+4 |
| | | |||||
| * | Add __delattr__ to _ModuleWithDeprecations. | Cory Benfield | 2016-03-21 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #2843 from reaperhulk/pip-version-warning | Alex Gaynor | 2016-03-20 | 1 | -1/+6 |
|\ | | | | | add a note on the install page about pip versioning on OS X | ||||
| * | add a note on the install page about pip versioning on OS X | Paul Kehrer | 2016-03-20 | 1 | -1/+6 |
|/ | | | | and update the pip version needed to get wheels | ||||
* | Merge pull request #2840 from alex/error-on-098 | Paul Kehrer | 2016-03-19 | 6 | -18/+51 |
|\ | | | | | Fixed #2836 -- error out on OpenSSL 0.9.8 by default | ||||
| * | DeprecationWarning | Alex Gaynor | 2016-03-19 | 1 | -2/+1 |
| | | |||||
| * | two seperate sentences | Alex Gaynor | 2016-03-19 | 1 | -1/+1 |
| | | |||||
| * | update installation.rst | Alex Gaynor | 2016-03-19 | 1 | -2/+2 |
| | | |||||
| * | Mention CRYPTOGRAPHY_ALLOW_OPENSSL_098 in the FAQ | Alex Gaynor | 2016-03-19 | 1 | -0/+13 |
| | | |||||
| * | Use runtimeerror for this | Alex Gaynor | 2016-03-19 | 2 | -4/+2 |
| | | |||||
| * | test for verify_openssl_version | Alex Gaynor | 2016-03-19 | 1 | -1/+8 |
| | | |||||
| * | Get CI working again | Alex Gaynor | 2016-03-19 | 1 | -0/+2 |
| | | |||||
| * | Fixed #2836 -- error out on OpenSSL 0.9.8 by default | Alex Gaynor | 2016-03-19 | 2 | -14/+28 |
| | | |||||
* | | Merge pull request #2841 from alex/pytest-report-header | Paul Kehrer | 2016-03-19 | 2 | -2/+5 |
|\ \ | |/ |/| | Instead of running a python -c, use pytest_report_header to indicate … | ||||
| * | py26 | Alex Gaynor | 2016-03-19 | 1 | -1/+1 |
| | | |||||
| * | oops, flake8 | Alex Gaynor | 2016-03-19 | 1 | -0/+1 |
| | | |||||
| * | Instead of running a python -c, use pytest_report_header to indicate OpenSSL ↵ | Alex Gaynor | 2016-03-19 | 2 | -2/+4 |
|/ | | | | version | ||||
* | Merge pull request #2839 from alex/open-14 | Paul Kehrer | 2016-03-18 | 3 | -2/+8 |
|\ | | | | | Open master back up for 1.4 | ||||
| * | Open master back up for 1.4 | Alex Gaynor | 2016-03-18 | 3 | -2/+8 |
|/ | |||||
* | Merge pull request #2835 from reaperhulk/1.3-changelog | Alex Gaynor | 2016-03-18 | 3 | -6/+4 |
|\ | | | | | bump version and update changelog | ||||
| * | bump version and update changelog | Paul Kehrer | 2016-03-17 | 3 | -6/+4 |
| | | |||||
* | | Merge pull request #2832 from reaperhulk/110-patch-38 | Alex Gaynor | 2016-03-18 | 2 | -5/+28 |
|\ \ | |/ |/| | in 1.1.0 OpenSSL does its own locking now! locking funcs are now macros | ||||
| * | slowly re-add everything that was removed, but now conditional | Paul Kehrer | 2016-03-17 | 2 | -0/+5 |
| | | |||||
| * | sigh... and this one | Paul Kehrer | 2016-03-17 | 2 | -0/+3 |
| | |