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?

Re: [ANNOUNCE] NSS 3.22 Release

2016-02-03 Thread Tim Taubert
Kai Engert wrote: > The NSS team has released Network Security Services (NSS) 3.22, > which is a minor release. > > New functionality: > * RSA-PSS signatures are now supported (bug 1215295) > * Pseudorandom functions based on hashes other than SHA-1 are now supported To clarify: Our PBKDF2 implem

[ANNOUNCE] NSS 3.25.1 Release

2016-10-10 Thread Tim Taubert
The NSS Development Team announces the release of NSS 3.25.1, which is a patch release to address a TLS compatibility issue that some client applications experienced with NSS 3.25. No new functionality is introduced in this release. Notable Changes: * Bug 1304407 - Ignore MD5 signature algorithms

[ANNOUNCE] NSS 3.26.2 Release

2016-10-10 Thread Tim Taubert
The NSS Development Team announces the release of NSS 3.26.2, which is a patch release to address a TLS compatibility issue that some client applications experienced with NSS 3.26.1. No new functionality is introduced in this release. Notable Changes: * Bug 1304407 - Ignore MD5 signature algorith

[ANNOUNCE] NSS 3.29.3 Release

2017-03-06 Thread Tim Taubert
The NSS team has released Network Security Services (NSS) 3.29.3 No new functionality is introduced in this release. This is a patch release to fix a rare crash when initializing an SSL socket fails. The full release notes are available at https://developer.mozilla.org/en-US/docs/Mozilla/Projects

[ANNOUNCE] NSS 3.30 Release

2017-03-14 Thread Tim Taubert
The NSS team has released Network Security Services (NSS) 3.30 New in NSS 3.30: * In the PKCS#11 root CA module (nssckbi), CAs with positive trust are marked with a new boolean attribute, CKA_NSS_MOZILLA_CA_POLICY, set to true. Applications that need to distinguish them from other

[ANNOUNCE] NSS 3.31.1 Release

2017-08-08 Thread Tim Taubert
The NSS team has released Network Security Services (NSS) 3.31.1, which is a patch release to fix a potential deadlock with external PKCS#11 tokens. No new functionality is introduced in this release. The fix for the deadlock mentioned above is already included with NSS 3.32. The only change incl