]> git.ipfire.org Git - thirdparty/bind9.git/commit
pkcs11 rt20225
authorFrancis Dupont <fdupont@isc.org>
Mon, 5 Oct 2009 12:07:08 +0000 (12:07 +0000)
committerFrancis Dupont <fdupont@isc.org>
Mon, 5 Oct 2009 12:07:08 +0000 (12:07 +0000)
commita631b30b1ddd8b2ea780371d0d99ba1c05bc7e42
tree1a86a42440ab87507b722d038b281a06ae03ccbd
parent78e0199a3920d7f9d7aa8b5cc0e14f6ecf9ee0fb
pkcs11 rt20225
17 files changed:
bin/Makefile.in
bin/pkcs11/.cvsignore
bin/pkcs11/Makefile.in [new file with mode: 0644]
bin/pkcs11/include/pkcs11.h [new file with mode: 0644]
bin/pkcs11/include/pkcs11f.h [new file with mode: 0644]
bin/pkcs11/include/pkcs11t.h [new file with mode: 0644]
bin/pkcs11/pkcs11-destroy.c
bin/pkcs11/pkcs11-destroy.docbook [new file with mode: 0644]
bin/pkcs11/pkcs11-keygen.c
bin/pkcs11/pkcs11-keygen.docbook [new file with mode: 0644]
bin/pkcs11/pkcs11-list.c
bin/pkcs11/pkcs11-list.docbook [new file with mode: 0644]
bin/pkcs11/unix/cryptoki.h [new file with mode: 0644]
bin/pkcs11/unix/unix.c [new file with mode: 0644]
bin/pkcs11/win32/cryptoki.h [new file with mode: 0644]
bin/pkcs11/win32/win32.c [new file with mode: 0644]
configure.in