jpierre%netscape.com
909489401d
Fix for 178895 - QuickDER optimizations. r=relyea
2004-06-05 00:50:32 +00:00
nelsonb%netscape.com
6edf60ce5c
Make crmftest compile and run with NSS 3.10 shared libraries.
...
Enhance the command line parsing to permit portions of the tests
to be individually selected. The code still doesn't all run
to completion without errors, but it gets MUCH farther than before.
Bug 244329.
2004-06-03 03:56:48 +00:00
nelsonb%netscape.com
45fbe7addd
Fix an erroneous assertion. Clean up some other code. Bug 244929.
...
r= jpierre, wtc.
2004-06-03 03:41:07 +00:00
nelsonb%netscape.com
4bc475a605
Export symbols needed for crmftest. r=relyea. bug 244329.
2004-06-02 22:19:33 +00:00
jpierre%netscape.com
8f86eb3572
Fix for 244915 . resolve issues from previous patch
2004-06-02 01:56:43 +00:00
jpierre%netscape.com
6986ea78e8
Fix for 244915 - r=wtc, misterssl . Correctly build freebl on Solaris 10
2004-06-02 00:40:53 +00:00
bishakhabanerjee%netscape.com
4cb1108d34
chenged log names to better align them in summary, added SMIME test output
...
to emailed log summary
2004-05-27 22:09:03 +00:00
nelsonb%netscape.com
f2dedf230d
a) adds the missing code to put stdin into binary mode.
...
b) add the -i option to the usage message
c) builds addbuiltins with shared libs
(includes "nssrenam.h" for some symbols)
d) build addbuiltins as part of the normal builds.
2004-05-25 21:47:44 +00:00
jpierre%netscape.com
3c9a7eb176
Fix for 244095 - link NSS libraries with -R $ORIGIN on Solaris
2004-05-25 00:13:12 +00:00
roc+%cs.cmu.edu
0e3ff503fb
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
2004-05-22 22:15:22 +00:00
nelsonb%netscape.com
ed9a466108
Fix crash when array member is used as variable. Bug 243655. r=relyea.
2004-05-22 01:24:22 +00:00
nelsonb%netscape.com
6481991845
Use "slop time" in nextUpdate validity check for CRLs. Bug 242146.
...
r=julien.pierre
2004-05-22 01:03:26 +00:00
nelsonb%netscape.com
81bf125709
Add missing license block. Wrap long lines. Bug 243580. r=relyea.
2004-05-22 00:56:46 +00:00
bishakhabanerjee%netscape.com
f7ffa7b7e8
script to run NISCC tests; cvs pull of NSS and does special build, runs SMIME
...
and SSL tests, logs results to file, summarizes log results
2004-05-20 00:56:40 +00:00
ian.mcgreer%sun.com
92584e19c6
certdata.c is checked in and shouldn't be ignored
2004-05-17 20:47:35 +00:00
ian.mcgreer%sun.com
be72ca16c5
bug 180268, reimplement ssl step-up for builtins
2004-05-17 20:08:38 +00:00
christophe.ravel.bugs%sun.com
e23dc68c35
238319 : Sun packaging changes
2004-05-13 07:13:01 +00:00
wchang0222%aol.com
081ede0ac7
Bugscape bug 57081: If the make variable NISCC_TEST is defined at build
...
time, add -DNISCC_TEST to the compile command line. The NISCC_TEST macro
enables special code that's conditionally compiled for NISCC testing.
Modified Files:
cmd/smimetools/Makefile cmd/smimetools/cmsutil.c
lib/ssl/config.mk lib/ssl/manifest.mn
2004-05-13 01:29:15 +00:00
relyea%netscape.com
5d4e32454a
scripts for pk11util
2004-05-12 23:49:39 +00:00
ian.mcgreer%sun.com
1d3c78cf5a
program for generating FIPS algorithm test results
2004-05-12 17:30:31 +00:00
jpierre%netscape.com
df13c3077c
Fix for 240784 - FIPS doesn't work on OS/2 . r=mkaply,wtc
2004-05-11 04:01:28 +00:00
jpierre%netscape.com
79af302c8e
Fix for 242984 - crash with application having incomplete PRIOMethods. r=nelsonb,wtc
2004-05-11 03:48:25 +00:00
jpierre%netscape.com
b97913e992
Fix for 240361 - crash in CERT_CheckValidTimes
2004-05-11 02:43:10 +00:00
cbiesinger%web.de
a43c8c5c29
Bug 242457 make NTLM Auth Module use nspr logging, instead of #ifdef+printf
...
r+sr=darin
2004-05-08 15:05:56 +00:00
jpierre%netscape.com
576e2a2776
Fix for 202979 . Resolve binary compatibility issue for CERT_ImportCerts . r=wtc, jpierre
2004-05-05 01:15:39 +00:00
relyea%netscape.com
1d997eb6cd
Fix mechanism command.
2004-05-05 00:36:52 +00:00
wchang0222%aol.com
59319a778c
Bugzilla bug 238914: declare namesRunningOffset as unsigned long to avoid
...
overflow. Fixed a regression introduced by the previous checkin ('nss' is
allowed to be NULL). Set slotStrings[i] to NULL after freeing to avoid
double-free. r=relyea,nelsonb.
2004-04-30 23:41:44 +00:00
darin%meer.net
1e8d941f96
landing patch for bug 241124 "move GSSAPI code behind nsIAuthModule so it can be used by mail protocols" r=cneberg sr=bryner
2004-04-28 02:12:52 +00:00
gerv%gerv.net
9bd361a285
Bug 236613: change to MPL/LGPL/GPL tri-license. Restore Id: lines.
2004-04-27 23:04:40 +00:00
gerv%gerv.net
3634d4d94b
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-25 15:03:26 +00:00
bzbarsky%mit.edu
c3311361cd
VerifySignature should not leak on various failures. Bug 241013, r=jgmyers,
...
sr=brendan
2004-04-22 17:40:51 +00:00
jst%mozilla.jstenback.com
6a9d89a9fa
Fixing bug 240723. Cleaning up nsIFilePicker a bit, no more nsIDOMWindowInternal, and use our string classes and not raw strings. r=caillon@gmail.com, sr=bzbarsky@mit.edu
2004-04-21 23:38:22 +00:00
wchang0222%aol.com
76e3cc1538
Bugzilla bug 90906: removed unused variable 'size'. The patch is from
...
Serge GAUTHERIE <gautheri@noos.fr>. r=wtc.
2004-04-21 18:57:51 +00:00
gerv%gerv.net
8b8dde7d95
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +00:00
jgmyers%speakeasy.net
b2f4a8b199
move cert details code: bug 230655 r=ddrinan sr=jag
2004-04-18 21:20:31 +00:00
bryner%brianryner.com
642f7ede36
deCOMtaminate nsIScriptObjectPrincipal (bug 240745). This also fixes some code in nsCrypto.cpp that sems to have been mis-braced (I don't think it was working as intended). r+sr=jst.
2004-04-18 00:28:47 +00:00
varga%nixcorp.com
2cd056deb1
Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner
2004-04-17 05:53:38 +00:00
neil%parkwaycc.co.uk
a196934eb6
Bug 240256 Fixing DOCTYPE to match document element p=vberon@mecano.gme.usherb.ca r=me sr=mscott
2004-04-13 09:34:47 +00:00
timeless%mozdev.org
a69d43c721
Bug 237844 nsSecureBrowserUIImpl::~nsSecureBrowserUIImpl doesn't need to removeObserver
...
r=jgmyers sr=alecf
2004-04-13 05:16:05 +00:00
jgmyers%speakeasy.net
50d65e5e71
Check trust bits before examining cert fields when classifying certs: bug 178692 r=ssauxh sr=brendan a=asa
2004-04-11 21:03:05 +00:00
nelsonb%netscape.com
542f76a15a
Change ssl test scripts to invoke tstclnt with the server's FQDN.
...
Necessary because of fix to bug 234058.
2004-04-08 03:01:02 +00:00
nelsonb%netscape.com
abe92ad094
Remove code that attempted to compare simple host names in URLs with
...
FQDNs in certificate host names. This was insecure. Bug 234058. r=wtc.
2004-04-08 00:17:46 +00:00
relyea%netscape.com
e4ab49876e
Fix missing indexes when fetching lengths (get tinderbox working again).
2004-04-07 19:00:08 +00:00
relyea%netscape.com
66be1e00e1
Bug 239827: Fix race condition in unwrap private key (if target key is symetric).
2004-04-07 01:18:46 +00:00
relyea%netscape.com
77bd494c63
Bug 238914. r=wchang sr=misterSSL
...
Agressive checks on database data before we actually reference it. This
should prevent crashes because of invalid databases.
2004-04-07 00:58:58 +00:00
wchang0222%aol.com
a032d5bd44
Bugzilla bug 238565: made the comment match the code. r=nelsonb.
2004-03-27 01:51:25 +00:00
wchang0222%aol.com
ec68ee33b1
Bugzilla bug 237934: in nss_InitLock, nss_InitMonitor, and
...
NSSRWLock_AtomicCreate, we need to doublecheck the lock/monitor's pointer
after we acquired the spin lock. r=nelsonb,jpierre.
Modified Files: nsslocks.c nssrwlk.c
2004-03-27 01:08:15 +00:00
nelsonb%netscape.com
c0104f0a69
Correct the parsing of certain forms of GeneralName. Bug 233586.
...
r=julien.pierre
2004-03-26 01:15:33 +00:00
cls%seawood.org
7747aca85b
Use the brute force method to override NSS build variables when cross-compiling.
...
Bug #172651 r=darin a=chofmann
2004-03-23 04:15:56 +00:00
nelsonb%netscape.com
dade383614
Fix a regression introduced by rev 1.19, after NSS 3.9 was released.
...
r=julien.pierre. bugscape 56484.
2004-03-23 03:29:56 +00:00