summaryrefslogtreecommitdiff
path: root/security/nss/lib/libpkix/pkix_pl_nss/module
Commit message (Expand)AuthorAgeFilesLines
* Bug 845556, reorganize NSS directory layout, moving files, very large changes...Kai Engert2013-02-2827-14746/+0
* Bug 764973 - Augment libpkix with callback at chainvalidate (edit)rrelyea%redhat.com2012-09-282-0/+3
* Bug 786431: do not re-import certificates returned by NSS as temporarywtc%google.com2012-09-281-6/+2
* Bug 716563 - update license to MPL 2. r=rrelyea.gerv%gerv.net2012-04-2527-974/+81
* bustage fixkaie%kuix.de2011-08-101-1/+1
* Bug 676886, NSS' internal HTTP client should exclude :port for OCSP requests ...kaie%kuix.de2011-08-101-4/+11
* Bug 633039, pkix_pl_Socket_Poll unintentionally overwrites socket status (ope...kaie%kuix.de2011-04-141-3/+3
* Bug 528743: ignore unknown AIA location types. r=alexei.wtc%google.com2010-09-271-1/+2
* Bug 597622: Add SEC_ERROR_BAD_CRL_DP_URL. r=alexei.wtc%google.com2010-09-271-2/+2
* Bug 583966: Remove unnecessary "REQUIRES = dbm" from manifest.mn. Removewtc%google.com2010-08-031-2/+0
* Bug 526910: Increase the max response length for CRL downloads to 512 KB.wtc%google.com2010-02-101-0/+9
* Bug 504398: pkix_pl_AIAMgr_GetHTTPCerts could crash if SEC_GetRegisteredHttpC...nelson%bolyard.com2009-07-151-0/+2
* 321755 - (CRLDP) implement crlDistributionPoint extension in libPKIX. Patch ...alexei.volkov.bugs%sun.com2009-04-185-380/+632
* Fix for bug 321755 . Changes in CRL cache to implement CRL DP. Work in progre...julien.pierre.boogz%sun.com2009-04-171-4/+8
* 487962 - pkix_pl_HttpDefaultClient leaks a buffer upon an error.r=nelsonalexei.volkov.bugs%sun.com2009-04-121-3/+6
* 420991 - libPKIX returns wrong NSS error code. r=nelsonalexei.volkov.bugs%sun.com2009-04-104-14/+30
* 480257 - OCSP fails when response > 1K Byte. r=nelsonalexei.volkov.bugs%sun.com2009-03-042-3/+6
* 473944 - Trust anchor is not trusted when requireFreshInfo flag is set. r=ne...alexei.volkov.bugs%sun.com2009-02-091-6/+0
* 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-123-527/+0
* 470070 - Multiple object leaks reported by tinderbox. r=nelsonalexei.volkov.bugs%sun.com2008-12-191-0/+1
* 390527 - get rid of pkixErrorMsg variable in PKIX_Error. r=nelsonalexei.volkov.bugs%sun.com2008-11-201-21/+2
* 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-314-0/+181
* 432260 - [@ pkix_pl_HttpDefaultClient_HdrCheckComplete - PKIX_PL_Memcpy] cra...alexei.volkov.bugs%sun.com2008-10-252-252/+212
* 412311 - Replace PR_INTERVAL_NO_WAIT with PR_INTERVAL_NO_TIMEOUT in client i...alexei.volkov.bugs%sun.com2008-10-245-242/+230
* Bug 459231 - Memory leak in cert fetching - AIA extension. r=nelsonalexei.volkov.bugs%sun.com2008-10-203-11/+32
* Bug 430859 ? PKIX: Policy mapping fails verification with error "invalid argu...alexei.volkov.bugs%sun.com2008-07-231-0/+2
* Bug 432303 ? Replace PKIX_PL_Memcpy with memcpy. r=nelsonalexei.volkov.bugs%sun.com2008-06-121-23/+7
* Bug 434187: fixed compiler warnings reported by GCC on Mac OS X.wtc%google.com2008-06-061-1/+0
* Bug 429716: debug builds of libPKIX unconditionally dump socket traffic to st...nelson%bolyard.com2008-05-151-1/+1
* 390381 - libpkix rejects cert chain when root CA cert has no basic constraints.alexei.volkov.bugs%sun.com2008-03-141-2/+0
* 417024 - Convert libpkix error code into nss error code. r=nelsonalexei.volkov.bugs%sun.com2008-02-252-4/+4
* Fix for bug 291384 . Remove unnecessary semicolons in SEC_ASN1_MKSUB . r=nelsonjulien.pierre.boogz%sun.com2008-02-081-3/+3
* 408434 - Crash with PKIX based verify. r=nelsonalexei.volkov.bugs%sun.com2008-01-162-118/+53
* 395093 - pkix_pl_HttpCertStore_ProcessCertResponse is unable to process certs...alexei.volkov.bugs%sun.com2008-01-101-59/+52
* 397832 - libpkix leaks memory if a macro calls a function that returns an err...alexei.volkov.bugs%sun.com2007-12-193-72/+34
* 407064 - pkix_pl_LdapCertStore_BuildCrlList should not fail if a crl fails to...alexei.volkov.bugs%sun.com2007-12-111-2/+3
* 397825 - libpkix: ifdef code that uses user object types. r=nelsonalexei.volkov.bugs%sun.com2007-12-102-44/+68
* 397832 - libpkix leaks memory if a macro calls a function that returns an err...alexei.volkov.bugs%sun.com2007-12-062-3/+6
* 399326 - libpkix is unable to validate cert for certUsageStatusResponder. r=n...alexei.volkov.bugs%sun.com2007-12-051-1/+27
* Bug 395090 remove duplication of pkcs7 from pkix_pl_httpcertstore.c.rrelyea%redhat.com2007-11-273-755/+60
* Back out checkin.. Tinderbox went orange.rrelyea%redhat.com2007-11-163-60/+755
* Bug 395090 remove duplication of pkcs7 from pkix_pl_httpcertstore.c.rrelyea%redhat.com2007-11-163-755/+60
* Fix for arena double free introduced by integration of a patch for pkix_pl_pk...alexei.volkov.bugs%sun.com2007-11-121-0/+1
* 397832 - libpkix leaks memory if a macro calls a function that returns an err...alexei.volkov.bugs%sun.com2007-11-103-30/+26
* Bug 391454, libPKIX does not honor NSS's override trust flagskaie%kuix.de2007-11-071-4/+2
* Fix for bug 286642 . Move utility functions to new libnssutil shared library....julien.pierre.boogz%sun.com2007-10-121-14/+25
* 393174 - Memory leaks in ocspclnt/PKIX. r=nelsonalexei.volkov.bugs%sun.com2007-10-101-0/+2
* 391457 - libpkix does not check for object ref leak at shutdown. r=nelsonalexei.volkov.bugs%sun.com2007-10-088-0/+16