Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Fixed #2318 -- added the missing critical flag to the x509 tutorial | Alex Gaynor | 2015-09-03 | 1 | -6/+9 | |
|/ / / / | ||||||
* | | | | Merge pull request #2316 from pyca/pypy-2.6.1 | Paul Kehrer | 2015-09-01 | 2 | -5/+5 | |
|\ \ \ \ | |/ / / |/| | | | upgrade to pypy 2.6.1 | |||||
| * | | | fix | Alex Gaynor | 2015-09-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | upgrade to pypy 2.6.1 | Alex Gaynor | 2015-09-01 | 1 | -4/+4 | |
|/ / / | ||||||
* | | | Merge pull request #2304 from Ayrx/fernet-docs-kdf | Paul Kehrer | 2015-08-30 | 2 | -0/+42 | |
|\ \ \ | | | | | | | | | Add some text regarding using passwords with Fernet. | |||||
| * | | | Add bcrypt to word list. | Terry Chia | 2015-08-30 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Mention bcrypt and scrypt. | Terry Chia | 2015-08-30 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Fix imports and wordings. | Terry Chia | 2015-08-29 | 1 | -5/+6 | |
| | | | | ||||||
| * | | | Add Django to wordlist. | Terry Chia | 2015-08-29 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Fixed PBKDF2 class target. | Terry Chia | 2015-08-29 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix link. | Terry Chia | 2015-08-29 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add some text regarding using passwords with Fernet. | Terry Chia | 2015-08-29 | 1 | -0/+38 | |
| | | | | ||||||
* | | | | Merge pull request #2307 from reaperhulk/fix-test-ordering | Alex Gaynor | 2015-08-29 | 2 | -7/+6 | |
|\ \ \ \ | | | | | | | | | | | Resolve an unusual test bug related to initializing the bindings | |||||
| * | | | | Resolve an unusual test bug related to initializing the bindings | Paul Kehrer | 2015-08-29 | 2 | -7/+6 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make calls against the "SSL" parts of OpenSSL you need to call SSL_library_init. There are multiple ways this can be called: * If you're using the same OpenSSL in cryptography as you are in your Python then Python will call it for you. * If you import the openssl backend. These tests need SSL_library_init to be called. When run in our CI SSL_library_init is called because during the parametrization step the OpenSSL backend is imported (thus triggering it). However, you can also run tests directly via py.test and without this change py.test tests/hazmat/bindings/test_openssl.py would crash if you had cryptography linked against a different OpenSSL than your Python used. | |||||
| | * | | rename env var to CRYPTOGRAPHY_OSX_NO_LINK_FLAGS | Paul Kehrer | 2015-08-31 | 3 | -8/+8 | |
| | | | | ||||||
| | * | | no need for None | Paul Kehrer | 2015-08-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | pypy doesn't name that shared object quite the same | Paul Kehrer | 2015-08-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | add some otool output to the OS X builds | Paul Kehrer | 2015-08-29 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | move dynamic build and add an env to make it obvious it's dynamic | Paul Kehrer | 2015-08-29 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | update travis to static link homebrew openssl (plus one dynamic job) | Paul Kehrer | 2015-08-29 | 2 | -6/+15 | |
| | | | | ||||||
| | * | | add support for static linking of the openssl backend on OS X | Paul Kehrer | 2015-08-29 | 1 | -3/+16 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #2305 from alex/drop-nsa-link | Paul Kehrer | 2015-08-29 | 1 | -4/+4 | |
|\ \ \ | |/ / |/| | | Fixed #2270 -- update citation to something that works | |||||
| * | | line length | Alex Gaynor | 2015-08-29 | 1 | -4/+4 | |
| | | | ||||||
| * | | spelling | Alex Gaynor | 2015-08-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixed #2270 -- update citation to something that works | Alex Gaynor | 2015-08-29 | 1 | -5/+5 | |
|/ / | ||||||
* | | Merge pull request #2303 from kjav/master | Paul Kehrer | 2015-08-28 | 1 | -0/+1 | |
|\ \ | | | | | | | Added bindings for SSL_renegotiate_pending | |||||
| * | | Removed SSL_renegotiate_abbreviated binding | kjav | 2015-08-28 | 1 | -1/+0 | |
| | | | | | | | | | As this is not supported in OpenSSL < 1.01 | |||||
| * | | Added bindings for SSL_renegotiate_<pending/abbreviated> | kjav | 2015-08-28 | 1 | -0/+2 | |
| | | | ||||||
| * | | Merge pull request #1 from pyca/master | kjav | 2015-08-28 | 1 | -0/+1 | |
| |\ \ | |/ / |/| | | Adds SSL_renegotiate binding | |||||
* | | | Merge pull request #2302 from Ayrx/add-ssl-renegotiate | Alex Gaynor | 2015-08-28 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| | | Add SSL_renegotiate binding. | |||||
| * | | Add SSL_renegotiate binding. | Terry Chia | 2015-08-28 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #2296 from reaperhulk/correct-my-review-mistake | Alex Gaynor | 2015-08-27 | 1 | -1/+5 | |
|\ \ | | | | | | | add conditional removal for SET_CERT_CB | |||||
| * | | add conditional removal for SET_CERT_CB | Paul Kehrer | 2015-08-25 | 1 | -1/+5 | |
| | | | ||||||
* | | | Merge pull request #2297 from fxfitz/patch-1 | Alex Gaynor | 2015-08-27 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Update fernet.rst - removed a word! | |||||
| * | | | Update fernet.rst - removed a word! | Fran Fitzpatrick | 2015-08-25 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge pull request #2298 from timbuchwaldt/patch-1 | Alex Gaynor | 2015-08-26 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| | | Documentation: Write as key/CSR binary | |||||
| * | | Write as binary | Tim Buchwaldt | 2015-08-26 | 1 | -2/+2 | |
|/ / | | | | | At least on Python3 it fails otherwise. | |||||
* | | Merge pull request #2295 from mhils/set_cert_cb | Paul Kehrer | 2015-08-25 | 1 | -0/+17 | |
|\ \ | | | | | | | Add set_cert_cb | |||||
| * | | add set_cert_cb | Maximilian Hils | 2015-08-25 | 1 | -0/+17 | |
|/ / | ||||||
| * | Adds _name property to ObjectIdentifier | Brendan McCollam | 2015-09-06 | 2 | -1/+11 | |
|/ | ||||||
* | Merge pull request #2292 from reaperhulk/default-stringmask | Alex Gaynor | 2015-08-22 | 1 | -0/+6 | |
|\ | | | | | set the default stringmask to utf8 | |||||
| * | set the default stringmask to utf8 | Paul Kehrer | 2015-08-22 | 1 | -0/+6 | |
|/ | | | | | This corrects a problem where older OpenSSL versions don't do this by default. fixes #2291 | |||||
* | Merge pull request #2285 from reaperhulk/pypy-error | Alex Gaynor | 2015-08-20 | 1 | -1/+7 | |
|\ | | | | | raise an error if trying to install on PyPy < 2.6 | |||||
| * | raise an error if trying to install on PyPy < 2.6 | Paul Kehrer | 2015-08-20 | 1 | -1/+7 | |
|/ | ||||||
* | Merge pull request #2282 from reaperhulk/ssl-bindings | Alex Gaynor | 2015-08-19 | 1 | -0/+8 | |
|\ | | | | | additional SSL bindings | |||||
| * | libre doesn't have these fields (and might only be used in sslv2 anyway) | Paul Kehrer | 2015-08-19 | 1 | -2/+0 | |
| | | ||||||
| * | compilation fix | Paul Kehrer | 2015-08-19 | 1 | -2/+4 | |
| | | ||||||
| * | style fix + remove some elements of the struct that aren't in 0.9.8 | Paul Kehrer | 2015-08-18 | 1 | -5/+2 | |
| | | ||||||
| * | added attribs to SSL_SESSION, SSL_SESSION_print. CIPHER_description | MiWCryptAnalytics | 2015-08-18 | 1 | -0/+11 | |
| | | | | | | For a project I am working on I need some session reflection directly from python. This change adds the required openssl SSL_SESSION struct attributes and functions within OpenSSL API | |||||
* | | Merge pull request #2279 from Ayrx/patch-1 | Alex Gaynor | 2015-08-19 | 1 | -1/+1 | |
|\ \ | |/ |/| | Make py3pep8 tox target use a general python3. |