Re: Updates to the Server Side TLS guide

2014-10-28 Thread Hubert Kario
On Saturday 25 October 2014 14:26:59 Julien Vehent wrote: > Thank you Hubert from starting this discussion. I think this can be the > base for version 4 of the document. > > On 2014-10-20 08:10, Hubert Kario wrote: > > The items that probably should be changed or added: > > * curves weaker than s

Re: How do I use pbkdf2 in nss?

2014-10-28 Thread Tim Taubert
The WebCrypto API implementation in Firefox uses NSS to provide PBKDF2: http://hg.mozilla.org/mozilla-central/file/a255a234946e/dom/crypto/WebCryptoTask.cpp#l2333 Most of the stuff you're probably interested in happens in DoCrypto(). - Tim sdjfhas dufh wrote: > How do I use pbkdf2 in lib nss?