aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl
Commit message (Expand)AuthorAgeFilesLines
...
* change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)Paul Kehrer2016-11-181-4/+9
* Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)Paul Kehrer2016-11-131-0/+11
* add ec.private_key_from_secret_and_curve (#3225)Ofek Lev2016-11-111-0/+34
* Name: add support for multi-value RDNs (#3202)Fraser Tweedale2016-11-113-16/+28
* Make DistributionPoint relative_name a set of NameAttribute (#3210)Fraser Tweedale2016-11-071-2/+6
* support encoding IPv4Network and IPv6Network, useful for NameConstraints (#3182)Paul Kehrer2016-10-011-4/+15
* Resolved some more CFFI warnings; these are also unsigned (#3163)Alex Gaynor2016-09-221-2/+2
* fix warnings in cffi 1.8.3 due to wrong buffer types (#3155)Paul Kehrer2016-09-213-3/+3
* fix memory leak reported in #3134 (#3135)Paul Kehrer2016-09-041-0/+4
* fix inconsistency in utilization of block_size in openssl cipher impl (#3131)Paul Kehrer2016-09-021-7/+6
* Scrypt Implementation (#3117)Terry Chia2016-09-011-1/+13
* add support for signature_algorithm_oid to cert, CSR, and CRL (#3124)Paul Kehrer2016-08-311-18/+33
* blake2b/blake2s support (#3116)Paul Kehrer2016-08-282-4/+15
* OpenSSL 1.1.0 support (#2826)Paul Kehrer2016-08-261-1/+3
* constify and reorder getter args (#3103)Paul Kehrer2016-08-241-4/+4
* Add code style settings, new excludes, run 'test_x509_ext (Py3)' (#3041)Marti2016-08-021-5/+10
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-3/+3
* One shot sign/verification ECDSA (#3029)Aviv Palivoda2016-07-021-0/+10
* One shot sign/verify DSA (#3003)Aviv Palivoda2016-06-301-0/+10
* Fixed #3008 -- expose calculate max pss salt length (#3014)Alex Gaynor2016-06-271-11/+7
* Use DSAparams_dup in yet another please (#3007)Alex Gaynor2016-06-201-27/+2
* use DSAparams_dup now that we no longer support 0.9.8 (#3006)Paul Kehrer2016-06-202-35/+4
* Rewrite a comment. (#3004)Alex Gaynor2016-06-201-4/+4
* More cleanup of the EVP module for 0.9.8isms (#3000)Alex Gaynor2016-06-201-2/+2
* 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
* Removed 0.9.8 specific hmac code (#2995)Alex Gaynor2016-06-191-10/+4
* Simplify control flow now that the 0.9.8 branches are gone (#2989)Alex Gaynor2016-06-181-10/+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-182-261/+29
* Small cleanup (#2979)Alex Gaynor2016-06-151-6/+1
* Add convenience methods to sign and verify w/ RSA (#2945)Colleen Murphy2016-06-041-0/+11
* RSA OAEP SHA2 Support (#2956)Paul Kehrer2016-06-042-16/+48
* SSH serialization for public keys (#2957)Alex Gaynor2016-06-034-2/+56
* 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
* 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
* treat the DSA struct as opaque (#2883)Paul Kehrer2016-05-281-19/+45
* move the code aroundAlex Gaynor2016-03-141-54/+54
* delete software (flake8)Alex Gaynor2016-03-142-8/+3
* Fixed #2747 -- allow creating x509 exts with unknown extensionsAlex Gaynor2016-03-142-33/+55
* wrong assertPaul Kehrer2016-03-131-1/+1
* support PolicyConstraints in the CertificateBuilderPaul Kehrer2016-03-131-0/+18
* Merge pull request #2809 from reaperhulk/110-patch-28Alex Gaynor2016-03-131-10/+34
|\
| * add 5 accessor functions that exist in 1.1.0 to help opaque x509 structsPaul Kehrer2016-03-111-10/+34
* | Merge pull request #2818 from reaperhulk/simplify-extension-creationAlex Gaynor2016-03-132-67/+48
|\ \