summaryrefslogtreecommitdiff
path: root/lib/pk11wrap/pk11obj.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 1552254 internal_error alert on Certificate Request with sha1+ecdsa in TL...Robert Relyea2022-03-181-1/+4
* Bug 1710773 NSS needs FIPS 180-3 FIPS indicators. r=mtRobert Relyea2021-05-111-0/+15
* Bug 1680400 - Fix memory leak in PK11_UnwrapPrivKey. r=bbeurdoucheNSS_3_60_BETA1Kevin Jacobs2020-12-041-6/+6
* Bug 1643557 - Make pk11_FindObjectByTemplate accept a size_t count rather tha...Jeff Walden2020-06-051-2/+2
* Bug 1643557 - Change the type of the size argument to pk11_FindObjectsByTempl...Jeff Walden2020-06-051-3/+4
* Bug 1612881 - Maintain PKCS11 C_GetAttributeValue semantics on attributes tha...Kevin Jacobs2020-04-241-0/+20
* Bug 1561637 TLS 1.3 does not work in FIPS modeRobert Relyea2020-03-301-32/+32
* Bug 1603628 Update NSS to handle PKCS #11 v3.0 r=daiki r=mhoyeRobert Relyea2020-02-181-14/+14
* Bug 1577803, pk11wrap: set friendly flag if token implements CKP_PUBLIC_CERTI...Daiki Ueno2019-11-061-7/+19
* bug 1552262 - add PK11_FindRawCertsBySubject to search a given slot for certi...Dana Keeler2019-05-311-0/+92
* Bug 1528174 - Don't modify lengths if decryption/encryption fails, r=jcjMartin Thomson2019-05-161-7/+7
* Bug 1480647 - Warn about deprecation of key.h and keyt.h. Include keyhi.h ins...Cosmin Truta2018-09-141-1/+1
* Bug 1202413, because PK11_CreateGenericObject() leaks by design, add non-leak...NSS_3_34_BETA1Bob Relyea2017-10-301-2/+36
* Bug 1404161 - remove unsound assertion in PK11_GetAttributes r=franziskusDavid Keeler2017-10-031-1/+0
* Bug 1376520 - some static analysis (infer) fixes, r=ttaubertFranziskus Kiefer2017-06-271-0/+3
* Bug 1345083, Move PK11_HasAttributeSet to public header, r=franziskus, r=rrelyeaKai Engert2017-03-081-2/+10
* Backed out changeset d405c74dfab8 for bustageFranziskus Kiefer2016-10-311-5/+0
* Bug 1118245 - clang-format on lib/pk11wrap, r=ttaubertFranziskus Kiefer2016-10-271-821/+867
* Bug 1202413 - objects created by PK11_CreateGenericObject() aren't destroyed ...Robert Relyea2016-10-251-0/+5
* Bug 1280844 - Remove even more redundant null checks in lib/. r=mt.Nicholas Nethercote2016-06-211-4/+2
* Bug 1253160 (part 3) - Introduce PORTCheapArenaPool and init/deinit functions...Nicholas Nethercote2016-03-171-7/+6
* Bug 1229736 - [Coverity 1202779] Avoid division by zero, r=kaiePaul Bignier2015-12-181-0/+2
* Bug 1215295 - Support RSA-PSS for digital signing, r=mt,ekrTim Taubert2015-11-131-2/+33
* Bug 1182667 - Suppressing uninitialized variable warningsMartin Thomson2015-08-201-2/+2
* Bug 1182667 - Enable warnings as errors, r=rrelyeaMartin Thomson2015-08-171-2/+0
* Backed out changeset 4355f55afeb2 (Bug 1158489)Martin Thomson2015-08-121-0/+2
* Bug 1182667 - Removing warnings, enabling -Werror, r=rrelyeaMartin Thomson2015-08-071-2/+0
* Bug 1009794: pk11_PrivDecryptRaw and pk11_PubEncryptRaw need to castWan-Teh Chang2014-05-201-3/+5
* Bug 1009794: Expose new PK11_PubEncrypt and PK11_PubDecrypt functions thatRyan Sleevi2014-05-191-33/+74
* Bug 519255: Document that PK11_ReadAttribute doesn't modify the 'type'Wan-Teh Chang2014-03-281-0/+3
* Bug 802430: Allow NSS to be built with NO_NSPR_10_SUPPORT, r=wtcBrian Smith2013-05-021-3/+3
* Bug 854063: Add PK11_Decrypt and PK11_Encrypt for performing single-partWan-Teh Chang2013-03-281-0/+87
* Bug 846775 - Bits vs bytes mixup in DSA2 keysize calculation, patch contribut...Elio Maldonado2013-03-271-0/+2
* Bug 845556, reorganize NSS directory layout, moving files, very large changes...Kai Engert2013-02-281-0/+1889