Now that the DN encoding works more correct, we have to update the

default key.
This commit is contained in:
Werner Koch 2001-12-13 09:33:36 +00:00
parent 9e241878a6
commit c3567c42b7
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ get_default_signer (void)
{
// const char key[] = "1.2.840.113549.1.9.1=#7472757374407765622E6465#,CN=WEB.DE TrustCenter,OU=TrustCenter,O=WEB.DE AG,L=D-76227 Karlsruhe,C=DE";
const char key[] =
"CN=test cert 1,OU=Aegypten Project,O=g10 Code GmbH,L=#44FC7373656C646F7266#,C=DE";
"CN=test cert 1,OU=Aegypten Project,O=g10 Code GmbH,L=Düsseldorf,C=DE";
KsbaCert cert = NULL;
KEYDB_HANDLE kh = NULL;