forked from LudovicRousseau/PyKCS11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST
61 lines (61 loc) · 1.1 KB
/
MANIFEST
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
COPYING
Changes.txt
MANIFEST
Makefile
Makefile.win32
PyKCS11/LowLevel.py
PyKCS11/__init__.py
README.md
documentation.htm
pykcs11.rc
resource.h
run_test.py
samples/LowLevel/InitTokenPin.py
samples/LowLevel/dumpit.py
samples/LowLevel/rand.py
samples/LowLevel/test.py
samples/LowLevel/test1.py
samples/dumpit.py
samples/encrypt.py
samples/events.py
samples/generate.py
samples/genkeypair_import_cert.py
samples/getinfo.py
samples/modulus.py
samples/rsa_encrypt.py
samples/signature.py
samples/unblock.py
setup.py
src/ck_attribute_smart.cpp
src/ck_attribute_smart.h
src/dyn_generic.h
src/dyn_unix.c
src/dyn_win32.c
src/opensc/pkcs11.h
src/pkcs11lib.cpp
src/pkcs11lib.h
src/pykcs11.cpp
src/pykcs11.h
src/pykcs11.i
src/pykcs11_wrap.cpp
src/pykcs11string.cpp
src/pykcs11string.h
src/stdafx.cpp
src/stdafx.h
src/utility.cpp
src/utility.h
tests/__init__.py
tests/reset_softHSM.sh
tests/test_CK.py
tests/test_asymetric.py
tests/test_ckbytelist.py
tests/test_digest.py
tests/test_exception.py
tests/test_info.py
tests/test_init.py
tests/test_objects.py
tests/test_pin.py
tests/test_random.py
tests/test_symetric.py
tests/test_wrap.py
tox.ini