blob: aaae3527633b697ce785db079137f60d283d7e8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/env gpgscm
;; Copyright (C) 2021 [email protected]
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
(load (in-srcdir "tests" "tpm2dtests" "defs.scm"))
(setup-environment)
(setenv "PINENTRY_USER_DATA" "rsakey" #t)
(test-tpm "rsa <[email protected]>" "rsa2048")
|