Loading CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -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] Loading crypto/x509/x509_obj.c +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -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] Loading
crypto/x509/x509_obj.c +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading