summaryrefslogtreecommitdiff
path: root/security/nss/lib/certdb
Commit message (Expand)AuthorAgeFilesLines
* Bug 813857: Make certificate trust flags thread safe.ryan.sleevi%gmail.com2013-01-072-19/+24
* BUG 816853: Add support for trusting the union of explicit trust anchors andryan.sleevi%gmail.com2013-01-071-0/+12
|\
| * fixup commit for tag 'NSS_3_14_CKBI_1_93_RTM'NSS_3_14_CKBI_1_93_RTMcvs2hg2012-12-2923-17835/+0
|/
* Bug 818741: cast the 'arg' argument of LOG_ERROR_OR_EXIT and LOG_ERRORwtc%google.com2012-12-061-1/+1
* Bug 764973 - Augment libpkix with callback at chainvalidate (edit)rrelyea%redhat.com2012-09-281-0/+39
* Bug 794636: CERT_AsciiToName should take a const char * input argument.wtc%google.com2012-09-282-12/+14
* Bug 578861 - CERT_CompareName should take const input parameters, r=wtckaie%kuix.de2012-09-192-4/+4
* Bug 745548, nssPKIObject_GetNicknameForToken should always return a copy, r=r...kaie%kuix.de2012-05-171-3/+7
* Bug 716563 - update license to MPL 2. r=rrelyea.gerv%gerv.net2012-04-2522-773/+66
* Bug 741481: cert_InitLocks should reset certRefCountLock to NULL afterwtc%google.com2012-04-031-0/+1
|\
| * fixup commit for tag 'NSS_3_13_4_BASE'NSS_3_13_4_BASEcvs2hg2012-03-312-1/+15
* | Bug 737802: Treat Netscape international step-up EKU OID as also having SSLwtc%google.com2012-03-231-0/+14
* | Bug 671071, const/non-const warnings in pk11wrap, patch by Brian Smith, r=rre...kaie%kuix.de2012-03-191-1/+1
|/
* Bug 633063, initialize variable, r=rrelyeakaie%kuix.de2012-01-171-1/+1
* Bug 651523: Remove step-up code, v4, removing EXPORT_VERSION build option, r=...bsmith%mozilla.com2011-11-171-11/+0
* Fix Tinderbox bustage, backout all patches from 2011-11-11kaie%kuix.de2011-11-1613-54/+57
* Bug 663733: Add const modifier to declarations of functions used by ocspclnt ...bsmith%mozilla.com2011-11-1213-46/+54
* Bug 651523 - Remove SSL step-up code from libssl and remove step-up extended ...bsmith%mozilla.com2011-11-111-11/+0
* Bug 642503: Generic blacklisting mechanism for bogus certs (NSS trustwtc%google.com2011-09-141-0/+14
* Bug 217721: change the certUsageObjectSigner case back towtc%google.com2011-08-051-3/+5
* Bug 217721: do not use non-repudiation-only certs for SSL clientwtc%google.com2011-07-282-9/+22
* Bug 668397: remove support for Fortezza certificates and keys fromwtc%google.com2011-07-243-165/+18
* Bug 602509, Signed email appears as not trustworthy -- Patch contributed by K...kaie%kuix.de2011-07-121-1/+11
* Bug 642503 - Generic blacklisting mechanism for bogus certsrrelyea%redhat.com2011-04-132-7/+25
* Bug 647902, Add general purpose allocation code for CERT_PKIXVerifyCert, r=rr...kaie%kuix.de2011-04-081-12/+19
* Bug 625675 - trust flags are not being deleted when we delete the associated ...emaldona%redhat.com2011-03-261-0/+15
* 635778 - Need an API to pass user defined cert chain when SSL socket is set u...alexei.volkov.bugs%sun.com2011-03-101-1/+1
* Bug 592489 - libsmime unable to decrypt Outlook 2010 mail encrypted with smar...rrelyea%redhat.com2011-02-081-16/+21
* Bug 592489: populate NSS's hash table of SubjectKeyID to token object.nelson%bolyard.com2011-01-292-2/+123
* Bug 627806 - Remove unimplemented CERT_DecodeCertificate function prototype, ...emaldona%redhat.com2011-01-291-6/+0
* bug 337433, Need CERT_FindCertByNicknameOrEmailAddrByUsagekaie%kuix.de2010-09-242-4/+69
* Bug 388978: Add EV-defined subject name attributes, r=emaldonanelson%bolyard.com2010-09-182-6/+12
* Bug 578697: Wildcards and IP addresses don't mix.nelson%bolyard.com2010-08-221-1/+20
* Bug 585842: Remove CERT_GetNickName. Drop support forwtc%google.com2010-08-133-163/+43
* Bug 585842: Don't call CERT_IsCACert twice in CERT_ImportCerts. Removewtc%google.com2010-08-131-9/+5
* Bug 585842: CERT_MakeCANickname should return NULL instead a staticwtc%google.com2010-08-111-1/+1
* Bug 583966: Remove unnecessary "REQUIRES = dbm" from manifest.mn. Removewtc%google.com2010-08-031-2/+0
* Bug 552775: If cert_pi_policyOID is not specified, it means the user is notwtc%google.com2010-06-181-1/+2
* Bug 562544: Remove dead code in lib/certdb/crl.c. r=rrelyea.wtc%google.com2010-05-212-102/+1
* Bug 562542: An invalid CRL should not cause all certificates issued by thatwtc%google.com2010-05-202-13/+9
* Bug 394919 - dNSName constraints should constrain cert Common Names in EEnelson%bolyard.com2010-04-303-17/+53
* Bug 506041: Correct misspellings in source code commentsnelson%bolyard.com2010-04-251-1/+1
* Bug 554425: Remove support for Netscape's SSL server name extensionnelson%bolyard.com2010-04-251-12/+2
* Bug 415565: Use new NSPR atomic macros in NSSnelson%bolyard.com2010-04-033-4/+4
* Bug 515870: Fix compiler warnings regarding unsigned char * vs. char *.wtc%google.com2010-02-102-6/+8
* Bug 515870: Make conditional expressions explicit when they involvewtc%google.com2010-02-101-1/+1
* 360421 - Implement TLS Server Name Indication for servers. r=nelsonalexei.volkov.bugs%sun.com2010-01-141-0/+8
* Fix for bug 506635 . Switch to pre-allocating data buffer in arena. r=nelsonjulien.pierre.boogz%sun.com2009-08-101-29/+19
* Bug 507482 - NSS 3.12.3 (and later) doesn't build on AIX 5.1christophe.ravel.bugs%sun.com2009-07-311-1/+1
* Bug 506407: NULs in cert SAN email addresses are not properly escapednelson%bolyard.com2009-07-281-7/+24