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 83591f2 commit 28e1f40Copy full SHA for 28e1f40
1 file changed
Doc/library/ssl.rst
@@ -268,7 +268,9 @@ Exceptions
268
item of the list is the top of the queue. If :attr:`reason` is not enough
269
to diagnose a problem, OpenSSL may report more detail through this queue.
270
The format of the strings follows that of OpenSSL's
271
- `ERR_error_string <https://docs.openssl.org/master/man3/ERR_error_string/>`_.
+ `ERR_error_string <https://docs.openssl.org/master/man3/ERR_error_string/>`_,
272
+ and may change between OpenSSL versions (i.e. do not rely on the exact
273
+ wording of these messages).
274
275
.. versionadded:: 3.16
276
0 commit comments