Output validated cert text to stdout, otherwise the QA scripts think there is a failure.
git-svn-id: svn://10.0.0.236/trunk@107742 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -274,7 +274,7 @@ mySSLAuthCertificate(void *arg, PRFileDesc *fd, PRBool checkSig,
|
||||
rv = SSL_AuthCertificate(arg, fd, checkSig, isServer);
|
||||
|
||||
if (rv == SECSuccess) {
|
||||
fputs("selfserv: -- SSL3: Certificate Validated.\n", stderr);
|
||||
PRINTF("selfserv: -- SSL3: Certificate Validated.\n");
|
||||
} else {
|
||||
int err = PR_GetError();
|
||||
FPRINTF(stderr, "selfserv: -- SSL3: Certificate Invalid, err %d.\n%s\n",
|
||||
|
||||
Reference in New Issue
Block a user