aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #933 from mrjefftang/expose-evp-ecPaul Kehrer2014-04-161-0/+9
|\ | | | | Expose EVP_PKEY_EC and EVP_PKEY_assign_EC_KEY
| * Remove EVP_PKEY_EC from conditionalJeff Tang2014-04-161-2/+0
| |
| * Add customizations for OPENSSL_NO_EC to EVPJeff Tang2014-04-161-0/+9
| |
| * Expose EVP_PKEY_EC and EVP_PKEY_assign_EC_KEYJeff Tang2014-04-161-0/+2
| |
* | Changed cmac_supported() to cmac_algorithm_supported()Ayrx2014-04-161-2/+2
|/
* Merge pull request #919 from Ayrx/cmac-interfacesPaul Kehrer2014-04-162-0/+35
|\ | | | | CMAC interfaces + documentation
| * Fixed nitpicksAyrx2014-04-151-1/+1
| |
| * Removed key parameter from create_cmac_ctx()Ayrx2014-04-151-1/+1
| |
| * Added CMAC backend interfaceAyrx2014-04-151-0/+15
| |
| * Added CMAC interfaceAyrx2014-04-151-0/+20
| |
* | add signer/verifier to the abcsPaul Kehrer2014-04-151-0/+12
| |
* | Added OpenSSL bindings for CMACAyrx2014-04-152-0/+66
|/
* add SEED docs, tests, small fixesPaul Kehrer2014-04-092-1/+2
|
* Adding SEED cipher algorithm to openssl backendsTaewook Kang2014-04-092-1/+21
|
* Merge pull request #907 from reaperhulk/move-rsa-blindingDonald Stufft2014-04-091-6/+6
|\ | | | | move RSA blinding to rsa_cdata creation methods rather than evp_pkey
| * move RSA blinding to rsa_cdata creation methods rather than evp_pkeyPaul Kehrer2014-04-081-6/+6
| |
* | Free some pkey ctxes we were leakingPaul Kehrer2014-04-081-0/+4
|/
* Rearrange some EC stuff to be bound to the right ifdefs. fixes #900Paul Kehrer2014-04-081-24/+24
|
* Replace subclassing of six.with_metaclass with a class decoratorAlex Gaynor2014-04-072-28/+56
|
* BN_cmp returns an int, not a BIGNUM *Paul Kehrer2014-04-051-1/+1
|
* BN_cmp macroAlex Stapleton2014-04-051-0/+1
|
* BN_CTX bindingsAlex Stapleton2014-04-051-0/+7
|
* Merge pull request #889 from public/more-ec-bindingsAlex Gaynor2014-04-051-4/+414
|\ | | | | Bindings for more EC stuff
| * Bindings for more EC stuffAlex Stapleton2014-04-051-4/+414
| |
* | Merge pull request #739 from skeuomorf/dsa-backendPaul Kehrer2014-04-054-3/+102
|\ \ | | | | | | DSA backend
| * | Add DSABackendMohammed Attia2014-04-044-4/+49
| | |
| * | Add tests for DSA parameters and key generationMohammed Attia2014-04-032-5/+5
| | |
| * | Add generation methods and remove the optional arguments from the backendMohammed Attia2014-04-032-31/+32
| | |
| * | Add key_size to GCMohammed Attia2014-04-021-2/+8
| | |
| * | Remove validation from the backend since it's already done through the APIMohammed Attia2014-04-021-21/+2
| | |
| * | Add basic DSA backend methodsMohammed Attia2014-04-021-2/+68
| | |
* | | move DeprecatedIn04 to utils, some kwargs changesPaul Kehrer2014-04-023-6/+6
| | |
* | | address review commentsPaul Kehrer2014-04-022-5/+11
| | |
* | | move salt_length from MGF1 to PSS and start deprecation cyclePaul Kehrer2014-04-022-14/+44
| | |
* | | Merge pull request #885 from exarkun/X509_STORE_CTX-paraphernaliaAlex Gaynor2014-04-021-0/+4
|\ \ \ | |/ / |/| | Bind a few APIs related to X509_STORE_CTX structures.
| * | Bind a few APIs related to X509_STORE_CTX structures.Jean-Paul Calderone2014-04-021-0/+4
| | |
* | | Add _Reasons.UNSUPPORTED_PUBLIC_KEY_ALGORITHMAlex Stapleton2014-04-012-3/+7
| | |
* | | Add _Reasons.UNSUPPORTED_MGFAlex Stapleton2014-04-012-2/+5
| | |
* | | Add DSA private key api, docs and testsMohammed Attia2014-03-301-1/+44
| | |
* | | Add DSA public key api, docs and testsMohammed Attia2014-03-301-0/+25
| | |
* | | Merge pull request #868 from skeuomorf/dsa-parametersPaul Kehrer2014-03-291-0/+74
|\ \ \ | | | | | | | | Add DSA parameters api, docs and tests
| * | | Add DSA parameters api, docs and testsMohammed Attia2014-03-301-0/+74
| | | |
* | | | Merge pull request #867 from public/ecdsa-bindingsPaul Kehrer2014-03-292-0/+131
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| ECDSA bindings
| * | ECDSA bindingsAlex Stapleton2014-03-292-0/+131
| | |
* | | workaround 0.9.8 madness by creating our own madnessPaul Kehrer2014-03-291-10/+29
| | |
* | | add EVP_PKEY encrypt/decrypt functionsPaul Kehrer2014-03-291-0/+16
|/ /
* | Merge pull request #857 from Lukasa/masterPaul Kehrer2014-03-281-0/+62
|\ \ | | | | | | Add Next Protocol Negotiation functions for OpenSSL
| * | Remove extraneous spaces.Cory Benfield2014-03-281-10/+10
| | |
| * | Add NPN functions.Cory Benfield2014-03-281-0/+62
| | |
* | | update versions for 0.4.dev1 and add boilerplate to changelogPaul Kehrer2014-03-271-1/+1
| | |