Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add ec.private_key_from_secret_and_curve (#3225) | Ofek Lev | 2016-11-11 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * finish https://github.com/pyca/cryptography/pull/1973 * change API & add test Function will now return an instance of EllipticCurvePrivateKey, as that is the users' ultimate goal anyway. * fix test * improve coverage * complete coverage * final fix * centos fix * retry * cleanup asserts * use openssl_assert * skip unsupported platforms * change API name to derive_private_key * change version added * improve description of `secret` param * separate successful and failure test cases * simplify successful case * add docs for derive_elliptic_curve_public_point * add period | ||||
* | Update the commoncrypto links (#3223) | Alex Gaynor | 2016-11-06 | 1 | -1/+1 |
| | |||||
* | Scrypt Implementation (#3117) | Terry Chia | 2016-09-01 | 2 | -0/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Scrypt implementation. * Docs stuff. * Make example just an example and not a doctest. * Add changelog entry. * Docs cleanup. * Add more tests. * Add multibackend tests. * PEP8. * Add docs about Scrypt parameters. * Docs cleanup. * Add AlreadyFinalized. | ||||
* | Removed provider language from backend interfaces (#3047) | Gabriel Orisaka | 2016-07-18 | 1 | -110/+81 |
| | |||||
* | Remove some 0.9.8 cruft from the docs (#3015) | Alex Gaynor | 2016-06-26 | 1 | -3/+1 |
| | |||||
* | Drop OpenSSL 0.9.8 (#2978) | Alex Gaynor | 2016-06-18 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Drop OpenSSL 0.9.8 * Drop this test, it's not relevant any longer * unused import * Remove CRYPTOGRAPHY_ALLOW_OPENSSL_098=1 from our tox * removed unused code for Cryptography_HAS_PKEY_CTX * return unused code for _AESCTRCipherContext * syntax :-( * remove some unused tests and skips * remove unused code for Cryptography_HAS_PBKDF2_HMAC * Revert "return unused code for _AESCTRCipherContext" This reverts commit 7d149729205aa4c9735eb322414b167a75b302df. * Remove unused RSA code * Remove unused test code for conditional bindings * Remove unused dsa code * unused import * Remove unused x509 extension code * Remove unused EC code * Attempt to remove unused DER key loading code * document this * grammar * Added back this paragraph * Update docs | ||||
* | Make a paragraph slightly more clear (#2874) | Alex Gaynor | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Fixed #2700 -- corrtected the create_hmac_ctx interface docs | Alex Gaynor | 2016-01-30 | 1 | -1/+3 |
| | |||||
* | add create_x509_revoked_certificate to x509backend interface | Paul Kehrer | 2015-12-25 | 1 | -0/+9 |
| | |||||
* | fix rebase mistake in the docs | Paul Kehrer | 2015-12-24 | 1 | -21/+1 |
| | |||||
* | CertificateRevocationListBuilder | Paul Kehrer | 2015-12-24 | 1 | -0/+19 |
| | | | | | RSA keys only. Currently does not support CRL extensions or CRLEntry extensions. | ||||
* | Merge pull request #2565 from reaperhulk/crl-interface | Alex Gaynor | 2015-12-24 | 1 | -0/+20 |
|\ | | | | | add create_x509_crl interface | ||||
| * | better language | Paul Kehrer | 2015-12-24 | 1 | -2/+2 |
| | | |||||
| * | add create_x509_crl interface | Paul Kehrer | 2015-12-24 | 1 | -0/+20 |
| | | |||||
* | | Use clearer language in the backend interface docs. | Alex Gaynor | 2015-12-24 | 1 | -4/+3 |
|/ | | | | Refs #2565 | ||||
* | rename sign_x509_certificate backend method to create_x509_certificate | Paul Kehrer | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | add missing sign_x509_certificate X509Backend interface docs | Paul Kehrer | 2015-08-06 | 1 | -0/+20 |
| | |||||
* | add two missing methods to backend interface docs | Paul Kehrer | 2015-06-26 | 1 | -0/+31 |
| | |||||
* | Fixed the anchor of a URL that changed on wikipedia | Alex Gaynor | 2015-06-20 | 1 | -1/+1 |
| | |||||
* | DH backend interfaces | Alex Stapleton | 2015-04-25 | 1 | -0/+85 |
| | |||||
* | add missing "signing" | Paul Kehrer | 2015-03-29 | 1 | -1/+1 |
| | |||||
* | rename to CertificateSigningRequest | Paul Kehrer | 2015-03-29 | 1 | -1/+2 |
| | |||||
* | rename request to CSR | Paul Kehrer | 2015-03-29 | 1 | -2/+2 |
| | |||||
* | basic support for parsing x509 requests | Paul Kehrer | 2015-03-29 | 1 | -0/+8 |
| | |||||
* | missed some links | Paul Kehrer | 2015-03-09 | 1 | -2/+2 |
| | |||||
* | support DER public and private key loading in the openssl backend | Paul Kehrer | 2015-02-19 | 1 | -0/+1 |
| | |||||
* | This link is also HTTPS | Alex Gaynor | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | move asymmetric padding interface to primitives.asymmetric.padding | Paul Kehrer | 2015-02-16 | 1 | -1/+1 |
| | |||||
* | export interfaces from base in ciphers, update docs | Paul Kehrer | 2015-02-14 | 1 | -9/+9 |
| | |||||
* | move cipher and mode interfaces | Paul Kehrer | 2015-02-13 | 1 | -12/+12 |
| | |||||
* | move hash interfaces | Paul Kehrer | 2015-02-13 | 1 | -11/+11 |
| | |||||
* | make our docs job nitpicky and fix every broken link | Paul Kehrer | 2015-02-12 | 1 | -9/+9 |
| | |||||
* | remove unused X509 certificate interface | Paul Kehrer | 2015-02-12 | 1 | -4/+2 |
| | | | | | | We merged this interface and then changed our approach and use the cryptography.x509.Certificate interface instead. This one was never directly used. | ||||
* | Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa | Alex Stapleton | 2015-01-24 | 1 | -3/+3 |
| | |||||
* | Move DSA* interfaces to interfaces.dsa module | Alex Stapleton | 2015-01-22 | 1 | -6/+6 |
| | |||||
* | Merge pull request #1608 from reaperhulk/der-backend-interfaces | Alex Gaynor | 2015-01-17 | 1 | -0/+24 |
|\ | | | | | add DER backend interfaces | ||||
| * | add DER backend interfaces | Paul Kehrer | 2015-01-04 | 1 | -0/+24 |
| | | |||||
* | | Increase the year in some of our docs | Alex Gaynor | 2015-01-08 | 1 | -2/+2 |
|/ | |||||
* | Update OpenSSL backend docs. | Terry Chia | 2014-12-28 | 1 | -2/+3 |
| | |||||
* | Fixed some grammar in the docs | Alex Gaynor | 2014-12-27 | 1 | -10/+10 |
| | |||||
* | remove fully deprecated items from 0.6 deprecation cycle | Paul Kehrer | 2014-12-18 | 1 | -45/+0 |
| | |||||
* | Use HTTPS for a number of URLs in the docs | Alex Gaynor | 2014-12-12 | 1 | -1/+1 |
| | |||||
* | add load_der_x509_certificate X509Backend method | Paul Kehrer | 2014-11-24 | 1 | -0/+7 |
| | |||||
* | update docs with review feedback | Paul Kehrer | 2014-11-24 | 1 | -3/+2 |
| | |||||
* | add backend interface for loading x509 certificates | Paul Kehrer | 2014-11-24 | 1 | -0/+14 |
| | |||||
* | A few more docs fixes | Alex Gaynor | 2014-11-23 | 1 | -2/+1 |
| | |||||
* | fixed a syntax error in the docs | Alex Gaynor | 2014-11-20 | 1 | -7/+7 |
| | |||||
* | remove deprecated DSA classes/methods and update tests | Paul Kehrer | 2014-09-30 | 1 | -33/+0 |
| | |||||
* | remove docs for fully deprecated classes/methods | Paul Kehrer | 2014-09-29 | 1 | -100/+0 |
| | |||||
* | Wrap lines appropriately | Alex Gaynor | 2014-09-29 | 1 | -1/+2 |
| |