File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ sudo: false
2
2
language : python
3
3
4
4
python :
5
+ - ' 3.4'
5
6
- ' 3.5'
6
7
- ' 3.6'
7
8
Original file line number Diff line number Diff line change @@ -114,11 +114,17 @@ Tested Compatibility
114
114
115
115
Things that should almost certainly work.
116
116
117
+ Python version:
118
+
119
+ * 3.4 (with `aenum `)
120
+ * 3.5 (with `aenum `)
121
+ * 3.6
122
+
117
123
PKCS#11 version:
118
124
119
125
* 2.4
120
126
121
- Libraries:
127
+ Devices/ Libraries:
122
128
123
129
* SoftHSMv2
124
130
* Thales nCipher (Security World)
@@ -133,6 +139,7 @@ Operations:
133
139
134
140
* Encrypt, Decrypt
135
141
* Sign, Verify
142
+ * Wrap, Unwrap
136
143
* Generate Key
137
144
* Generate Keypair
138
145
* Derive Key
@@ -143,6 +150,8 @@ Feel free to send pull requests for any functionality that's not exposed. The
143
150
code is designed to be readable and expose the PKCS#11 spec in a
144
151
straight-forward way.
145
152
153
+ If you want your device supported, get in touch!
154
+
146
155
More info on PKCS#11
147
156
--------------------
148
157
Original file line number Diff line number Diff line change 45
45
'License :: OSI Approved :: MIT License' ,
46
46
'Programming Language :: Python' ,
47
47
'Programming Language :: Python :: 3' ,
48
+ 'Programming Language :: Python :: 3.4' ,
48
49
'Programming Language :: Python :: 3.5' ,
49
50
'Programming Language :: Python :: 3.6' ,
50
51
'Topic :: Security :: Cryptography' ,
You can’t perform that action at this time.
0 commit comments