test: move x25519 keypair to fixtures/keys/ · nodejs/node@7ae23ab · GitHub
Skip to content

Commit 7ae23ab

Browse files
reasonablytallBridgeAR
authored andcommitted
test: move x25519 keypair to fixtures/keys/
PR-URL: #27962 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent adb0197 commit 7ae23ab

6 files changed

Lines changed: 16 additions & 8 deletions

File tree

test/fixtures/keys/Makefile

Lines changed: 8 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-----BEGIN PRIVATE KEY-----
2+
MC4CAQAwBQYDK2VuBCIEIJi/yFpueUawC1BkXyWM8ONIBGFjL7UZHrD/Zo/KPDpn
3+
-----END PRIVATE KEY-----
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-----BEGIN PUBLIC KEY-----
2+
MCowBQYDK2VuAyEAaSb8Q+RndwfNnPeOYGYPDUN3uhAPnMLzXyfi+mqfhig=
3+
-----END PUBLIC KEY-----

test/fixtures/test_x25519_privkey.pem

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/fixtures/test_x25519_pubkey.pem

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/parallel/test-crypto-key-objects.js

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)