incref the X509Req when returning an X509Name from get_subject which refers to it; this prevents a segfault if the X509Name outlives the X509Req; update docs to reflect this and to reflect previous similar changes which were apparently made to X509.get_subject and X509.get_issuer
diff --git a/doc/html/openssl-x509store.html b/doc/html/openssl-x509store.html
index cd68eca..64fb2f3 100644
--- a/doc/html/openssl-x509store.html
+++ b/doc/html/openssl-x509store.html
@@ -47,14 +47,16 @@
<BR>
3.1.4 X509Store objects
</H3>
+
<P>
-<EM><EM><EM>The X509Store object has currently just one method:
-</EM></EM></EM>
+The X509Store object has currently just one method:
+
<P>
<dl><dt><b><a name='l2h-63'><tt class='method'>add_cert</tt></a></b>(<var>cert</var>)
<dd>
Add the certificate <var>cert</var> to the certificate store.
</dl>
+
<P>
<DIV CLASS="navigation">