summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'NSS_3_13_4_BRANCH'cvs2hg2012-03-313-3/+3
* Bug 715666 - premature unloading of softoken crashes libcurl, contributed by ...emaldona%redhat.com2012-01-131-1/+1
* Bug 682885 - Move EC point compression options macros to a public header, r=r...emaldona%redhat.com2012-01-131-1/+1
* Bug 211546: add PK11_ImportEncryptedPrivateKeyInfoAndReturnKey. Makewtc%google.com2011-11-052-1/+33
* Bug 647706: add SHA-224 support to more functions, in particular towtc%google.com2011-10-222-1/+7
* Bug 515663 - Improper setting of CKA_DERIVE attribute during PKCS #12 importrrelyea%redhat.com2011-09-301-1/+1
* Bug 675325: Add "const" to the inDerCert parameter ofwtc%google.com2011-07-292-2/+2
* Bug 617565: Prevent buffer overflow in PK11_DeriveWithTemplate andwtc%google.com2011-07-261-3/+9
* Bug 668397: remove support for Fortezza certificates and keys fromwtc%google.com2011-07-241-5/+2
* Bug 671787: Remove an unnecessary PORT_Strdup call (for the argument to awtc%google.com2011-07-151-5/+1
* Bug 642503 - Generic blacklisting mechanism for bogus certsrrelyea%redhat.com2011-04-133-39/+36
* Fix tinderbox from patch to Bug 595988 - NSS trusts CAs it shouldn't (trusts ...rrelyea%redhat.com2011-02-095-0/+40
* Bug 592489: populate NSS's hash table of SubjectKeyID to token object.nelson%bolyard.com2011-01-291-49/+136
* Bug 595988 - NSS trusts CAs it shouldn't (trusts system db over user db)rrelyea%redhat.com2011-01-273-6/+6
* fix overrided comment to be the correct overridden.rrelyea%redhat.com2011-01-261-1/+1
* Fix trust regression introduced in the contextinit patch.rrelyea%redhat.com2011-01-253-3/+29
* Bug 625491: Make pk11load.o depend on debug_module.c. r=rrelyea.wtc%google.com2011-01-211-0/+2
* Bug 625491: print CK_ULONG attributes as an integer. Changewtc%google.com2011-01-191-2/+25
* Bug 587419: listCertsCallback leaks CERT_DupCertificate(cert) when CERT_AddCe...nelson%bolyard.com2011-01-151-3/+8
* Bug 587421: PK11_PBEKeyGen leaks param because it checks type too latenelson%bolyard.com2011-01-151-4/+8
* Bug 577268 Correct misspellings of parameter and function in NSS source codenelson%bolyard.com2011-01-154-9/+9
* Bug 617492, Add PK11_KeyGenWithTemplate function to pk11wrap (for Firefox Sync)kaie%kuix.de2010-12-092-69/+123
* Bug 609076 - Expose a PKCS#11 interface for J-PAKE in Softokenrrelyea%redhat.com2010-12-042-11/+11
* Bug 596215, NSS should provide a way to find ALL valid certs for an email add...kaie%kuix.de2010-11-182-0/+77
* Bug 610843 - Need way to recover softoken in child after fork()rrelyea%redhat.com2010-11-162-0/+91
* Bug 587428 - coverity issue submitted by timelessrrelyea%redhat.com2010-10-291-4/+16
* Bug 602754: Fix "a the" in comments. The patch is contributed bywtc%google.com2010-10-112-2/+2
* coverity memory leakrrelyea%redhat.com2010-09-091-2/+2
* Coverity identified memory leaks in error paths.rrelyea%redhat.com2010-09-093-30/+44
* Bug 587622 print_attr_value calls get_obj_class instead of get_key_type for C...nelson%bolyard.com2010-08-281-1/+1
* Bug 356713 - Support SHA224 has/hmac and rsa signature, r=wtcemaldona%redhat.com2010-08-181-0/+3
* Bug 586470: Add 'const' to SEC_DerSignData and ssl3_UpdateHandshakeHashes.wtc%google.com2010-08-121-9/+0
* Bug 583966: Remove unnecessary "REQUIRES = dbm" from manifest.mn. Removewtc%google.com2010-08-031-2/+0
* Bug 516104: Add new error code SEC_ERROR_UNKNOWN_PKCS11_ERROR. Add errorwtc%google.com2010-07-311-2/+6
* Bug 437904: Do not call sftkdb_ClearPassword() when needLogin is false.wtc%google.com2010-07-281-0/+15
* Bug 516104: map CKR_SESSION_READ_ONLY to SEC_ERROR_READ_ONLY. r=rrelyea.wtc%google.com2010-06-181-1/+1
* Bug 572809kaie%kuix.de2010-06-171-0/+5
* Bug 506966, NSS does not support CKR_PIN_LOCKED from C_Loginkaie%kuix.de2010-05-031-0/+2
* Bug 556323: secmod_handleReload uses uninitialized locals, r=rrelyeanelson%bolyard.com2010-04-301-3/+3
* Bug 506041: Correct misspellings in source code commentsnelson%bolyard.com2010-04-254-4/+4
* Bug 338071: pk11_CreateNewContextInSlot may dereference a NULL symkey pointernelson%bolyard.com2010-04-041-1/+2
* Bug 415565: Use new NSPR atomic macros in NSSnelson%bolyard.com2010-04-034-10/+10
* Bug 550435 PK11_ChangePW passes newLen/oldLen uninitialized to C_SetPINnelson%bolyard.com2010-03-151-9/+5
* Bug 469601: Coverity errors reported for pk11wrapnelson%bolyard.com2010-03-152-4/+16
* Bug 515870: Discard the return value of nssTrustDomain_GetCertsFromCachewtc%google.com2010-02-101-1/+1
* Fix seg fault when enumerating the nss database, 544584, r=rrelyeaemaldona%redhat.com2010-02-061-0/+6
* Bug 524167: Don't crash if slot has null token pointer after enteringnelson%bolyard.com2009-12-011-0/+4
* Bug 511312: NSS fails to load softoken on Windows, looking for sqlite3.dllnelson%bolyard.com2009-10-301-11/+5
* Bug 453495 - Add new ref counted NSS_Shutdown-like functionrrelyea%redhat.com2009-10-275-26/+459
* Bug 522510: Add "deprecated" comments to key.h and pk11func.h. r=nelson.wtc%google.com2009-10-151-2/+3