Warning, /pim/trojita/tests/Cryptography/batch-keygen is written in an unsupported language. File is not indexed.

0001 # Copyright (C) 2015 Stephan Platz <trojita@paalsteek.de>
0002 #
0003 # This file is part of the Trojita Qt IMAP e-mail client,
0004 # http://trojita.flaska.net/
0005 #
0006 # This program is free software; you can redistribute it and/or
0007 # modify it under the terms of the GNU General Public License as
0008 # published by the Free Software Foundation; either version 2 of
0009 # the License or (at your option) version 3 or any later version
0010 # accepted by the membership of KDE e.V. (or its successor approved
0011 # by the membership of KDE e.V.), which shall act as a proxy
0012 # defined in Section 14 of version 3 of the license.
0013 #
0014 # This program is distributed in the hope that it will be useful,
0015 # but WITHOUT ANY WARRANTY; without even the implied warranty of
0016 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0017 # GNU General Public License for more details.
0018 #
0019 # You should have received a copy of the GNU General Public License
0020 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
0021 
0022 # We only use this key for testing, so not cryptographic strength required
0023 %transient-key
0024 %no-protection
0025 
0026 %echo Generating key for valid encryptions and signatures
0027 Key-Type: RSA
0028 Subkey-Type: RSA
0029 Key-Length: 1024
0030 Subkey-Length: 1024
0031 Name-Real: Valid
0032 Name-Email: valid@test.trojita.flaska.net
0033 Expire-Date: 0
0034 
0035 %commit
0036 %echo Generating key for expired encryptions and signatures
0037 Key-Type: RSA
0038 Subkey-Type: RSA
0039 Key-Length: 1024
0040 Subkey-Length: 1024
0041 Name-Real: Expired
0042 Name-Email: expired@test.trojita.flaska.net
0043 # The key has to be valid until we generated the required messages
0044 Expire-Date: 0
0045 
0046 %commit
0047 %echo Generating key that will be deleted after message generation
0048 Key-Type: RSA
0049 Subkey-Type: RSA
0050 Key-Length: 1024
0051 Subkey-Length: 1024
0052 Name-Real: Unknown
0053 Name-Email: unknown@test.trojita.flaska.net
0054 Expire-Date: 0
0055 
0056 %commit
0057 %echo Generating a key which will be used for signature verification, where the private key will be removed
0058 Key-Type: RSA
0059 Subkey-Type: RSA
0060 Key-Length: 1024
0061 Subkey-Length: 1024
0062 Name-Real: Some Signer
0063 Name-Email: some.signer@example.org
0064 Expire-Date: 0
0065 
0066 %commit
0067 %echo Keys generated