summaryrefslogtreecommitdiff
path: root/security/nss/lib/libpkix/pkix_pl_nss
Commit message (Expand)AuthorAgeFilesLines
* Bug 415565: Use new NSPR atomic macros in NSSnelson%bolyard.com2010-04-031-4/+4
* Bug 504136 pkix_pl_CRL_Hashcode makes coverity sadnelson%bolyard.com2010-03-281-4/+6
* Bug 526910: Increase the max response length for CRL downloads to 512 KB.wtc%google.com2010-02-101-0/+9
* 508467 - libpkix ocsp checker should use "date" argument to obtain the time ...alexei.volkov.bugs%sun.com2009-08-052-1/+12
* Bug 504405: pkix_pl_CrlDp_Create will fail on alloc success because of a miss...nelson%bolyard.com2009-07-151-2/+2
* Bug 504398: pkix_pl_AIAMgr_GetHTTPCerts could crash if SEC_GetRegisteredHttpC...nelson%bolyard.com2009-07-151-0/+2
* 485155 - NSS_ENABLE_PKIX_VERIFY=1 causes sec_error_unknown_issuer errors. r=...alexei.volkov.bugs%sun.com2009-04-201-0/+56
* Bug 321755: (CRLDP) implement crlDistributionPoint extension in libPKIXnelson%bolyard.com2009-04-182-0/+265
* 321755 - (CRLDP) implement crlDistributionPoint extension in libPKIX. Patch ...alexei.volkov.bugs%sun.com2009-04-1812-615/+830
* Fix for bug 321755 . Changes in CRL cache to implement CRL DP. Work in progre...julien.pierre.boogz%sun.com2009-04-171-4/+8
* Fix for tinderbox. Bug 487884.alexei.volkov.bugs%sun.com2009-04-141-1/+1
* 487884 - object leak in libpkix library upon error. r=nelsonalexei.volkov.bugs%sun.com2009-04-141-11/+11
* 391434 - avoid multiple encoding/decoding of PKIX_PL_OID to and from ascii s...alexei.volkov.bugs%sun.com2009-04-147-482/+151
* 487962 - pkix_pl_HttpDefaultClient leaks a buffer upon an error.r=nelsonalexei.volkov.bugs%sun.com2009-04-121-3/+6
* Fix for bug 487736 . Don't call DER_DecodeTimeChoice on PRTime. r=alexeijulien.pierre.boogz%sun.com2009-04-101-6/+1
* 420991 - libPKIX returns wrong NSS error code. r=nelsonalexei.volkov.bugs%sun.com2009-04-104-14/+30
* 482795 - Avoid time encoding and decoding inside of pkix_pl_date object. r=n...alexei.volkov.bugs%sun.com2009-03-312-135/+46
* Bug 485370: crash, bus error due to unaligned access in pkix_pl_OcspResponse_...nelson%bolyard.com2009-03-282-4/+4
* 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
* 479329 - extra decref in PKIX_PL_Cert_GetExtendedKeyUsage leads to dangling ...alexei.volkov.bugs%sun.com2009-02-201-13/+5
* 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-093-6/+21
* 461547 - delay child certificate signature check until after trusted anchor ...alexei.volkov.bugs%sun.com2009-01-311-13/+19
* Bug 397805 - Avoid revalidating the whole cached chain for new cert KU and E...alexei.volkov.bugs%sun.com2009-01-125-529/+1
* 470070 - Multiple object leaks reported by tinderbox. r=nelsonalexei.volkov.bugs%sun.com2008-12-193-6/+16
* Bug 466736: removed dead NSS_USE_64 code. (The NSS_USE_64 macro is onlywtc%google.com2008-11-271-12/+0
* 390527 - get rid of pkixErrorMsg variable in PKIX_Error. r=nelsonalexei.volkov.bugs%sun.com2008-11-202-22/+3
* 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-10-3113-38/+271
* 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-246-316/+272
* Bug 459231 - Memory leak in cert fetching - AIA extension. r=nelsonalexei.volkov.bugs%sun.com2008-10-203-11/+32
* 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
* Bug 430859 ? PKIX: Policy mapping fails verification with error "invalid argu...alexei.volkov.bugs%sun.com2008-07-231-0/+2
* 408847 - pkix_OcspChecker_Check does not support specified responder (and giv...alexei.volkov.bugs%sun.com2008-07-082-20/+13
* Bug 417399 ? Arena Allocation results are not checked in pkix_pl_InfoAccess_P...alexei.volkov.bugs%sun.com2008-06-251-22/+23
* Bug 372241: Need more versatile form of CERT_NameToAscii, r=juliennelson%bolyard.com2008-06-201-2/+1
* Bug 434398: libPKIX cannot find issuer cert immediately after checking it wit...nelson%bolyard.com2008-06-142-11/+21
* Bug 432303 ? Replace PKIX_PL_Memcpy with memcpy. r=nelsonalexei.volkov.bugs%sun.com2008-06-122-52/+7
* Bug 434187: fixed compiler warnings reported by GCC on Mac OS X.wtc%google.com2008-06-063-4/+0
* Bug 433386, when system clock is off by more than two days, OSCP check fails,...kaie%kuix.de2008-05-293-6/+16
* Bug 429716: debug builds of libPKIX unconditionally dump socket traffic to st...nelson%bolyard.com2008-05-151-1/+1
* 426450 - PKIX_PL_HashTable_Remove leaks hashtable key object. r=nelsonalexei.volkov.bugs%sun.com2008-04-023-15/+17
* 390530 - libpkix does not support time override. r=nelsonalexei.volkov.bugs%sun.com2008-03-311-2/+7
* fix tinderbox: can not use macro to modify macro.alexei.volkov.bugs%sun.com2008-03-261-2/+5
* 397832 - libpkix leaks memory if a macro calls a function that returns an err...alexei.volkov.bugs%sun.com2008-03-265-37/+106
* 390381 - libpkix rejects cert chain when root CA cert has no basic constraints.alexei.volkov.bugs%sun.com2008-03-141-2/+0