summaryrefslogtreecommitdiffstats
path: root/security/nss/lib/softoken/pkcs11c.c
Commit message (Collapse)AuthorAgeLines
* [NSS] Bug 1586176 - EncryptUpdate should use maxout not block size.Craig Disselkoen2019-12-06-1/+1
|
* Support longer (up to RFC maximum) HKDF outputswolfbeast2019-10-24-8/+25
| | | | | | HKDF-Expand enforces a maximum output length much shorter than stated in the RFC. This patch aligns the implementation with the RFC by allocating more output space when necessary.
* Don't unnecessarily strip leading 0's from key material during PKCS11 import.wolfbeast2019-07-17-1/+1
|
* Update NSS to 3.41wolfbeast2018-12-15-1/+1
|
* Update NSS to 3.38wolfbeast2018-08-14-12/+104
| | | | | | | | | | | | | - Added HACL*Poly1305 32-bit (INRIA/Microsoft) - Updated to final TLS 1.3 draft version (28) - Removed TLS 1.3 prerelease draft limit check - Removed NPN code - Enabled dev/urandom-only RNG on Linux with NSS_SEED_ONLY_DEV_URANDOM for non-standard environments - Fixed several bugs with TLS 1.3 negotiation - Updated internal certificate store - Added support for the TLS Record Size Limit Extension. - Fixed CVE-2018-0495 - Various security fixes in the ASN.1 code.
* Update NSS to 3.35-RTMwolfbeast2018-06-05-33/+206
|
* Revert "Update NSS to 3.35-RTM"wolfbeast2018-04-25-206/+33
| | | | This reverts commit f1a0f0a56fdd0fc39f255174ce08c06b91c66c94.
* Update NSS to 3.35-RTMwolfbeast2018-02-23-33/+206
|
* Update NSS to 3.32.1-RTMwolfbeast2018-02-06-14/+57
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+7797