diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-11-03 05:49:25 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-02 17:49:25 -0400 |
| commit | e333fa32792c13b38c0a8affdb2eb6cde93208ce (patch) | |
| tree | ec64a7be13c4de4fd281a2689c362aefe6107260 /docs/development | |
| parent | 1040b39be5ddfaa1fc2a0b2c22780a832cd39aaf (diff) | |
| download | cryptography-e333fa32792c13b38c0a8affdb2eb6cde93208ce.tar.gz | |
deprecate backend part 4 of n (#6522)
Diffstat (limited to 'docs/development')
| -rw-r--r-- | docs/development/reviewing-patches.rst | 2 | ||||
| -rw-r--r-- | docs/development/submitting-patches.rst | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/docs/development/reviewing-patches.rst b/docs/development/reviewing-patches.rst index d3d66482a..98df23d90 100644 --- a/docs/development/reviewing-patches.rst +++ b/docs/development/reviewing-patches.rst @@ -16,7 +16,7 @@ Intent Architecture ------------ -* Is the proposed change being made in the correct place? Is it a fix in a +* Is the proposed change being made in the correct place? Is it a fix in the backend when it should be in the primitives? Implementation diff --git a/docs/development/submitting-patches.rst b/docs/development/submitting-patches.rst index e6f8abc65..6c03bce2c 100644 --- a/docs/development/submitting-patches.rst +++ b/docs/development/submitting-patches.rst @@ -75,10 +75,6 @@ Every recipe should include a version or algorithmic marker of some sort in its output in order to allow transparent upgrading of the algorithms in use, as the algorithms or parameters needed to achieve a given security margin evolve. -APIs at the :doc:`/hazmat/primitives/index` and recipes layer should -automatically use the :func:`~cryptography.hazmat.backends.default_backend`, -but optionally allow specifying a different backend. - C bindings ~~~~~~~~~~ |
