summaryrefslogtreecommitdiff
path: root/security/nss/lib/libpkix/pkix/checker
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'CAMINO_2_0_8_MINIBRANCH'cvs2hg2009-05-2129-8389/+0
|
* Bug 489287: Resolve a few remaining issues with NSS's new revocation flagsnelson%bolyard.com2009-04-243-7/+15
| | | | sr=rrelyea
* 489188 - object/memory leak in libpkix.r=nelsonalexei.volkov.bugs%sun.com2009-04-201-0/+1
|
* 485155 - NSS_ENABLE_PKIX_VERIFY=1 causes sec_error_unknown_issuer errors. ↵alexei.volkov.bugs%sun.com2009-04-201-70/+78
| | | | r=nelson
* 321755 - (CRLDP) implement crlDistributionPoint extension in libPKIX. Patch ↵alexei.volkov.bugs%sun.com2009-04-181-24/+31
| | | | partially provided by Julien. r=nelson.
* 487884 - object leak in libpkix library upon error. r=nelsonalexei.volkov.bugs%sun.com2009-04-141-1/+1
|
* 391434 - avoid multiple encoding/decoding of PKIX_PL_OID to and from ascii ↵alexei.volkov.bugs%sun.com2009-04-141-8/+8
| | | | string. r=nelson.
* Additional checking to fix tinderbox: 420991 - libPKIX returns wrong NSS ↵alexei.volkov.bugs%sun.com2009-04-101-6/+0
| | | | error code.
* 475454 - vfychain requireFreshInfo incorrectly claims "revoked". r=nelsonalexei.volkov.bugs%sun.com2009-02-022-13/+7
|
* Fix for tests failures caused by integration of the patch for bug 461547.alexei.volkov.bugs%sun.com2009-02-016-2/+12
|
* 461547 - delay child certificate signature check until after trusted anchor ↵alexei.volkov.bugs%sun.com2009-01-311-1/+3
| | | | is found. r=nelson
* 473365 - Incompatible argument in pkix_validate.c r=nelsonalexei.volkov.bugs%sun.com2009-01-293-12/+25
|
* additional changes to patch for bug 397805. Fix function declaration.alexei.volkov.bugs%sun.com2009-01-121-1/+1
|
* Bug 397805 - Avoid revalidating the whole cached chain for new cert KU and ↵alexei.volkov.bugs%sun.com2009-01-123-0/+488
| | | | EKU. r=nelson
* 205434 - Fully implement new libPKIX cert verification API from bug 294531. ↵alexei.volkov.bugs%sun.com2008-11-264-1794/+0
| | | | Remove obsolite files.
* 205434 - Fully implement new libPKIX cert verification API from bug 294531. ↵alexei.volkov.bugs%sun.com2008-11-031-15/+0
| | | | Fix for hp-ux build failure. r=nelson.
* 205434 - Fully implement new libPKIX cert verification API from bug 294531. ↵alexei.volkov.bugs%sun.com2008-11-012-0/+554
| | | | r=nelson
* 205434 - Fully implement new libPKIX cert verification API from bug 294531. ↵alexei.volkov.bugs%sun.com2008-10-317-399/+911
| | | | r=nelson
* Move chain checkers source files from "top" to "checker" directory.alexei.volkov.bugs%sun.com2008-09-2217-0/+6662
|
* 408847 - pkix_OcspChecker_Check does not support specified responder (and ↵alexei.volkov.bugs%sun.com2008-07-081-1/+0
| | | | given signercert). r=nelson
* Bug 433386, when system clock is off by more than two days, OSCP check ↵kaie%kuix.de2008-05-291-1/+5
| | | | | | | | fails, can result in crash if user tries to view certificate landing (cleaner) Patch v2 r=nelson
* 397832 - libpkix leaks memory if a macro calls a function that returns an ↵alexei.volkov.bugs%sun.com2008-03-261-3/+5
| | | | error. Object leak test. r=nelson
* Bug 375019, Cache-enable pkix_OcspChecker_Checkkaie%kuix.de2008-02-061-4/+53
|
* 373367 - verify OCSP response signature in libpkix without decoding and ↵alexei.volkov.bugs%sun.com2007-12-191-1/+1
| | | | reencoding. r=kengert
* 397832 - libpkix leaks memory if a macro calls a function that returns an ↵alexei.volkov.bugs%sun.com2007-12-063-1/+9
| | | | error. patch 291756. r=nelson
* 397832 - lib/libpkix/pkix_pl_nss/pki/pkix_pl_cert.c. First part of the ↵alexei.volkov.bugs%sun.com2007-11-032-0/+3
| | | | patch. r=nelson.
* 391457 - libpkix does not check for object ref leak at shutdown. r=nelsonalexei.volkov.bugs%sun.com2007-10-084-0/+8
|
* 390502 - libpkix fails cert validation when no valid CRL (NIST validation ↵alexei.volkov.bugs%sun.com2007-09-051-0/+9
| | | | policy is always enforced). r=nelson
* Bug 392696 Fix copyright boilerplate in all new PKIX codechristophe.ravel.bugs%sun.com2007-08-3111-52/+55
| | | | r=nelson
* Bug 358785: Merge NSS_LIBPKIX_BRANCH back to trunk. r=julien, r=alexeialexei.volkov.bugs%sun.com2007-05-251-1/+1
|
* Bugzilla Bug 358785: merged the mozilla/security/nss/lib/libpkix from thewtchang%redhat.com2006-12-0911-0/+1860
NSS_LIBPKIX_BRANCH onto the NSS trunk. Approved by rrelyea and nelsonb.