aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/testdata
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-15 17:14:54 +0700
committerShulhan <ms@kilabit.info>2026-01-15 17:26:33 +0700
commit7db8c302e1396eda40cd6a1e57f58ed791448556 (patch)
tree89231c859d728deff0582d276f1b809243b6b2f2 /lib/crypto/testdata
parentb1f8d27c7e22eb5624c56e890e51f0a34c7b9606 (diff)
downloadpakakeh.go-7db8c302e1396eda40cd6a1e57f58ed791448556.tar.xz
all: convert license and copyright to use SPDX identifiers
With help of spdxconv tool [1], we able to bulk update all files license and copyright format to comply with SPDX formats. [1] https://kilabit.info/project/spdxconv/
Diffstat (limited to 'lib/crypto/testdata')
-rwxr-xr-xlib/crypto/testdata/askpass.sh2
-rw-r--r--lib/crypto/testdata/encrypt_oaep_test.txt3
2 files changed, 5 insertions, 0 deletions
diff --git a/lib/crypto/testdata/askpass.sh b/lib/crypto/testdata/askpass.sh
index 13ded5d5..d63c25be 100755
--- a/lib/crypto/testdata/askpass.sh
+++ b/lib/crypto/testdata/askpass.sh
@@ -1,3 +1,5 @@
#!/bin/sh
+# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-FileCopyrightText: 2023 M. Shulhan <ms@kilabit.info>
echo s3cret
diff --git a/lib/crypto/testdata/encrypt_oaep_test.txt b/lib/crypto/testdata/encrypt_oaep_test.txt
index e536a572..9fd613a3 100644
--- a/lib/crypto/testdata/encrypt_oaep_test.txt
+++ b/lib/crypto/testdata/encrypt_oaep_test.txt
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: BSD-3-Clause
+// SPDX-FileCopyrightText: 2018 M. Shulhan <ms@kilabit.info>
+
Test encrypt and decrypt large message.
>>> private_key.pem