summaryrefslogtreecommitdiff
path: root/security/nss/lib/certdb
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'NSS_3_13_4_BRANCH'cvs2hg2012-03-312-1/+15
* 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
* Bug 495365: The 'nickname' parameter of SEC_CertNicknameConflict should bewtc%google.com2009-05-292-2/+2
* 494087 - Passing NULL as the value of cert_pi_trustAnchors causes a crash in...alexei.volkov.bugs%sun.com2009-05-291-2/+7
* Bug 403543: Document that cert_pi_useAIACertFetch was added in NSS 3.12.1.wtc%google.com2009-05-221-2/+2
* Bug 493405: 1 byte overflow in cert_GetDNSPatternsFromGeneralNamesnelson%bolyard.com2009-05-181-2/+2
* Fix for bug 491919 . Add void argument to prototypes. r=alexeijulien.pierre.boogz%sun.com2009-05-141-5/+5
* Fix for bug 492385 . Stop crash freeing named CRL entry on shudown. r=nelsonjulien.pierre.boogz%sun.com2009-05-131-0/+9
* Bug 489287: Resolve a few remaining issues with NSS's new revocation flagsnelson%bolyard.com2009-04-241-0/+2
* Fix for bug 321755. Plug leak. r=nelsonjulien.pierre.boogz%sun.com2009-04-211-2/+1
* Bug 321755 - fix a locking bug in crl.c r=alexeinelson%bolyard.com2009-04-201-8/+15
* 321755 - (CRLDP) implement crlDistributionPoint extension in libPKIX. Patch ...alexei.volkov.bugs%sun.com2009-04-182-45/+101
* Fix for bug 321755 . Changes in CRL cache to implement CRL DP. Work in progre...julien.pierre.boogz%sun.com2009-04-173-50/+497
* Bug 487487: CERT_NameToAscii reports "!Invalid AVA!" whenever value exceeds 3...nelson%bolyard.com2009-04-131-7/+9