summaryrefslogtreecommitdiff
path: root/security/nss/lib/certdb
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 416928 . Invalid template for CERT_UserNoticeTemplate. Patch cont...julien.pierre.boogz%sun.com2008-02-131-2/+3
* Fix for bug 291384 . Remove unnecessary semicolons in SEC_ASN1_MKSUB . r=nelsonjulien.pierre.boogz%sun.com2008-02-084-11/+11
* Bug 413010: CERT_CompareRDN may return a false match. r=julien.pierrenelson%bolyard.com2008-01-231-1/+1
* fixing bustagekaie%kuix.de2008-01-081-0/+4
* Bug 400917, Want exported function that outputs all host names for DNS name m...kaie%kuix.de2008-01-082-0/+222
* Fix for bug 353577 . Remove NSS_CLASSIC code. r=nelson, wtcjulien.pierre.boogz%sun.com2007-11-212-10/+0
* Bug 362278: moved CERT_TimeChoiceTemplate to lib/certdb because it iswtc%google.com2007-11-211-0/+8
* Bug 403680rrelyea%redhat.com2007-11-201-2/+4
* Fix for bug 353577 . Delete PURE_STAN code and code outside NSS_3_4_CODE . r=...julien.pierre.boogz%sun.com2007-11-162-6/+0
* Bug 399304: In cert_InitLocks, we can use PZ_NewLock to create the lockswtc%google.com2007-11-131-2/+2
* Fix for bug 399304 . Initialize cert trust and refcount locks early. r=relyea...julien.pierre.boogz%sun.com2007-11-102-10/+53
* Bug 402777: Two changes to make lib/util more stand-alone. Movedwtc%google.com2007-11-071-0/+55
* Fix for bug 286642 . Move utility functions to new libnssutil shared library....julien.pierre.boogz%sun.com2007-10-1210-104/+156
* bug 284531 Design new interfaces for certificate path building and verificati...rrelyea%redhat.com2007-09-252-0/+216
* Bug 324744, add gen of policy extns to certutil, second of 3 patchesneil.williams%sun.com2007-09-073-34/+182
* Bug 394040 - Tstclnt crashed in NISCC testing, r=juliennelson%bolyard.com2007-09-011-2/+5
* Bug 392208 - PK11_FindCertByIssuerAndSN must validate input argumentsnelson%bolyard.com2007-08-291-1/+4
* 390888 - CERT_Verify* functions should be able to use libPKIX.alexei.volkov.bugs%sun.com2007-08-291-18/+8
* 390888 - CERT_Verify* functions should be able to use libPKIX. r=nelsonalexei.volkov.bugs%sun.com2007-08-292-1/+32
* Bug 210584 - CERT_AsciiToName doesn't accept all valid values, r=Alexeinelson%bolyard.com2007-08-283-34/+143
* Bug 389781 NSS should be built size-optimized on Linux, Windows, and Macchristophe.ravel.bugs%sun.com2007-08-151-0/+2
* Bug 391291 Implement Shared Database Integrity checks.rrelyea%redhat.com2007-08-092-109/+160
* Fix for bug 390710 . Correct template for decoding name constraints . r=nelsonjulien.pierre.bugs%sun.com2007-08-031-12/+2
* Bug 379753. NSS WOrkaround for PSM bug 380091.nelson%bolyard.com2007-07-141-1/+6
* Back out revision 1.23 of certdb/certdb.c, the "fix" for bug 121487 thatnelson%bolyard.com2007-07-142-128/+0
* Fix for bug 113323 . Constify some functions. r=nelsonjulien.pierre.bugs%sun.com2007-07-113-16/+7
* Bug 358785: Merge NSS_LIBPKIX_BRANCH back to trunk. r=julien, r=alexeialexei.volkov.bugs%sun.com2007-05-256-102/+595
* Fix for bug 380334 . Get rid of some dead code in CERT_HTMLCertInfo . r=nelso...julien.pierre.bugs%sun.com2007-05-151-10/+0
* Bug 329067, r=nelson,alexei "NSS encodes DN attributes with wrong typeneil.williams%sun.com2007-04-301-74/+59
* 338986 - Unauthorized OCSP response error from user's default OCSP responder....alexei.volkov.bugs%sun.com2007-03-012-2/+3
* When storing new CRL, Find old CRL and if it can be decoded, delete it.nelson%bolyard.com2007-01-051-26/+28
* 353902: klocwork bugs in stanpcertdb.c. r=nelsonalexei.volkov.bugs%sun.com2006-10-311-0/+10
* 353413: Klocwork 76541 free uninitialized pointer in CERT_FindCertURLExtensio...alexei.volkov.bugs%sun.com2006-09-291-4/+2
* 353374: Klocwork 76494 - Null ptr derefs in CERT_FormatName. r=nelsonalexei.volkov.bugs%sun.com2006-09-291-0/+2
* Fix for bug 352041 . oom in CERT_DecodeDERCrlWithFlags . r=alexei,nelsonjulien.pierre.bugs%sun.com2006-09-111-3/+7
* Fix for bug 225525 . Resolve race assigning NSSCertificate fields which leake...julien.pierre.bugs%sun.com2006-08-221-1/+1
* Fix race in CERT_NewTempCertificate. Bug 341323. r=julien,rrelyeanelson%bolyard.com2006-08-221-19/+12
* Fix for bug 178894 . Quick decoder updates for lib/certdb and lib/certhigh . ...julien.pierre.bugs%sun.com2006-08-076-55/+124
* Fix for bug 336477 . Fix for CERT_UncacheCRL error checking. r=nelsonjulien.pierre.bugs%sun.com2006-05-311-11/+13
* Plug leak. Free cache. Coverity bug 338201. r=alexei.volkovnelson%bolyard.com2006-05-181-1/+1
* Bugzilla Bug 337025: removed more unused or trivially used variables.wtchang%redhat.com2006-05-161-9/+1
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-05-151-12/+7
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-05-131-2/+2
* Fix for bug 336477. Memory leak in CERT_UncacheCRL . r=nelsonjulien.pierre.bugs%sun.com2006-05-131-0/+2
* Fix for bug 311164 . Initialize stan cert store object early to fix a race co...julien.pierre.bugs%sun.com2006-04-071-2/+6
* Bug 326315. Warning Reduction. On TRUNK only. r=Julien.Pierrenelson%bolyard.com2006-02-281-9/+16
* Bugzilla Bug 327529: unnamed arguments (third and after) for CERT_CreateRDNwtchang%redhat.com2006-02-202-2/+2
* Fix for bug 321765. Allow NSS to decode certs with unsupported critical exten...julien.pierre.bugs%sun.com2006-02-162-3/+8
* Fix for bug 217024. add a function for comparing cert validity periods. r=wtc...julien.pierre.bugs%sun.com2005-08-173-30/+22
* Fix for 217024 . Address Wan-Teh's concerns about naming and documentation. A...julien.pierre.bugs%sun.com2005-07-093-20/+27