summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close GECKO190_20081030_RELBRANCHGECKO190_20081030_RELBRANCHFranziskus Kiefer2017-09-290-0/+0
|
* fixup commit for branch 'GECKO190_20081030_RELBRANCH'NSS_3_12_1_WITH_CKBI_1_72_RTMFIREFOX_3_0_4_RELEASEFIREFOX_3_0_4_BUILD1cvs2hg2008-10-175-9/+233
|
* Bug 330628, coreconf/Linux.mk should _not_ default to x86 but result in an ↵NSS_3_12_1_RC1FIREFOX_3_0_2_BUILD4FIREFOX_3_0_2_BUILD3FIREFOX_3_0_2_BUILD2FIREFOX_3_0_2_BUILD1kaie%kuix.de2008-08-141-0/+5
| | | | | | | error if host is not recognized Patch by Mike Hommey and Wan-Teh Chang r=rrelyea, r=kaie
* Bug 449883, Replace existing "GlobalSign Root CA" cert and add new ↵kaie%kuix.de2008-08-143-65/+357
| | | | | | WellsSecure cert r=rrelyea, r=nelson
* Bug 330628, backing myself out. I forgot we're on a freeze towards 3.12.1. sorrykaie%kuix.de2008-08-141-5/+0
|
* Bug 330628, coreconf/Linux.mk should _not_ default to x86 but result in an ↵kaie%kuix.de2008-08-141-0/+5
| | | | | | error if host is not recognized. r=relyea
* 448324 - ocsp checker returns incorrect error code on request with invalid ↵alexei.volkov.bugs%sun.com2008-08-121-20/+24
| | | | signing cert. r=nelson
* Remove Beta flag for NSS 3.12.1 RC1 build.christophe.ravel.bugs%sun.com2008-08-111-2/+2
|
* Prepare NSS 3.12.1 RC1.christophe.ravel.bugs%sun.com2008-08-111-2/+2
|
* Backout last checkin to tstclnt.c, which appears to have broken somenelson%bolyard.com2008-08-111-16/+32
| | | | tinderboxes. /Sheriff Nelson
* Bug 427479: Include file case changes for mingw cross compilation on a linux ↵nelson%bolyard.com2008-08-111-2/+2
| | | | | | host patch by Mook <mook.moz+mozbz@gmail.com>, r=nelson
* 430380 - policies : explicit trust anchor results in false positives with ↵alexei.volkov.bugs%sun.com2008-08-111-75/+126
| | | | vfychain. r=nelson
* Fix to memleak tinderbox: make sure the real error get propagated to a ↵alexei.volkov.bugs%sun.com2008-08-111-0/+2
| | | | caller function.
* 444404 - libpkix reports "unknown issuer" for nearly all certificate errors. ↵alexei.volkov.bugs%sun.com2008-08-104-0/+89
| | | | r=nelson
* Bug 444850 ? NSS misbehaves badly in the presence of a disabled PKCS#11 slotnelson%bolyard.com2008-08-096-68/+103
| | | | r=julien.pierre, rrelyea
* Bug 330622: certutil's usage messages incorrectly document certain options, ↵nelson%bolyard.com2008-08-091-6/+16
| | | | | | r=kaie Bug 448323: certutil -K doesn't report the token and slot names for found keys, r=julien
* Fix for bug 423839 . Add multiple PKCS#11 token password command-line option ↵julien.pierre.boogz%sun.com2008-08-0820-230/+196
| | | | to NSS tools. r=nelson
* Fix for bug 449146 . remove dead libsec function declarations. r=nelsonjulien.pierre.boogz%sun.com2008-08-071-74/+0
|
* Fix for bug 423839 . Add multiple PKCS#11 token password command line ↵julien.pierre.boogz%sun.com2008-08-044-44/+39
| | | | options to crmftest, modutil, p7sign, p7content . r=nelson
* Fix for bug 129303 . Add missing declaration for PK11_GetAllSlotsForCert. ↵julien.pierre.boogz%sun.com2008-08-041-0/+7
| | | | r=nelson
* Bug 448200. fix systemic misspellings of deprecated and function, ↵nelson%bolyard.com2008-08-047-13/+13
| | | | r=julien.pierre
* Bug 401877: Moved noise file generation to separate function. r=julienslavomir.katuscak%sun.com2008-07-281-6/+12
|
* Don't abort search for certs when a slot reports error, v2nelson%bolyard.com2008-07-261-39/+49
| | | | bug 444850, r=julien,wtc
* Bug 430859 ? PKIX: Policy mapping fails verification with error "invalid ↵alexei.volkov.bugs%sun.com2008-07-231-0/+2
| | | | arguments". r=nelson
* Bug 444850. Don't ask the module to use an invalid session handle innelson%bolyard.com2008-07-221-1/+7
| | | | find_objects. r=alexei,julien sr=wtc.
* bug 444850. Don't crash when CERT_CreateSubjectCertList fails to find anynelson%bolyard.com2008-07-221-1/+11
| | | | | certs that match the subject name of a cert that NSS has just found. r=alexei.volkov,wtc
* Bug 384459, ignore issuer and serial number components of authority key IDnelson%bolyard.com2008-07-222-36/+15
| | | | | extension when they don't match. Don't report them in certutil either. r=rrelyea, sr=wtc
* Fix for bug 442618 . Eliminate dead function CERT_CertPackageType . r=nelsonjulien.pierre.boogz%sun.com2008-07-212-112/+0
|
* Bug 436806: On FreeBSD, assume elf instead of a.out if the objformatwtc%google.com2008-07-121-1/+1
| | | | | utility is not available. The patch is contributed by Marco Perez <bugmail@millibyte.net>. r=wtc.
* Bug 443760: Removed an extra semicolon. The patch is contributed bywtc%google.com2008-07-121-3/+3
| | | | Jesse Ruderman <jruderman@gmail.com>. r=wtc.
* 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. ↵alexei.volkov.bugs%sun.com2008-07-111-45/+26
| | | | r=nelson
* 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. ↵alexei.volkov.bugs%sun.com2008-07-101-42/+24
| | | | r=nelson
* 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 ↵glen.beasley%sun.com2008-07-091-7/+6
| | | | glenb
* 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 ↵alexei.volkov.bugs%sun.com2008-07-092-2/+11
| | | | configuration. r=nelson
* 408847 - pkix_OcspChecker_Check does not support specified responder (and ↵alexei.volkov.bugs%sun.com2008-07-086-23/+35
| | | | given signercert). r=nelson
* Bug 436417 ? PK11_ImportDERPrivateKeyInfoAndReturnKey fails when RSA priv ↵rrelyea%redhat.com2008-07-042-5/+38
| | | | key already exists in softoken (edit)
* Bug 440617: Checking back outed patch back to CVS. (problem was not in this ↵slavomir.katuscak%sun.com2008-07-011-54/+66
| | | | patch)
* Bug 438876: signtool is still using static libraries, patch part 2.nelson%bolyard.com2008-06-302-3/+1
| | | | | | r=rrelyea Modified Files: certgen.c manifest.mn
* Restore USE_STATIC_LIBS = 1 to manifest.mn to get signtool building onnelson%bolyard.com2008-06-302-3/+2
| | | | | | Windows again. This is a partial backout of the previous checkin for manifest.mn. Also, don't include unnecessary private header files. Related to bug 438876. Sheriff Nelson
* 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
| | | | | | | signtool is still using static libraries r=wtc also addresses review comments 2 and 3.
* bug 438878rrelyea%redhat.com2008-06-271-2/+0
| | | | r=wtc (address review comment 4)
* 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 ↵alexei.volkov.bugs%sun.com2008-06-271-1/+10
| | | | arguments". Initial fix. r=nelson