summaryrefslogtreecommitdiff
path: root/security/nss/lib/libpkix
Commit message (Expand)AuthorAgeFilesLines
* 482795 - Avoid time encoding and decoding inside of pkix_pl_date object. r=n...alexei.volkov.bugs%sun.com2009-03-312-135/+46
* Bug 485970 - Remove DEBUG_kaie code testing code which doesn't build any morekaie%kuix.de2009-03-302-44/+0
* Bug 485370: crash, bus error due to unaligned access in pkix_pl_OcspResponse_...nelson%bolyard.com2009-03-283-6/+7
* 484466 - sec_error_invalid_args with NSS_ENABLE_PKIX_VERIFY=1. r=nelsonalexei.volkov.bugs%sun.com2009-03-231-1/+1
* Bug 479029: OCSP Response signature cert found invalid if issuer is trustednelson%bolyard.com2009-03-061-1/+1
* 480257 - OCSP fails when response > 1K Byte. r=nelsonalexei.volkov.bugs%sun.com2009-03-042-3/+6
* 444404 - libpkix reports "unknown issuer" for nearly all certificate errors....alexei.volkov.bugs%sun.com2009-02-271-2/+39
* 479329 - extra decref in PKIX_PL_Cert_GetExtendedKeyUsage leads to dangling ...alexei.volkov.bugs%sun.com2009-02-201-13/+5
* [Bug 478931] object leak in pkix_List_MergeLists function. r=nelsonalexei.volkov.bugs%sun.com2009-02-171-5/+4
* fix const errors in NSS for bug #469944, r=wtcnelson%bolyard.com2009-02-163-12/+12
* 477777 - Selfserv crashed in client/server tests. r=nelsonalexei.volkov.bugs%sun.com2009-02-121-3/+2
* 473944 - Trust anchor is not trusted when requireFreshInfo flag is set. r=ne...alexei.volkov.bugs%sun.com2009-02-099-744/+159
* 475454 - vfychain requireFreshInfo incorrectly claims "revoked". r=nelsonalexei.volkov.bugs%sun.com2009-02-026-22/+12
* 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-316-158/+129
* 473365 - Incompatible argument in pkix_validate.c r=nelsonalexei.volkov.bugs%sun.com2009-01-295-39/+68
* Bug 472319 - Vfychain validates chain even if revoked certificate. r=nelsonalexei.volkov.bugs%sun.com2009-01-161-2/+2
|\
* | 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 E...alexei.volkov.bugs%sun.com2009-01-1210-350/+321
* | 472291 - crash in libpkix object leak tests due to null pointer dereferencin...alexei.volkov.bugs%sun.com2009-01-071-3/+3
* | 470070 - Multiple object leaks reported by tinderbox. r=nelsonalexei.volkov.bugs%sun.com2008-12-198-9/+40
* | Bug 466736: removed dead NSS_USE_64 code. (The NSS_USE_64 macro is onlywtc%google.com2008-11-271-12/+0
* | 205434 - Fully implement new libPKIX cert verification API from bug 294531. ...alexei.volkov.bugs%sun.com2008-11-264-1794/+0
* | Bug 390527: include "prprf.h" for PR_snprintf, otherwise the "implicitwtc%google.com2008-11-202-0/+7
* | 390527 - get rid of pkixErrorMsg variable in PKIX_Error. r=nelsonalexei.volkov.bugs%sun.com2008-11-209-40/+65
* | 439169 - pkix_List_Destroy destroys by recursion, one level per list item. r...alexei.volkov.bugs%sun.com2008-11-121-1/+6
* | Additional fix for bug 432260. r=nelsonalexei.volkov.bugs%sun.com2008-11-051-6/+6
* | 205434 - Fully implement new libPKIX cert verification API from bug 294531. ...alexei.volkov.bugs%sun.com2008-11-032-17/+15
* | 205434 - Fully implement new libPKIX cert verification API from bug 294531. ...alexei.volkov.bugs%sun.com2008-11-012-0/+554
* | 205434 - Fully implement new libPKIX cert verification API from bug 294531. ...alexei.volkov.bugs%sun.com2008-10-3140-1708/+1821
* | 432260 - [@ pkix_pl_HttpDefaultClient_HdrCheckComplete - PKIX_PL_Memcpy] cra...alexei.volkov.bugs%sun.com2008-10-253-256/+219
* | 412311 - Replace PR_INTERVAL_NO_WAIT with PR_INTERVAL_NO_TIMEOUT in client i...alexei.volkov.bugs%sun.com2008-10-248-316/+312
* | 459359 - ForwardBuilderState object is leaked when AIA path incorrect. r=nelsonalexei.volkov.bugs%sun.com2008-10-241-5/+33
|/
* Bug 459231 - Memory leak in cert fetching - AIA extension. r=nelsonalexei.volkov.bugs%sun.com2008-10-203-11/+32
* Bug 457980: remove hundreds of kilobytes of useless strings in libPKIX, r=alexeinelson%bolyard.com2008-10-061-1/+1
* Move chain checkers source files from "top" to "checker" directory.alexei.volkov.bugs%sun.com2008-09-2218-16/+16
* Fix for bug 423839 . Add wincx in libpkix while verifying certs and CRLs. r=n...julien.pierre.boogz%sun.com2008-08-222-2/+13
* 448324 - ocsp checker returns incorrect error code on request with invalid si...alexei.volkov.bugs%sun.com2008-08-121-20/+24
* 430380 - policies : explicit trust anchor results in false positives with vfy...alexei.volkov.bugs%sun.com2008-08-111-75/+126
* Fix to memleak tinderbox: make sure the real error get propagated to a caller...alexei.volkov.bugs%sun.com2008-08-111-0/+2
* 444404 - libpkix reports "unknown issuer" for nearly all certificate errors. ...alexei.volkov.bugs%sun.com2008-08-104-0/+89
* Bug 430859 ? PKIX: Policy mapping fails verification with error "invalid argu...alexei.volkov.bugs%sun.com2008-07-231-0/+2
* Bug 418544 ? Pathological OCSP inefficiency with libPKIX. Part two. r=nelsonalexei.volkov.bugs%sun.com2008-07-111-10/+24
* Bug 418544 ? Pathological OCSP inefficiency with libPKIX. Part one. r=nelsonalexei.volkov.bugs%sun.com2008-07-112-20/+1
* 430405 - Error log is not produced by CERT_PKIXVerifyCert. Patch part two. r=...alexei.volkov.bugs%sun.com2008-07-111-45/+26
* Backing out previous commit, which turned tinderbox red. sheriff Nelson.nelson%bolyard.com2008-07-111-24/+42
* 430405 - Error log is not produced by CERT_PKIXVerifyCert. Patch part two. r=...alexei.volkov.bugs%sun.com2008-07-101-42/+24
* Additional fix for 430405. Previous patch leaked PKIX_Error object.alexei.volkov.bugs%sun.com2008-07-091-1/+1
* Bug 430405 - Error log is not produced by CERT_PKIXVerifyCert. r=nelsonalexei.volkov.bugs%sun.com2008-07-091-12/+6
* 436599 - PKIX: AIA extension is not used in some Bridge CA / known certs conf...alexei.volkov.bugs%sun.com2008-07-092-2/+11