summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close MOZILLA_1_4_BRANCHMOZILLA_1_4_BRANCHFranziskus Kiefer2017-09-290-0/+0
|
* b=249004 Do not import invalid/untrusted certs, prevent a DoS that disables ↵MOZILLA_1_4_4_RELEASEMOZILLA_1_4_3_RELEASEkaie%kuix.de2004-07-271-0/+1
| | | | | | SSL connections to trusted peers. r=relyea sr=jst/brendan a=blizzard
* Remove code that attempted to compare simple host names in URLs withcaillon%redhat.com2004-07-123-37/+17
| | | | | | FQDNs in certificate host names. This was insecure. Bug 234058. r=wtc. Patch by nelsonb a=blizzard
* Fix for 240361 - crash in CERT_CheckValidTimescaillon%redhat.com2004-07-123-4/+15
| | | | | Patch by Julien Pierre r=nelson/wtc a=blizzard
* #231698MOZILLA_1_4_2_RELEASEmkaply%us.ibm.com2004-02-033-40/+79
| | | | | r=MisterSSL, sr=wchang0222r, a=mkaply patch from Robert Relyea - regression in NSS 3.9
* Make file binarymkaply%us.ibm.com2004-02-031-2/+2
|
* a=mkaply, blizzard = move 1.4.2 to NSS_3_9_RTMmkaply%us.ibm.com2004-01-23475-111511/+10138
|
* fixup commit for branch 'MOZILLA_1_4_BRANCH'cvs2hg2003-12-2346-0/+12559
|
* Bug 226470 - NSS incorrectly uses C++ compiler to compile C code on AIXpkw%us.ibm.com2003-12-152-5/+57
|\ | | | | | | r=wchang0222@aol.com, a=mkaply@us.ibm.com
* | fixup commit for tag 'MOZILLA_1_4_1_RELEASE'MOZILLA_1_4_1_RELEASEcvs2hg2003-08-131-55/+0
|/
* b=213084 crash when reading signed messages with some certskaie%kuix.de2003-08-133-34/+46
| | | | r=kaie sr=jpierre a=mkaply
* #209827mkaply%us.ibm.com2003-07-072-0/+9
|\ | | | | | | | | r=pedemont, a=mkaply Branch only - turn off optimization for two files
| * fixup commit for tag 'NETSCAPE_7_1_RELEASE'NETSCAPE_7_1_RELEASEcvs2hg2003-06-180-0/+0
| |\ | |/ |/|
| * fixup commit for tag 'MOZILLA_1_4_RELEASE'MOZILLA_1_4_RELEASEcvs2hg2003-06-181-55/+0
|/
* #209356mkaply%us.ibm.com2003-06-183-2/+63
|\ | | | | | | | | r=pedemonte, a=mkaply,asa,blizzard,jesup Unoptimize a file for OS/2 so personal certs work
| * Bug 208343: removed two Baltimore root certificates. r=relyea. a=asa,adt.wtc%netscape.com2003-06-053-516/+68
| | | | | | | | | | Modified Files: certdata.c certdata.txt nssckbi.h Tag: MOZILLA_1_4_BRANCH
| * Eliminate more NULL pointer dereferences. Bug 207740. r=wtc. (The patch iswtc%netscape.com2003-06-051-4/+4
| | | | | | | | | | Nelson's.) a=asa,adt for checkin to the Mozilla 1.4 branch. Tag: MOZILLA_1_4_BRANCH
| * Bug 204555: Eliminated other potential crashes in code related towtc%netscape.com2003-06-021-233/+277
| | | | | | | | | | certificate names. r=wtc. a=asa,adt. Tag: MOZILLA_1_4_BRANCH
| * Bugzilla 207379: removed the certificate "ValiCert OCSP Responder".wtc%netscape.com2003-06-023-336/+76
| | | | | | | | | | | | Bumped version to 1.40 (for NSS 3.8 branch). r=relyea. a=asa,adt. Modified Files: certdata.c certdata.txt nssckbi.h Tag: MOZILLA_1_4_BRANCH
| * Partial fix for bug 204555, back ported from trunk for MOZILLA_1_4_BRANCH.wtc%netscape.com2003-05-291-7/+17
| | | | | | | | Correctly copy RDNs with empty AVA lists. r=wtc. a=asa.
| * Backport fixes from trunk (genname rev. 1.9 and secname rev. 1.10 andwtc%netscape.com2003-05-282-53/+29
| | | | | | | | rev. 1.11) to MOZILLA_1_4_BRANCH. Bug 204555. a=sspitzer.
| * Back port rev 1.26 from trunk to MOZILLA_1_4_BRANCH. Fix bug 174885.wtc%netscape.com2003-05-282-7/+59
| |\ | | | | | | | | | a=sspitzer.
| * \ fixup commit for tag 'MOZILLA_1_4_2003052312_BASE'MOZILLA_1_4_2003052312_BASEcvs2hg2003-05-211-55/+0
| |\ \ | | |/ | |/|
| | * fixup commit for tag 'FIREBIRD_0_6_RELEASE'FIREBIRD_0_6_RELEASEcvs2hg2003-05-211-55/+0
| |/
* | fixup commit for tag 'CFM_LAST_RITES'CFM_LAST_RITEScvs2hg2003-06-058-1143/+406
|/
* fixup commit for branch 'MOZILLA_1_4_BRANCH'cvs2hg2003-05-2160-1183/+653
|
* Fix for bug 200394 - update softoken version to 3.8 . r=wtcjpierre%netscape.com2003-04-031-2/+2
|
* Set NSS version to 3.8.wtc%netscape.com2003-04-021-2/+3
|
* Fix bug 200224. Eliminate null ptr dereference.nelsonb%netscape.com2003-04-021-1/+1
|
* Import NSPR 4.3 RTM.wtc%netscape.com2003-04-021-1/+1
|
* Fix bug 95138. Make debug .EXE files with debug symbols.nelsonb%netscape.com2003-04-021-1/+1
|
* Bug 200179: prepend, rather than overwrite, the shared library search path.wtc%netscape.com2003-04-011-4/+4
| | | | We can't assume the shared library search path is not set.
* Destroy the hash context, public key, private key, and slot so that NSSwtc%netscape.com2003-04-011-2/+14
| | | | shutdown will succeed. r=relyea.
* Added a missing {.wtc%netscape.com2003-04-011-1/+1
|
* checking return value of NSS_Shutdown() - bug 171263bishakhabanerjee%netscape.com2003-04-011-1/+2
|
* checking return value of NSS_Shutdown - bug 171263bishakhabanerjee%netscape.com2003-04-011-1/+3
|
* checking return value of NSS_Shutdown() - bug 171263bishakhabanerjee%netscape.com2003-04-013-3/+9
|
* Checking return value of NSS_Shutdown() - bug 171263bishakhabanerjee%netscape.com2003-04-012-3/+8
|
* checking return value of NSS_Shutdown() - bug 171263bishakhabanerjee%netscape.com2003-04-014-4/+10
|
* Fix for 199227 - keep enumerating certs in tokens even if one token fails. ↵jpierre%netscape.com2003-04-011-3/+0
| | | | r=relyea
* Bug 195127: Turn off debugging output now that we have the AIX tinderboxwtc%netscape.com2003-03-2936-88/+4023
|\ | | | | | | working correctly.
| * Bug 199628: support shlibsign on OpenVMS. Pass $(OS_TARGET) instead ofwtc%netscape.com2003-03-293-14/+31
| | | | | | | | | | | | | | $(IS_WINDOWS) to sign.sh and sign.cmd (which ignores that argument). In sign.sh, use a case statement with three cases: Windows, OpenVMS, and others. The patch is contributed by Colin Blakes <colin@theblakes.com>. Modified Files: Makefile sign.cmd sign.sh
| * Changes to enable ECC over characteristic 2^m fields.nelsonb%netscape.com2003-03-2911-76/+1379
| | | | | | | | | | | | | | | | | | | | | | Contribution from Vipul Gupta <Vipul.Gupta@Sun.COM> Modified Files: nss/cmd/strsclnt/strsclnt.c nss/lib/cryptohi/seckey.c nss/lib/freebl/blapit.h nss/lib/freebl/ec.c nss/lib/freebl/manifest.mn nss/lib/freebl/mpi/Makefile nss/lib/softoken/ecdecode.c nss/lib/softoken/pkcs11.c nss/lib/ssl/ssl3con.c nss/lib/util/secoid.c nss/lib/util/secoidt.h
| * Backout change that broke Sun's build - requires gmake 3.79jpierre%netscape.com2003-03-281-20/+4
| |
| * Fix for bug 105271 - compile source files with full pathnames on Windows & ↵jpierre%netscape.com2003-03-281-4/+20
| | | | | | | | OS/2 to help debugging. r=wtc
| * Bug 195797: support building NSS with GCC 3.x on OS/2. The patch iswtc%netscape.com2003-03-273-9/+16
| | | | | | | | | | | | | | contributed by Javier Pedemonte <pedemont@us.ibm.com>. Modified Files: security/coreconf/OS2.mk security/coreconf/rules.mk security/nss/cmd/shlibsign/sign.cmd
| * Add missing return statement.nelsonb%netscape.com2003-03-271-0/+1
| |
| * Bug 199134: fixed build failures on FreeBSD. We need to specify -pthreadwtc%netscape.com2003-03-272-0/+5
| | | | | | | | | | | | | | when linking an executable (already doing that when linking a shared lib), and we need to use the -rpath-link flag to help the linker find the shared libraries that we indirectly link with. r=cls. Modified Files: coreconf/FreeBSD.mk nss/cmd/platlibs.mk
| * Bug 195127: set the LIBPATH environment variable (used by AIX) as absolutewtc%netscape.com2003-03-261-1/+1
| | | | | | | | | | | | | | | | pathname. It seems that AIX caches shared libraries. If another app loaded the same shared library earlier, the cached copy of the shared library, including the pathname with which it was loaded, will be used. So we need to ensure that all apps load libsoftokn3.so with an absolute pathname so that the pathname is correct to all apps.
| * Removed extraneous trailing / after directory pathnames.wtc%netscape.com2003-03-261-2/+2
| |