Commit 0c6fa13f authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

In order to get the expected self signed error when

calling X509_verify_cert() in x509.c the cert should
not be added to the trusted store.
parent 68f0bcfb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@
 OpenSSL CHANGES
 _______________

 Changes between 0.9.7c and 0.9.7d  [xx XXX XXXX]

  *)

 Changes between 0.9.7b and 0.9.7c  [30 Sep 2003]

  *) Fix various bugs revealed by running the NISCC test suite:
+2 −2
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@
 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
 *  major minor fix final patch/beta)
 */
#define OPENSSL_VERSION_NUMBER	0x0090703fL
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.7c 30 Sep 2003"
#define OPENSSL_VERSION_NUMBER	0x00907040L
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.7d-dev xx XXX XXXX"
#define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT