Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | RSA private/public key interface + docs | Paul Kehrer | 2014-01-25 | 1 | -0/+100 | |
| | | ||||||
| * | Added thread safety to the changelog | Alex Gaynor | 2014-01-24 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #492 from public/py-thread-safe | Alex Gaynor | 2014-01-24 | 1 | -0/+20 | |
| |\ | | | | | | | Python implementation of OpenSSL locking callback | |||||
| | * | Backticks | Alex Stapleton | 2014-01-24 | 1 | -2/+2 | |
| | | | ||||||
| | * | Some docs | Alex Stapleton | 2014-01-24 | 1 | -0/+20 | |
| | | | ||||||
| * | | Mark that tehse are console sections so they syntax highlight | Alex Gaynor | 2014-01-24 | 1 | -6/+12 | |
| | | | ||||||
| * | | add instructions on how to install openssl via homebrew | Paul Kehrer | 2014-01-24 | 1 | -2/+5 | |
| | | | ||||||
| * | | add env so homebrew instructions work in fish as well as bash on OS X | Paul Kehrer | 2014-01-24 | 1 | -1/+2 | |
| | | | ||||||
| * | | add doc info about how to link against homebrew OpenSSL on OS X | Paul Kehrer | 2014-01-24 | 1 | -0/+11 | |
| |/ | ||||||
| * | Merge pull request #499 from alex/windows-openssl | Paul Kehrer | 2014-01-23 | 1 | -0/+9 | |
| |\ | | | | | | | Document where to get OpenSSL on windows | |||||
| | * | Link the official page | Alex Gaynor | 2014-01-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | Document where to get OpenSSL on windows | Alex Gaynor | 2014-01-23 | 1 | -0/+9 | |
| | | | ||||||
| * | | add windows support to changelog | Paul Kehrer | 2014-01-23 | 1 | -0/+1 | |
| | | | ||||||
| * | | DOcument the primitives used in Fernet | Alex Gaynor | 2014-01-23 | 1 | -0/+17 | |
| |/ | ||||||
| * | Capital S is the canonical URL | Alex Gaynor | 2014-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #486 from reaperhulk/commoncrypto-cipher-backend | Alex Gaynor | 2014-01-20 | 1 | -1/+1 | |
| |\ | | | | | | | Add CommonCrypto cipher backend | |||||
| | * | Merge branch 'master' into commoncrypto-cipher-backend | Paul Kehrer | 2014-01-20 | 2 | -1/+15 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: expand tox backend example On OS X at build time compile the CC bindings fix docs update docs for name attribute revert fixture decorator for now, switch to append. no more globals docs for explicit backend selection and document name attribute of backend modify backend selection to allow multiple backends via comma delimiter better name for the variable don't mutate _ALL_BACKENDS pass posargs via tox so --backend can be used for tox envs support --backend as a pytest flag to limit to one backend for testing | |||||
| | * | | update changelog for commoncrypto backend | Paul Kehrer | 2014-01-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | first pass at adding docs for the engine. | Paul Kehrer | 2014-01-20 | 2 | -1/+29 | |
|/ / / | | | | | | | | | | | | | lvh has graciously agreed to draft some language to explain the rationale behind choosing the system random over userspace rand | |||||
* | | | Merge pull request #488 from dreid/privatize-register_cipher_adapter | Alex Gaynor | 2014-01-20 | 2 | -19/+2 | |
|\ \ \ | |_|/ |/| | | Remove register_cipher_adapter from the interface and the documentation. | |||||
| * | | Moar backtick. | David Reid | 2014-01-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add to changelog. | David Reid | 2014-01-20 | 1 | -0/+2 | |
| | | | ||||||
| * | | Remove register_cipher_adapter from the interface and the documentation. | David Reid | 2014-01-20 | 1 | -19/+0 | |
| |/ | ||||||
* | | Merge pull request #468 from reaperhulk/backend-flag-pytest | David Reid | 2014-01-20 | 2 | -1/+15 | |
|\ \ | |/ |/| | Add backend flag for pytest runs | |||||
| * | expand tox backend example | Paul Kehrer | 2014-01-20 | 1 | -1/+1 | |
| | | ||||||
| * | fix docs | Paul Kehrer | 2014-01-19 | 1 | -2/+2 | |
| | | ||||||
| * | update docs for name attribute | Paul Kehrer | 2014-01-19 | 1 | -2/+2 | |
| | | ||||||
| * | docs for explicit backend selection and document name attribute of backend | Paul Kehrer | 2014-01-18 | 2 | -1/+15 | |
| | | ||||||
* | | doc updates | Paul Kehrer | 2014-01-19 | 3 | -3/+4 | |
| | | ||||||
* | | hmac support for commoncrypto | Paul Kehrer | 2014-01-19 | 1 | -1/+1 | |
| | | ||||||
* | | added versionadded | Paul Kehrer | 2014-01-19 | 1 | -0/+2 | |
| | | ||||||
* | | changelog to note addition of commoncrypto backend with hash support | Paul Kehrer | 2014-01-19 | 1 | -0/+1 | |
| | | ||||||
* | | doc updates | Paul Kehrer | 2014-01-19 | 2 | -3/+3 | |
| | | ||||||
* | | fix copy mistake in docs | Paul Kehrer | 2014-01-19 | 1 | -1/+1 | |
| | | ||||||
* | | increase indent and note the value of the attribute in the docs | Paul Kehrer | 2014-01-19 | 1 | -2/+2 | |
| | | ||||||
* | | update docs, add name attribute to backend | Paul Kehrer | 2014-01-19 | 1 | -14/+4 | |
| | | ||||||
* | | Merge branch 'master' into common-crypto-backend | Paul Kehrer | 2014-01-19 | 4 | -2/+21 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (24 commits) Expose the innards of DH and DSA More bindings for asymmetric stuff Tell cffi these opaque types are pointers. rename variable to be less confusing and terrible Document when the common crypto bindings were added Expose a name needed for ECDHE -- the NIDs are always available Expose the nids for the various eliptical curve things. I don't understand what these mean. Specify the epub theme to fix the epub build on RTD. Added forgotten decl reversed Allow these to not be defined because lololol fedora/centos add conditional ERR_remove_thread_state. PyOpenSSL uses this Don't require sphinx spelling to be installed, for readthedocs benefit This is also a requirement oops Start binding some stuff for ECDHE in pyOpenSSL. check if openssl is installed via homebrew on osx. install if not Verify the tag len for GCM remove comment that's no longer needed Make just one call to ffi.cdef for most of the definitions ... | |||||
| * | | Document when the common crypto bindings were added | Alex Gaynor | 2014-01-17 | 2 | -1/+6 | |
| | | | ||||||
| * | | Specify the epub theme to fix the epub build on RTD. | David Reid | 2014-01-16 | 1 | -0/+2 | |
| | | | ||||||
| * | | Don't require sphinx spelling to be installed, for readthedocs benefit | Alex Gaynor | 2014-01-16 | 1 | -1/+8 | |
| |/ | ||||||
| * | Verify the tag len for GCM | Alex Gaynor | 2014-01-12 | 1 | -0/+5 | |
| | | ||||||
* | | add iOS to wordlist | Paul Kehrer | 2014-01-11 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'master' into common-crypto-backend | Paul Kehrer | 2014-01-11 | 3 | -2/+31 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Use pytest.fixture for backends drop to >= 0.8 to make pypy happy change to anonymous enum require cffi >= 0.8.1 remove extraneous spaces add hmac to commoncrypto binding bytes byte back add check to confirm we've loaded error strings Bind all the PEM errors Spelling! oops, bytes plz don't leak a context in the test add tests to the openssl backend to verify that we've registered Nonsense I think we need. This is a dep init the ssl library in the backend Actuall install a thing Try to run the spellchecker on travis Use a normal quote here, not sure where the smart quote came from Expose ERR_load_SSL_strings | |||||
| * | Spelling! | Alex Gaynor | 2014-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | Try to run the spellchecker on travis | Alex Gaynor | 2014-01-10 | 2 | -0/+29 | |
| | | ||||||
| * | Use a normal quote here, not sure where the smart quote came from | Alex Gaynor | 2014-01-10 | 1 | -1/+1 | |
| | | ||||||
* | | commoncrypto backend docs | Paul Kehrer | 2014-01-10 | 2 | -0/+29 | |
|/ | ||||||
* | Fix up a mistaken copy paste | Alex Gaynor | 2014-01-09 | 1 | -3/+3 | |
| | ||||||
* | add CommonCrypto binding docs | Paul Kehrer | 2014-01-09 | 2 | -0/+29 | |
| | ||||||
* | rewrite some text about the hmac verify method | Paul Kehrer | 2014-01-08 | 1 | -3/+2 | |
| |