:py:mod:`pylibressl.exceptions` =============================== .. py:module:: pylibressl.exceptions .. autoapi-nested-parse:: Cryptomodule exceptions Module Contents --------------- .. py:exception:: DigestReuseError Bases: :py:obj:`Exception` Raised when BaseHash.update() is called after BaseHash.digest(). .. py:exception:: PaddingError Bases: :py:obj:`Exception` Raised when decrypting message with incorrect padding using block cipher. .. py:exception:: AuthencityError Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: RSAKeyError Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: LibreSSLError(message, err_code) Bases: :py:obj:`Exception` Common base class for all non-exit exceptions.