add alt name copying for cert gen

This commit is contained in:
toddouska
2011-10-07 16:50:32 -07:00
parent 340f275a8a
commit 2021461d7c
5 changed files with 154 additions and 20 deletions

View File

@@ -1298,7 +1298,7 @@ int rsa_test()
ret = SetIssuer(&myCert, caCertFile);
if (ret < 0)
return -406;
return -405;
certSz = MakeCert(&myCert, derCert, sizeof(derCert), &key, &rng);
if (certSz < 0)