Add more access to certificate extension data
diff --git a/ChangeLog b/ChangeLog
index 8445143..7472b3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-04-06  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
+
+	* OpenSSL/crypto/x509.c: Add get_extension_count and get_extension
+	  to the X509 type, allowing read access to certificate extensions.
+
+	* OpenSSL/crypto/x509ext.c: Add get_short_name and get_data to the
+	  X509Extension type, allowing read access to the contents of an
+	  extension.
+
 2011-03-21  Olivier Hervieu <lp:~ohe>
 
 	* OpenSSL/ssl/ssl.c: Expose a number of symbolic constants for