From 533dd8d97854b3fcb68f587eae18cabac166558c Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 25 Apr 2007 16:43:17 +0000 Subject: Import the cryptoki-log module --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..4b5955b --- /dev/null +++ b/README @@ -0,0 +1,16 @@ +cryptoki-log: A PKCS#11 log module + +cryptoki-log is a PKCS#11 module which filters requests for any other module and prints out the calls either to stderr or a file. This is only useful to developers working with PKCS#11. + +Don't use this unless you understand why you want to. + +Here's how to log all calls to firefox's libnssckbi.so module: + +# export CRYPTOKI_LOG_MODULE=/usr/lib/firefox/libnssckbi.so +# export CRYPTOKI_LOG_FILE=/tmp/cryptoki.log +# mv /usr/lib/firefox/libnssckbi.so /usr/lib/firefox/libnssckbi.so.real +# ln -s /usr/lib/cryptoki-log.so /usr/lib/firefox/libnssckbi.so +# firefox +# mv /usr/lib/firefox/libnssckbi.so.real /usr/lib/firefox/libnssckbi.so + + -- cgit v1.2.3