aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat
Commit message (Expand)AuthorAgeFilesLines
...
* first pass removing 0.9.8 things from the ssl bindings (#2986)Paul Kehrer2016-06-201-26/+0
* Remove a few 0.9.8isms from the ssl bindings (#2998)Alex Gaynor2016-06-191-11/+0
* Remove some 0.9.8 code in x509 extension land (#2999)Alex Gaynor2016-06-191-44/+12
* Simplify and remove some 0.9.8 code from the EVP bindings (#2996)Alex Gaynor2016-06-191-6/+4
* Remove 0.9.8isms from CMS code. (#2997)Alex Gaynor2016-06-191-5/+0
* Removed 0.9.8 specific hmac code (#2995)Alex Gaynor2016-06-191-10/+4
* Remove 0.9.8 isms from the DSA and x509 verify bindings (#2993)Alex Gaynor2016-06-191-20/+0
* Remove a few more 0.9.8 bindings (#2994)Alex Gaynor2016-06-181-3/+0
* Simplify control flow now that the 0.9.8 branches are gone (#2989)Alex Gaynor2016-06-181-10/+0
* 0.9.8 error code conditionals no longer required (#2987)Paul Kehrer2016-06-181-19/+0
* remove 0.9.8 support from nid bindings (#2988)Paul Kehrer2016-06-181-6/+0
* remove unneeded AES conditionals now that we no longer support 0.9.8 (#2985)Paul Kehrer2016-06-181-4/+0
* Remove a binding and comments that reference 0.9.8 (#2984)Alex Gaynor2016-06-182-7/+4
* Removed some code that existed for OpenSSL 0.9.8 (#2983)Alex Gaynor2016-06-181-11/+3
* Drop OpenSSL 0.9.8 (#2978)Alex Gaynor2016-06-184-297/+30
* Small cleanup (#2979)Alex Gaynor2016-06-151-6/+1
* Add convenience methods to sign and verify w/ RSA (#2945)Colleen Murphy2016-06-042-0/+23
* RSA OAEP SHA2 Support (#2956)Paul Kehrer2016-06-042-16/+48
* added a repr to the dsa numbers classes (#2961)Alex Gaynor2016-06-031-0/+13
* A few more 1.1.0 compatibility changes (#2960)Paul Kehrer2016-06-031-3/+0
* SSH serialization for public keys (#2957)Alex Gaynor2016-06-035-14/+81
* small cleanups to the cert.serial warning (#2958)Alex Gaynor2016-06-031-1/+2
* Random grammar stuff (#2955)Alex Gaynor2016-06-021-1/+1
* Add alias for Certificate serial as serial number (#2950)Chelsea Winfree2016-06-021-0/+9
* Fixing typo in asymmetric utils (#2947)Chelsea Winfree2016-06-021-4/+2
* treat rsa struct as opaque (#2937)Paul Kehrer2016-06-011-12/+52
* treat DSA as opaque (#2936)Paul Kehrer2016-05-311-25/+109
* treat rsa struct as opaque (#2935)Paul Kehrer2016-05-311-11/+17
* KBKDF cleanup (#2929)Paul Kehrer2016-05-291-1/+1
* NIST SP 800-108 Counter Mode KDF (#2748)Jared2016-05-291-0/+148
* treat the DSA struct as opaque (#2883)Paul Kehrer2016-05-281-19/+45
* Fixed #2887 -- implement __hash__ on EC numbers classes (#2888)Alex Gaynor2016-04-301-0/+6
* Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868)Amaury Forgeot d'Arc2016-04-081-0/+9
* Handle two more error conditions correctlyAlex Gaynor2016-04-021-0/+6
* add EVP_PKEY_CTX_set_rsa_oaep_mdPaul Kehrer2016-03-251-0/+3
* DeprecationWarningAlex Gaynor2016-03-191-2/+1
* Use runtimeerror for thisAlex Gaynor2016-03-191-2/+1
* Fixed #2836 -- error out on OpenSSL 0.9.8 by defaultAlex Gaynor2016-03-191-14/+26
* slowly re-add everything that was removed, but now conditionalPaul Kehrer2016-03-171-0/+1
* sigh... and this onePaul Kehrer2016-03-171-0/+1
* need this one tooPaul Kehrer2016-03-171-0/+1
* we need CRYPTO_LOCK & CRYPTO_UNLOCK on < 1.1.0 so conditionally bind themPaul Kehrer2016-03-171-0/+4
* Merge pull request #2736 from cedk/ANSI_X.923Paul Kehrer2016-03-161-47/+125
|\
| * Don't use subclassCédric Krier2016-03-141-88/+112
| * Make _padding and _check_padding abstractmethodCédric Krier2016-02-271-2/+10
| * Add padding check for ANSI X.923Cédric Krier2016-02-271-1/+3
| * Factorize out common byte paddingCédric Krier2016-02-271-18/+33
| * Added support for padding ANSI X.923Cédric Krier2016-02-271-4/+33
* | move the code aroundAlex Gaynor2016-03-141-54/+54
* | delete software (flake8)Alex Gaynor2016-03-142-8/+3