add test vectors for directory name and ip address SAN names
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 69f54d3..aba7287 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -148,6 +148,10 @@
 * ``san_uri_with_port.pem`` - An RSA 2048 bit self-signed certificate
   containing a subject alternative name extension with various
   ``uniformResourceIdentifier`` values.
+* ``san_ipaddr.pem`` - An RSA 2048 bit self-signed certificate containing a
+  subject alternative name extension with an ``iPAddress`` value.
+* ``san_dirname.pem`` - An RSA 2048 bit self-signed certificate containing a
+  subject alternative name extension with a ``directoryName`` value.
 
 Custom X.509 Request Vectors
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~