File: SOURCES.txt

package info (click to toggle)
python-pskc 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,192 kB
  • sloc: python: 1,844; xml: 151; makefile: 22; sh: 9
file content (158 lines) | stat: -rw-r--r-- 5,026 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
.gitignore
COPYING
ChangeLog
MANIFEST.in
NEWS
README
csv2pskc.py
pskc2csv.py
pskc2pskc.py
setup.cfg
setup.py
tox.ini
.github/workflows/test.yml
docs/changes.rst
docs/conf.py
docs/csv2pskc.rst
docs/encryption.rst
docs/exceptions.rst
docs/index.rst
docs/mac.rst
docs/policy.rst
docs/pskc2csv.rst
docs/pskc2pskc.rst
docs/scripts.rst
docs/signatures.rst
docs/usage.rst
docs/_templates/autosummary/module.rst
pskc/__init__.py
pskc/algorithms.py
pskc/device.py
pskc/encryption.py
pskc/exceptions.py
pskc/key.py
pskc/mac.py
pskc/parser.py
pskc/policy.py
pskc/serialiser.py
pskc/signature.py
pskc/xml.py
pskc/crypto/__init__.py
pskc/crypto/aeskw.py
pskc/crypto/tripledeskw.py
pskc/scripts/__init__.py
pskc/scripts/csv2pskc.py
pskc/scripts/pskc2csv.py
pskc/scripts/pskc2pskc.py
pskc/scripts/util.py
python_pskc.egg-info/PKG-INFO
python_pskc.egg-info/SOURCES.txt
python_pskc.egg-info/dependency_links.txt
python_pskc.egg-info/entry_points.txt
python_pskc.egg-info/requires.txt
python_pskc.egg-info/top_level.txt
tests/test_actividentity.doctest
tests/test_aeskw.doctest
tests/test_csv2pskc.doctest
tests/test_draft_hoyer_keyprov_portable_symmetric_key_container.doctest
tests/test_draft_ietf_keyprov_pskc_02.doctest
tests/test_draft_keyprov.doctest
tests/test_encryption.doctest
tests/test_feitian.doctest
tests/test_invalid.doctest
tests/test_mac.doctest
tests/test_misc.doctest
tests/test_multiotp.doctest
tests/test_nagraid.doctest
tests/test_pskc2csv.doctest
tests/test_pskc2pskc.doctest
tests/test_rfc6030.doctest
tests/test_signature.doctest
tests/test_tripledeskw.doctest
tests/test_write.doctest
tests/test_yubico.doctest
tests/actividentity/test.pskcxml
tests/certificate/README
tests/certificate/ca-certificate.pem
tests/certificate/ca-key.pem
tests/certificate/certificate.pem
tests/certificate/key.pem
tests/certificate/request.pem
tests/certificate/ss-certificate.pem
tests/draft-hoyer-keyprov-portable-symmetric-key-container-00/non-encrypted.pskcxml
tests/draft-hoyer-keyprov-portable-symmetric-key-container-00/password-encrypted.pskcxml
tests/draft-hoyer-keyprov-portable-symmetric-key-container-01/non-encrypted.pskcxml
tests/draft-hoyer-keyprov-portable-symmetric-key-container-01/password-encrypted.pskcxml
tests/draft-hoyer-keyprov-pskc-algorithm-profiles-01/actividentity-3des.pskcxml
tests/draft-hoyer-keyprov-pskc-algorithm-profiles-01/ocra.pskcxml
tests/draft-hoyer-keyprov-pskc-algorithm-profiles-01/securid-aes-counter.pskcxml
tests/draft-hoyer-keyprov-pskc-algorithm-profiles-01/totp.pskcxml
tests/draft-ietf-keyprov-pskc-02/figure2.pskcxml
tests/draft-ietf-keyprov-pskc-02/figure3.pskcxml
tests/draft-ietf-keyprov-pskc-02/figure4.pskcxml
tests/draft-ietf-keyprov-pskc-02/figure5.pskcxml
tests/draft-ietf-keyprov-pskc-02/figure6.pskcxml
tests/draft-ietf-keyprov-pskc-02/figure7.pskcxml
tests/draft-ietf-keyprov-pskc-02/figure8.pskcxml
tests/draft-ietf-keyprov-pskc-02/figure9.pskcxml
tests/encryption/aes128-cbc-noiv.pskcxml
tests/encryption/aes128-cbc.pskcxml
tests/encryption/aes192-cbc.pskcxml
tests/encryption/aes256-cbc.pskcxml
tests/encryption/camellia128-cbc.pskcxml
tests/encryption/camellia192-cbc.pskcxml
tests/encryption/camellia256-cbc.pskcxml
tests/encryption/kw-aes128.pskcxml
tests/encryption/kw-aes192.pskcxml
tests/encryption/kw-aes256.pskcxml
tests/encryption/kw-camellia128.pskcxml
tests/encryption/kw-camellia192.pskcxml
tests/encryption/kw-camellia256.pskcxml
tests/encryption/kw-tripledes.pskcxml
tests/encryption/mac-over-plaintext.pskcxml
tests/encryption/no-mac-key.pskcxml
tests/encryption/tripledes-cbc.pskcxml
tests/feitian/20120919-test001-4282.xml
tests/feitian/file1.pskcxml
tests/invalid/incomplete-derivation.pskcxml
tests/invalid/mac-algorithm.pskcxml
tests/invalid/mac-value.pskcxml
tests/invalid/missing-encryption-method.pskcxml
tests/invalid/missing-encryption.pskcxml
tests/invalid/no-mac-method.pskcxml
tests/invalid/not-boolean.pskcxml
tests/invalid/not-integer.pskcxml
tests/invalid/not-integer2.pskcxml
tests/invalid/notxml.pskcxml
tests/invalid/unknown-encryption.pskcxml
tests/invalid/wrongelement.pskcxml
tests/invalid/wrongversion.pskcxml
tests/misc/SampleFullyQualifiedNS.xml
tests/misc/checkdigits.pskcxml
tests/misc/integers.pskcxml
tests/misc/odd-namespace.pskcxml
tests/misc/partialxml.pskcxml
tests/misc/policy.pskcxml
tests/multiotp/pskc-hotp-aes.txt
tests/multiotp/pskc-hotp-pbe.txt
tests/multiotp/pskc-totp-aes.txt
tests/multiotp/pskc-totp-pbe.txt
tests/multiotp/tokens_hotp_aes.pskc
tests/multiotp/tokens_hotp_pbe.pskc
tests/multiotp/tokens_ocra_aes.pskc
tests/multiotp/tokens_ocra_pbe.pskc
tests/multiotp/tokens_totp_aes.pskc
tests/multiotp/tokens_totp_pbe.pskc
tests/nagraid/file1.pskcxml
tests/rfc6030/figure10.pskcxml
tests/rfc6030/figure2.pskcxml
tests/rfc6030/figure3.pskcxml
tests/rfc6030/figure4.pskcxml
tests/rfc6030/figure5.pskcxml
tests/rfc6030/figure6.pskcxml
tests/rfc6030/figure7.pskcxml
tests/rfc6030/figure8.pskcxml
tests/rfc6030/figure9.pskcxml
tests/yubico/example1.pskcxml
tests/yubico/example2.pskcxml
tests/yubico/example3.pskcxml