summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 436806: On FreeBSD, assume elf instead of a.out if the objformatwtc%google.com2008-07-121-1/+1
* Bug 443760: Removed an extra semicolon. The patch is contributed bywtc%google.com2008-07-121-3/+3
* 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
* Bug 444308: Fixed certs validity in IOPR tests. r=alexeislavomir.katuscak%sun.com2008-07-101-4/+8
* Additional fix for 430405. Previous patch leaked PKIX_Error object.alexei.volkov.bugs%sun.com2008-07-091-1/+1
* 443755 remove extra semicolon patch from Jesse Ruderman r=nelson and myself g...glen.beasley%sun.com2008-07-091-7/+6
* 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
* 408847 - pkix_OcspChecker_Check does not support specified responder (and giv...alexei.volkov.bugs%sun.com2008-07-086-23/+35
* Bug 436417 ? PK11_ImportDERPrivateKeyInfoAndReturnKey fails when RSA priv key...rrelyea%redhat.com2008-07-042-5/+38
* Bug 440617: Checking back outed patch back to CVS. (problem was not in this p...slavomir.katuscak%sun.com2008-07-011-54/+66
* Bug 438876: signtool is still using static libraries, patch part 2.nelson%bolyard.com2008-06-302-3/+1
* Restore USE_STATIC_LIBS = 1 to manifest.mn to get signtool building onnelson%bolyard.com2008-06-302-3/+2
* Bug 440617: Backing out last patch, caused problems in Windows.slavomir.katuscak%sun.com2008-06-301-66/+54
* Bug 438876rrelyea%redhat.com2008-06-274-53/+26
* bug 438878rrelyea%redhat.com2008-06-271-2/+0
* Bug 440617: Fixed reporting of certificate extensions tests. r=nelsonslavomir.katuscak%sun.com2008-06-271-54/+66
* Bug 430859 ? PKIX: Policy mapping fails verification with error "invalid argu...alexei.volkov.bugs%sun.com2008-06-271-1/+10
* export PK11_FindCertFromDERCertItem()rrelyea%redhat.com2008-06-262-1/+4
* Bug 417399 ? Arena Allocation results are not checked in pkix_pl_InfoAccess_P...alexei.volkov.bugs%sun.com2008-06-251-22/+23
* Dummy whitespace checkin for bug 433444, no reviewkaie%kuix.de2008-06-251-1/+1
* Dummy whitespace change to test bug 433444, no reviewkaie%kuix.de2008-06-251-1/+1
* Bug 401877: Using separate HOSTDIR for Upgrade DB test cycle. r=julienslavomir.katuscak%sun.com2008-06-243-29/+25
* Bug 367384: Updating ignored stacks.slavomir.katuscak%sun.com2008-06-231-0/+1
* Bug 436957: Fix decoding in CERT_DecodeCRLDistributionPoints, r=julien.pierrenelson%bolyard.com2008-06-204-75/+102
* Bug 372241: Need more versatile form of CERT_NameToAscii, r=juliennelson%bolyard.com2008-06-205-92/+247
* Back out last revision, which failed a tinderbox test.nelson%bolyard.com2008-06-191-81/+70
* Bug 430135 ? Need improvement to pkix object leak testing. Adding missing certs.alexei.volkov.bugs%sun.com2008-06-193-0/+0
* Bug 436957: Fix decoding in CERT_DecodeCRLDistributionPoints, r=julien.pierrenelson%bolyard.com2008-06-191-70/+81
* Bug 440062 ? incorrect list element count in PKIX_List_AppendItem function. r...alexei.volkov.bugs%sun.com2008-06-181-6/+10
* Bug 438685 ? libpkix doesn't try all the issuers in a bridge with multiple ce...alexei.volkov.bugs%sun.com2008-06-182-4/+5
* Bug 436430: changed "UNIX time" to "NSPR time" in the comments. r=nelson.wtc%google.com2008-06-181-6/+6
* Bug 436430: removed the declarations of unimplemented functionswtc%google.com2008-06-181-18/+0
* Bug 436430: the |time| parameter of cert_VerifyCertChainPkix should bewtc%google.com2008-06-182-2/+2
* Bug 430135 ? Need improvement to pkix object leak testing. r=nelsonalexei.volkov.bugs%sun.com2008-06-177-30/+46
* Fix for bug 423839 . Add multiple PKCS#11 token password command line option ...julien.pierre.boogz%sun.com2008-06-161-11/+55
* Bug 436430: Start to build the cmd/tests directory. Added the test programwtc%google.com2008-06-143-2/+128
* Bug 436430: NSS public headers should not use NSPR 1.0 compatibility typeswtc%google.com2008-06-1423-184/+184
* Bug 434398: libPKIX cannot find issuer cert immediately after checking it wit...nelson%bolyard.com2008-06-142-11/+21
* Bug 434099: NSS relies on unchecked PKCS#11 object attribute values, r=rrelyeanelson%bolyard.com2008-06-141-6/+13
* Bug 438685 ? libpkix doesn't try all the issuers in a bridge with multiple ce...alexei.volkov.bugs%sun.com2008-06-131-13/+7
* Back out last checkin, which introduced crashes in pk12util. Sheriff Nelsonnelson%bolyard.com2008-06-131-49/+11
* Fix for bug 423839 . Add multiple PKCS#11 token password command line option ...julien.pierre.boogz%sun.com2008-06-121-11/+49
* Bug 432303 ? Replace PKIX_PL_Memcpy with memcpy. r=nelsonalexei.volkov.bugs%sun.com2008-06-124-82/+7
* fix assertion failures and other crashes for bug 401928. r=rrelyeanelson%bolyard.com2008-06-113-10/+16
* 430369 - vfychain -o succeeds even if -pp is not specified. Bug 430368 ? vfyc...alexei.volkov.bugs%sun.com2008-06-111-5/+25