We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bf6a1 commit 1dc064aCopy full SHA for 1dc064a
docs/x509/verification.rst
@@ -277,6 +277,10 @@ the root of trust:
277
The default policies used are those returned by :meth:`ExtensionPolicy.webpki_defaults_ee`
278
and :meth:`ExtensionPolicy.webpki_defaults_ca`.
279
280
+ .. warning::
281
+ If the PolicyBuilder will be used to build a :class:`ServerVerifier`, the EE extension policy
282
+ `must require` the :class:`~cryptography.x509.SubjectAlternativeName` extension to be present.
283
+
284
:param ExtensionPolicy new_ca_policy: The CA extension policy to use.
285
:param ExtensionPolicy new_ee_policy: The EE extension policy to use.
286
0 commit comments