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

Handle empty X509_NAME in printing routines.

parent 9fa57863
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@

 Changes between 0.9.6a and 0.9.6b  [XX xxx XXXX]

  *) Handle special case when X509_NAME is empty in X509 printing routines.
     [Steve Henson]

  *) In dsa_do_verify (crypto/dsa/dsa_ossl.c), verify that r and s are
     positive and less than q.
     [Bodo Moeller]
+2 −0
Original line number Diff line number Diff line
@@ -214,6 +214,8 @@ int i;
		}
	else
		p=buf;
	if (i == 0)
		*p = '\0';
	return(p);
err:
	X509err(X509_F_X509_NAME_ONELINE,ERR_R_MALLOC_FAILURE);