Re: Road to RC4-free web (the case for YouTube without RC4)

2014-11-07 Thread Kosuke Kaizuka
On Thu, 23 Oct 2014 01:35:08 +0900, Kosuke Kaizuka wrote:> On Wed, 22 Oct 2014 00:59:53 -0700, Brian Smith wrote: >> On Sun, Jun 29, 2014 at 11:18 AM, Hubert Kario wrote: >> >>> The number of sites that prefer RC4 while still supporting other ciphers >>> are >>> very high (18.6% in June[1], effect

Re: NSS modutil: Adding PKCS#11 module with PIN to nssdb

2014-11-07 Thread helpcrypto helpcrypto
For such a tricky thing, although I dont like it, you could use a "proxy" library, like PKCS11SPY which forwards every call to your library, but sends the PIN when needed / at first use if your token is present (to avoid locking other cards). If you need such behaviour, why just dont use NSS keyst