tests: Move keys into ./tests/keys/ and add a third ed25519 key.
authorAttila Lendvai <attila@lendvai.name>
Tue, 21 Dec 2021 21:56:10 +0000 (22:56 +0100)
committerMathieu Othacehe <othacehe@gnu.org>
Wed, 22 Dec 2021 09:53:19 +0000 (10:53 +0100)
commit9ebc9ca070a21ba0aeb3f61202a8071bb250ccc8
treef29313e0c83112cf7aceeec893f1ee68135af78b
parent5b8ae331f73d970e29566b82c9fe36aa0d77ccb7
tests: Move keys into ./tests/keys/ and add a third ed25519 key.

The third key will be used in an upcoming commit.

Rename public keys to .pub.

* guix/tests/gnupg.scm (%ed25519-3-public-key-file): New variable.
(%ed25519-3-secret-key-file): New variable.
(%ed25519-2-public-key-file): Renamed from %ed25519bis-public-key-file.
(%ed25519-2-secret-key-file): Renamed from %ed25519bis-secret-key-file.
* tests/keys/ed25519-3.key: New file.
* tests/keys/ed25519-3.sec: New file.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
18 files changed:
Makefile.am
build-aux/test-env.in
guix/tests/gnupg.scm
tests/channels.scm
tests/git-authenticate.scm
tests/guix-authenticate.sh
tests/keys/civodul.pub [moved from tests/civodul.key with 100% similarity]
tests/keys/dsa.pub [moved from tests/dsa.key with 100% similarity]
tests/keys/ed25519-2.pub [moved from tests/ed25519bis.key with 100% similarity]
tests/keys/ed25519-2.sec [moved from tests/ed25519bis.sec with 100% similarity]
tests/keys/ed25519-3.pub [new file with mode: 0644]
tests/keys/ed25519-3.sec [new file with mode: 0644]
tests/keys/ed25519.pub [moved from tests/ed25519.key with 100% similarity]
tests/keys/ed25519.sec [moved from tests/ed25519.sec with 100% similarity]
tests/keys/rsa.pub [moved from tests/rsa.key with 100% similarity]
tests/keys/signing-key.pub [moved from tests/signing-key.pub with 100% similarity]
tests/keys/signing-key.sec [moved from tests/signing-key.sec with 100% similarity]
tests/openpgp.scm