diff options
| author | Werner Koch <[email protected]> | 2001-12-13 09:33:36 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2001-12-13 09:33:36 +0000 |
| commit | c3567c42b733d3d49a1f948bae6462b5ae48e84d (patch) | |
| tree | a4c6c04c2aba4297da107fb377808cdba79268a1 | |
| parent | Made decryption work in --server mode, allow output of plain base64, (diff) | |
| download | gnupg-c3567c42b733d3d49a1f948bae6462b5ae48e84d.tar.gz gnupg-c3567c42b733d3d49a1f948bae6462b5ae48e84d.zip | |
Now that the DN encoding works more correct, we have to update the
default key.
| -rw-r--r-- | sm/sign.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
