cryptography/docs/development
Aviv Palivoda e44efb634f DH subgroup order (q) (#3369)
* Support DH q (subgroup order)

* Change RFC5114.txt to NIST format

* Add tests for DH q

* Update docs for DH q

* Fix pep8

* Improve test covergae for DH q

* Create _dh_params_dup that copy q if DHparams_dup don't

On OpenSSL < 1.0.2 DHparams_dup don't copy q. _dh_params_dup
call DHparams_dup and if the version is smaller than 1.0.2
copy q manually

* Copy q manually on libressl

* Add to test vectors serialized RFC5114 2048 bit DH parameters with 224 bit subgroup

* Support serialization of DH with q

* Add tests for serialization of DH with q

* Support DH serialization with q only if Cryptography_HAS_EVP_PKEY_DHX is true

* Raise exception when trying to serialize DH X9.42 when not supported

* raise unsupported key type when deserilizing DH X9.42 if not supported

* pep8 fixes

* Fix test_serialization

* Add dhx_serialization_supported method to DHBacked

* document q in dh_parameters_supported

* Rename dhx_serialization_supported to dh_x942_serialization_supported
2017-03-05 22:24:55 -04:00
..
custom-vectors Random flake8 cleanups for the latest release (#3242) 2016-11-15 12:27:31 +08:00
c-bindings.rst Drop 1.0.0 (#3312) 2016-12-13 20:05:35 -06:00
getting-started.rst This is HTTPS now (#3407) 2017-02-18 11:52:50 -06:00
index.rst Add C bindings document to index 2014-06-23 14:05:22 +02:00
reviewing-patches.rst Make code review docs friendlier 2014-03-29 13:26:10 +00:00
submitting-patches.rst Add recommendation about terminology (#3079) 2016-08-02 22:25:49 -04:00
test-vectors.rst DH subgroup order (q) (#3369) 2017-03-05 22:24:55 -04:00