aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-11-20 21:27:00 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-11-29 17:19:45 -0600
commit22e80cb96e034679750a38702aaa55e30da05f69 (patch)
treea8fa871f152c83c03033f1dab8fed319eb3ec239 /docs/exceptions.rst
parentbdb6debe4a9a3ccba6648c56028f849c0e5b6a12 (diff)
downloadcryptography-22e80cb96e034679750a38702aaa55e30da05f69.tar.gz
cryptography-22e80cb96e034679750a38702aaa55e30da05f69.tar.bz2
cryptography-22e80cb96e034679750a38702aaa55e30da05f69.zip
GCM support
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r--docs/exceptions.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index c6f5a7cc..7ec3cd27 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -7,6 +7,11 @@ Exceptions
This is raised when a context is used after being finalized.
+.. class:: NotFinalized
+
+ This is raised when the AEAD tag property is accessed on a context
+ before it is finalized.
+
.. class:: UnsupportedAlgorithm