Граф коммитов

626 Коммитов

Автор SHA1 Сообщение Дата
nelsonb%netscape.com f9b2295a60 Fix crash when PR_Connect times out. 2000-09-28 01:50:15 +00:00
mcgreer%netscape.com 46d7499d6f shell script to run self-tests on ciphers supported by NSS. 2000-09-27 23:04:01 +00:00
mcgreer%netscape.com 4b03e8bf8a changes for nss script. passed tests produce no output. fix dsa test case. 2000-09-27 23:03:21 +00:00
wtc%netscape.com 070406ea1f Use '$(INSTALL) -m 444' to install files in nss/lib/crypto. By default
INSTALL is $(NSINSTALL) -R on Unix, which creates relative-path symlinks.
2000-09-27 05:49:43 +00:00
sonmi%netscape.com bad0dc56ac added SHLIB_PATH and LIBPATH for HPUX and AIX 2000-09-26 18:47:15 +00:00
wtc%netscape.com 8c6feb497d Bugzilla bug #54131: link executable programs with the -z and +s linker
options.
2000-09-26 04:49:09 +00:00
thayes%netscape.com 9bbc4daa03 Add UTF8String handling to Name attributes. 2000-09-25 21:13:24 +00:00
relyea%netscape.com a47e73ab05 Fix problem where RSA op failures cause multiple retries of the RSA algorithm. 2000-09-23 00:05:27 +00:00
relyea%netscape.com d6ae253521 Move the header files. 2000-09-23 00:04:34 +00:00
relyea%netscape.com d494af743c Use the new NSS_NoDB_init. 2000-09-23 00:00:05 +00:00
wtc%netscape.com 1adb86262f Added perl-generated files nssckpev.h nssckft.h nssckg.h nssck.api. 2000-09-22 22:52:20 +00:00
ddrinan%netscape.com 6581103a47 Copy over ALL of the components directory 2000-09-22 22:32:35 +00:00
relyea%netscape.com 60d0900ca3 Add NSS_NoDB_Init() 2000-09-22 17:34:29 +00:00
relyea%netscape.com f923ace5db Check in changes to add NSS_NoDB_Init(). 2000-09-22 17:33:46 +00:00
ddrinan%netscape.com 40af302348 Make the component directory writeable 2000-09-22 17:06:59 +00:00
mcgreer%netscape.com cae70ded34 revert changes to DH param gen. MPI does compute q=2p+1 for strong primes, but returns q not p. #ifdef in rsa for testing mp_exptmod_d vs. mp_exptmod, mp_exptmod is considerably faster. 2000-09-22 16:24:16 +00:00
wtc%netscape.com 1d2060546c Bugzilla bug #53114: fixed license. 2000-09-22 14:55:03 +00:00
wtc%netscape.com b60704ec9e Added a white space. 2000-09-22 14:52:32 +00:00
wtc%netscape.com b4f26ea4e3 Bugzilla bug #53114: fixed license in nss/cmd/zlib/Makefile and
manifest.mn.  Thanks to Brian Ryner <bryner@netscape.com> for the bug
report.
2000-09-22 05:35:35 +00:00
bryner%uiuc.edu 30ab9913bd Moving files out of security/base at request of security team. The new home for these files is in netwerk. Bug 53648. r=scc. a=gagan,brendan. 2000-09-22 04:42:20 +00:00
ddrinan%netscape.com 02676a0092 Copy ALL the contents of the components directory during build_xpi 2000-09-22 00:02:19 +00:00
mcgreer%netscape.com dd53d4c408 Fix DH param gen, MPI returns Sophie-Germain prime q, then compute 2q + 1. Initial checkin of two KEA functions. 2000-09-21 23:45:24 +00:00
ddrinan%netscape.com 2b2c212de7 This script will run regxpcom 2000-09-21 21:51:57 +00:00
ddrinan%netscape.com 3a0e6d04b6 More bug fixes for regxpcom 2000-09-21 21:50:23 +00:00
ddrinan%netscape.com f3c74c6294 Fix the directory location of regxpcom 2000-09-21 20:09:13 +00:00
ddrinan%netscape.com 49b8d58c54 Fixed a problem with generating the component.reg file 2000-09-21 18:08:25 +00:00
wtc%netscape.com 87762fc67c One only needs to link with either libcrypto or freebl. We need to copy
freebl/sha_fast.{c,h} to libcrypto to make libcrypto complete.
Modified files: nss/cmd/platlibs.mk, nss/lib/Makefile,
nss/lib/fortcrypt/swfort/pkcs11/Makefile.
2000-09-21 06:20:44 +00:00
ddrinan%netscape.com 3667215cd3 Fixed typo 2000-09-21 01:13:38 +00:00
ddrinan%netscape.com 5157809ea8 Generate a component.reg as part of the xpi build for Unix. Bug# 49507 2000-09-20 23:15:23 +00:00
relyea%netscape.com e3404f2a3c Changes to build OS/2 NSS. 2000-09-20 17:20:23 +00:00
relyea%netscape.com 32f5210984 OS/2 build changes. 2000-09-20 17:07:22 +00:00
mcgreer%netscape.com 60a4cfa59f Check in self-test based on FIPS 186-1 appendix 5 2000-09-19 21:14:22 +00:00
chrisk%netscape.com d3fb620cd1 Fix bug # 53221: Call RNG_SystemInfoForRNG to provide RNG with enough
entropy for proper operation.
2000-09-19 19:34:46 +00:00
wtc%netscape.com dfe682c89a Bugzilla bug #53204: import NSPR 4.0.1 on Windows NT and 4.0 on all other
platforms.
Modified files: manifest.mn, Makefile
2000-09-19 17:49:54 +00:00
mcgreer%netscape.com 89db06d9ff include support for adding S/MIME certs to the database. this will be needed for S/MIME test code. 2000-09-19 16:22:17 +00:00
mcgreer%netscape.com 124d13f3df don't set modulus octets until good primes are generated. 2000-09-19 06:18:04 +00:00
wtc%netscape.com 558b4488e2 Bugzilla bug #52404: FreeBSD doesn't have cuserid() either. Thanks to
Thomas Stromberg <tstromberg@rtci.com> for the bug report.
2000-09-19 06:05:28 +00:00
mcgreer%netscape.com eca80fd5cb don't set prime data until good primes are generated. 2000-09-19 06:03:52 +00:00
wtc%netscape.com bd0c75f195 Bugzilla bug #52399: handle FreeBSD. Thanks to Thomas Stromberg
<tstromberg@rtci.com> for the bug report.
2000-09-19 04:11:53 +00:00
wtc%netscape.com 41f888f734 Bugzilla bug #52398: define USE_PTHREADS=1 by default. Do not link with
-lc or -lc_r.  Also merged other changes from NSPR's FreeBSD.mk.
Thanks to Thomas Stromberg <tstromberg@rtci.com> for the bug report.
2000-09-19 03:53:08 +00:00
wtc%netscape.com 149d35adf3 Bugzilla bug #53143: removed the definition of NSPR internal macros.
Modified files: FreeBSD.mk, HP-UXB.10.10.mk, HP-UXB.10.20.mk, Linux.mk,
OSF1.mk, SunOS5.mk, cmd/SSLsample/Makefile.NSS, lib/freebl/Makefile.
2000-09-19 02:24:31 +00:00
wtc%netscape.com de8158bdf3 Added FreeBSD.mk, which contains the common config stuff for all versions
of FreeBSD.mk.  FreeBSD2.mk now merely includes FreeBSD.mk.
Modified file: FreeBSD2.mk
Added file: FreeBSD.mk
2000-09-19 01:48:42 +00:00
cotter%netscape.com 46b55340ed Updated info re installation directories, running Communicator 4.x. Moved sentence re problems running PSM on Unix if you havelogged in as a different user since installation to Known Bugs/Issues. 2000-09-19 00:23:38 +00:00
nelsonb%netscape.com ecbd427c31 Fix a UMR, one of many where the SECItem type field was uninitialized.
bug 39483.  Also, eliminate a warning about calling an undeclared function
by including the header file.
2000-09-18 23:53:18 +00:00
nelsonb%netscape.com 47d0feae47 Fix bug 52396. Don't compile case ENOSR on platforms that don't have it. 2000-09-18 19:53:59 +00:00
mcgreer%netscape.com 22ed53defc just some general cleanup 2000-09-16 15:56:06 +00:00
wtc%netscape.com 173f1f86a3 Bugzilla bug #52900: added Linux2.4.mk to allow us to build NSS on Linux
2.4.x kernels.  This bug was reported by Michael H. Warfield
<mhw@wittsend.com>.
2000-09-16 06:11:32 +00:00
thayes%netscape.com 62da840f60 Initialize random number generator from system information. The new
RNG implementation fails if insufficient seed is not provided, which
would cause SDR key generation to fail.
2000-09-16 00:53:08 +00:00
relyea%netscape.com 033b3f5ff1 Fix stupid shell typo so that *ALL* the testcases will pass.
bob
2000-09-15 22:08:57 +00:00
relyea%netscape.com d4cd91c732 Fix merge problems from CVS. This version should now compile and work. 2000-09-15 21:01:53 +00:00