mirror of
git://git.gnupg.org/gnupg.git
synced 2024-10-31 20:08:43 +01:00
14 lines
295 B
Scheme
14 lines
295 B
Scheme
|
#!/usr/bin/env gpgscm
|
||
|
|
||
|
;; Copyright (C) 2021 James.Bottomley@HansenPartnership.com
|
||
|
;;
|
||
|
;; 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 <rsa@example.com>" "rsa2048")
|