From da12b4f09752f192eb66a2a044e40a086025237c Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 6 Jan 2010 14:20:48 +0000 Subject: Rename project to p11-log --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 4b5955b..c613fcf 100644 --- a/README +++ b/README @@ -1,15 +1,15 @@ -cryptoki-log: A PKCS#11 log module +p11-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. +p11-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 +# export P11_LOG_MODULE=/usr/lib/firefox/libnssckbi.so +# export P11_LOG_FILE=/tmp/p11.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 +# ln -s /usr/lib/p11-log.so /usr/lib/firefox/libnssckbi.so # firefox # mv /usr/lib/firefox/libnssckbi.so.real /usr/lib/firefox/libnssckbi.so -- cgit v1.2.3