wtc%netscape.com
31af94e751
Bug 185074: open the files we just did a "chmod -w" on once to work around
...
a Mac OS X NFS bug. Subsequent opens will see the file is readonly with no
delay.
2002-12-13 02:06:34 +00:00
nelsonb%netscape.com
1942331c4e
Clean up command line options parsing and Usage message.
2002-12-13 01:25:45 +00:00
relyea%netscape.com
f37146e332
Use correct sense of the timeout value.
2002-12-13 00:25:21 +00:00
nelsonb%netscape.com
d442ab6107
Support SHA256, SHA384, and SHA512 hashes in NSS.
2002-12-12 06:05:45 +00:00
relyea%netscape.com
b96f690161
Don't break solaris or linux (add the ';')
2002-12-11 17:56:49 +00:00
relyea%netscape.com
3fbd2fdc4d
Export new command to pull for token change events.
2002-12-11 17:53:20 +00:00
relyea%netscape.com
0a024139f7
Program to test smartcard removal and insertion detection.
2002-12-11 17:44:53 +00:00
relyea%netscape.com
2c6c4ceeae
Add token removal blocking function.
2002-12-11 17:43:24 +00:00
thayes%netscape.com
b815bf47be
Bug 184557: Allow usage specified on command line (-u) to be used to validate
...
certificates used for signing (-S option). Also add special handling for
nickname "NONE" in the -Y option. This specifies that no certificate and
encryption key preference should be included in the signature object.
2002-12-11 01:44:37 +00:00
wtc%netscape.com
177487f4d0
Bug 180294: moved the OpenVMS build from the POSIX subsystem to native
...
VMS (GNV). The patch is contributed by Colin Blakes <colin@theblakes.com>.
Modified files: OpenVMS.mk config.mk rules.mk nsinstall/nsinstall.c
2002-12-10 20:27:45 +00:00
relyea%netscape.com
7f3a67f9d9
Sigh, this is what was breaking the Linux builds... incorrect initializer.
2002-12-10 18:09:16 +00:00
relyea%netscape.com
52f2bf446b
Make SubjectAltEncode a public function. Fixes build breakage in Linux
2002-12-10 17:41:16 +00:00
relyea%netscape.com
cc608e2484
Add test cases for multiple email addresses in a single certificate.
2002-12-10 17:19:00 +00:00
relyea%netscape.com
4ffa798d64
Add code to create multiple email addresses in a single cert.
2002-12-10 17:18:06 +00:00
relyea%netscape.com
1e2ce4d929
Export the AltSubjectEncode function so our test programs can build certs
...
with multiple email addresses.
2002-12-10 17:15:15 +00:00
relyea%netscape.com
35158986f8
Create profiles for all the email addresses in a certificate.
2002-12-10 17:14:17 +00:00
relyea%netscape.com
5eec52b558
Fix padding value.
2002-12-06 19:11:57 +00:00
nelsonb%netscape.com
5f8ba2e198
Expunge dead code.
2002-12-05 22:16:22 +00:00
nelsonb%netscape.com
8bd068d9de
Don't compile the .c files in lib/pki1 on the trunk. These files are used
...
only in Stan.
2002-12-05 22:15:36 +00:00
wtc%netscape.com
88fc40da69
Bug 39494: added a check to prevent buffer overflow. r=mcgreer,nelsonb.
2002-12-04 23:41:49 +00:00
wtc%netscape.com
74b384630f
Fixed the build breakage of const unsigned char[] and unsigned char *
...
mismatch on the Mac (compiler warnings on other platforms) by adding
(unsigned char *) typecasts. r=relyea. (Bug 183350)
2002-12-04 00:28:56 +00:00
kaie%netscape.com
7fd5ae87db
b=182158 JavaScript error when pressing Ok in "Cert already exists" dialog - setWindowName is not defined
...
r=kaie sr=alecf
2002-12-03 15:27:27 +00:00
wtc%netscape.com
27f7537130
Bug 181913: disable the makefile rule for .s for OS/2 so that .asm files
...
are used when there are same-named .s files in the same directory. The
patch is contributed by Javier Pedemonte <pedemont@us.ibm.com>.
2002-12-02 22:57:21 +00:00
kaie%netscape.com
210417ee19
b=115294 Support S/Mime signing only configuration / relax certificate configuration requirements
...
r=javi sr=sspitzer
2002-11-28 18:31:03 +00:00
wtc%netscape.com
dcf06adbf8
Bug 181878: fixed two more bugs in the new code to support multiple email
...
addresses per certificate. r=nelsonb.
2002-11-27 01:28:03 +00:00
wtc%netscape.com
f0d3f33fc5
Bug 182086: on Mac OS X, ranlib needs to be rerun after static libraries
...
are moved.
2002-11-26 23:05:56 +00:00
relyea%netscape.com
7415bef4e9
More review changes,
...
Fix incorrect return in pcertdb.c
2002-11-26 22:14:56 +00:00
relyea%netscape.com
510f05d5ec
Incorporate some of Nelson's review changes.
...
Collapse all the profile data into an array for easier processing when printing out.
2002-11-26 21:03:18 +00:00
relyea%netscape.com
88fc8a45eb
Move mac build changes from 3.6 branch back to the trunk
2002-11-26 21:00:31 +00:00
wtc%netscape.com
87867e38a5
Bug 180228: moved CERT_CRLCacheRefreshIssuer from the NSS_3.6.1 section to
...
the NSS_3.7 section.
2002-11-26 19:21:55 +00:00
relyea%netscape.com
f8616133e5
Incorporate Terry's and Nelson's reviews.
2002-11-26 18:27:25 +00:00
nelsonb%netscape.com
45f8bf2425
Back out my last change.
2002-11-26 07:07:20 +00:00
nelsonb%netscape.com
6f7aad8486
Eliminate bug due to uninitialized variable index. Eliminate leak.
...
Remove lots of warnings about signed/unsigned and assigning int to uchar.
2002-11-26 05:58:51 +00:00
relyea%netscape.com
6a88119773
Bug 181878 allow multiple email addresses to point to a single subject record.
2002-11-26 00:13:54 +00:00
nelsonb%netscape.com
15355f6f00
Put the nss 3.7 section after the nss 3.6.1 section.
2002-11-21 23:22:52 +00:00
ian.mcgreer%sun.com
dc9b4b2415
bug 172247, don't allow import of duplicate issuer/serial certs
2002-11-21 20:43:15 +00:00
nelsonb%netscape.com
1707fa2738
Add tests for sha256, sha384, and sha512.
2002-11-21 05:44:41 +00:00
nelsonb%netscape.com
f1eeafdf46
Add test modes for sha256, sha384 and sha512.
...
Fix the -c (restart) option for testing hashes. It works with all hashes.
When the -d option is given along with the -i or -o filename option,
and the filename is not absolute, the filename is taken to be relative to
the the mode's test directory.
2002-11-21 05:44:03 +00:00
nelsonb%netscape.com
34fe8ef195
Use the 32-bit code on Solaris x86 platforms, too.
2002-11-21 02:54:04 +00:00
nelsonb%netscape.com
14ddb41e02
Add test cases from FIPS 180-2.
2002-11-21 02:26:50 +00:00
nelsonb%netscape.com
db4bc48d65
Back out revision 1.2, which was a workaround for a c preprocessor bug
...
in a certain version of the c compiler for Dec/Compaq Alpha OSF1.
The file now requires one of these compilers on that platform:
Compaq C V6.3-132 or Compaq C V6.4-214 (dtk)
2002-11-20 05:25:58 +00:00
nelsonb%netscape.com
b9eda3bb3e
Optimization: change macros to do only 32-bit arithmetic on platforms
...
with only 32-bit registers.
2002-11-20 00:48:09 +00:00
jpierre%netscape.com
b30a666577
Fix for bug 180894 - don't assert in ShutdownCRLCache()
2002-11-19 21:37:50 +00:00
nicolson%netscape.com
18c1b06a60
Fix 180396: javax.crypto.Cipher wrapping does not work with RSA algorithm.
...
Support RSA as a wrapping/unwrapping algorithm.
2002-11-19 00:41:09 +00:00
nicolson%netscape.com
dc7f89d956
Throw InvalidKeyException instead of InvalidAlgorithmParameterException,
...
because the latter may get thrown away by our caller, but the former will
not be.
2002-11-19 00:39:43 +00:00
nicolson%netscape.com
c9a373cf69
Change silly switch statement to an if statement.
2002-11-19 00:31:10 +00:00
nicolson%netscape.com
2039d8bfc6
Make NotExtractableException take a String argument to its constructor.
2002-11-19 00:30:43 +00:00
kirk.erickson%sun.com
0c2290fea7
Made 'solarispkg' copy pkg/solars to pkg/$(OBJDIR), and go there to
...
build packages. This addresses the problems Sonja reported which
resulted from building in the same tree nfs'd from multiple platforms
simultaneously. Also removed -$(MACH) and ROOT-$OBJDIR changes that
failed to address this problem.
2002-11-17 17:26:51 +00:00
timeless%mozdev.org
7875f468ed
Bug 58221 don't use strlen to check if a string is of length 0
...
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
cbiesinger%web.de
1e0c16a749
patch by abecevello@sympatico.ca r=rangansen,me sr=roc+moz
...
fix some spelling errors
2002-11-16 20:44:32 +00:00
nelsonb%netscape.com
71faf153cf
Change all functions that create contexts for encryption to treat their
...
input buffers as const. Warning reduction.
2002-11-16 06:09:58 +00:00
jpierre%netscape.com
5956bc8bc3
Fix again?
2002-11-16 05:05:17 +00:00
jpierre%netscape.com
eb0bdd665f
Fix build again !
2002-11-16 04:27:39 +00:00
nelsonb%netscape.com
d94a05f7d5
Recognize new SHAxxx OIDs.
2002-11-16 03:34:53 +00:00
jpierre%netscape.com
443590936a
Fix build
2002-11-16 03:32:40 +00:00
nelsonb%netscape.com
b3a9787176
Correct softoken routines to work with new larger SHAxxx hashes.
2002-11-16 03:32:39 +00:00
nelsonb%netscape.com
9d71a03c06
Correct HMAC code to work with new larger SHAxxx hashes.
2002-11-16 03:30:37 +00:00
nelsonb%netscape.com
f8c8c1c0c3
Add new SHAxxx hash algorithms to tables of SECHashObjects.
2002-11-16 03:29:32 +00:00
nelsonb%netscape.com
bd2c63cb6d
Declare new vendor-defined mechanisms for SHA256, SHA384 and SHA512.
2002-11-16 03:25:01 +00:00
nelsonb%netscape.com
b1cb2c9cfd
Now that we have hashes larger than SHA1,
...
#define HASH_LENGTH_MAX SHA512_LENGTH
2002-11-16 03:21:53 +00:00
nelsonb%netscape.com
af4639ae92
Don't reject a cert request with an empty list of CA cert names.
...
Don't crash with an empty CA name list.
2002-11-16 03:19:48 +00:00
nelsonb%netscape.com
3ee18753f6
Add "const" modifier to all fixed arrays used for keys or known text.
2002-11-16 01:00:44 +00:00
nelsonb%netscape.com
48dace80e4
Fix crash when formatting a cert with optional version not given.
2002-11-15 06:32:51 +00:00
jpierre%netscape.com
0203577bab
Patch for 180228 - export CRL cache flush API . r=wtc
2002-11-15 05:04:05 +00:00
nelsonb%netscape.com
0dba5a0882
Make selfserv build for Darwin.
2002-11-14 23:33:24 +00:00
ian.mcgreer%sun.com
3e3b24225a
bug 39494, handle non-standard AVAs properly
...
r=nelsonb
2002-11-14 17:04:43 +00:00
kaie%netscape.com
11e4a80cf5
b=168450 Cleanup some PSM code and add JavaDoc documentation to all freeze candidates
...
r=javi sr=alecf
2002-11-14 00:50:02 +00:00
relyea%netscape.com
1945b7684e
Adjust the time values so we have correct and consistant displays.
2002-11-11 22:01:57 +00:00
relyea%netscape.com
faebb28e1e
Multi-access database race condition patches. These changes are already checked
...
into NSS 3.6.1.
2002-11-11 22:00:03 +00:00
kirk.erickson%sun.com
2cff9b4e29
Made awk_pkginfo-$(MACH) machine dependent for Sonja's release build.
2002-11-11 20:44:55 +00:00
relyea%netscape.com
33b32fcae3
Remove long dead code from util. triggered by bug 179038
2002-11-11 18:17:24 +00:00
jpierre%netscape.com
ec1c48a069
Assert if the QuickDER decoder does not consume all the input
2002-11-09 01:56:01 +00:00
relyea%netscape.com
c651ab3821
Bug 176667: kaie authored the patch, ian/relyea reviewed it.
2002-11-08 19:10:54 +00:00
nicolson%netscape.com
b008376057
default doesProduceOutput to true for compatibility.
2002-11-08 02:24:20 +00:00
nicolson%netscape.com
2a0afd7964
Add isExtensionPresent and getExtension.
2002-11-08 00:40:26 +00:00
glen.beasley%sun.com
a4596115af
removes sun provider and set passwords
2002-11-07 22:49:26 +00:00
glen.beasley%sun.com
90e4e6c683
move removeSunProvider after JSS JCE provider is loaded
2002-11-07 03:33:04 +00:00
jpierre%netscape.com
f9e36ad6fc
Fix for 177798 . Improve handling of initialization / shutdown of the CRL cache using a static status variable
2002-11-07 00:02:31 +00:00
ian.mcgreer%sun.com
b158d2ec1c
bug 177366, clean up refcounting
...
r=relyea
2002-11-06 18:53:55 +00:00
nicolson%netscape.com
4095e4165d
Add license header to new file.
2002-11-06 03:24:39 +00:00
nicolson%netscape.com
65418ae140
Add TestSDR, to test the new SecretDecoderRing.
...
In all.pl, always set the CLASSPATH to be the signed JSS JAR file, so
that we can use the JCE (javax.crypto.*) interface.
2002-11-06 03:22:10 +00:00
nicolson%netscape.com
7d68fcdc8a
Correctly detect a missing key.
2002-11-06 03:20:53 +00:00
nicolson%netscape.com
376e771586
Improve InvalidBERException.
...
Add feature of SEQUENCE.OF_Template whereby elements need not produce
any output. This is for dealing with very large SEQUENCEs, such as
large CRLs, where the list should be processed in some way, but not made
into an ASN1 object hierarchy.
2002-11-06 02:00:55 +00:00
kaie%netscape.com
3315b57c76
b=166655 ERROR -12227 / Extend the list of TLS intolerance error codes
...
r=javi sr=jag a=blizzard
2002-11-05 14:49:52 +00:00
nelsonb%netscape.com
9eabbe6063
Workaround a c preprocessor bug on a certain 64-bit platform. Bug 178314.
2002-11-05 01:52:49 +00:00
nelsonb%netscape.com
3efeebefc6
Fix missing strings that cause crash in SSL_SecurityStatus(). Bug 178342.
2002-11-05 00:25:20 +00:00
relyea%netscape.com
1e9a50c7f3
!@#!$@! signtool thinks it knows how to verify if the certdb's are there and
...
OK or not. Of course it doesn't.
bob
2002-11-04 20:37:08 +00:00
relyea%netscape.com
1cacdab8cb
db8 code part 1:
...
1) Create new dbs with 32 k buffers.
2) New dbs never store a single entry greater than 30 k (those are stored
using the blob code).
3) NSS can run with either new or old dbs read only.
4) If possible a new db is upgraded from and old db.
2002-11-04 19:31:59 +00:00
nelsonb%netscape.com
6d09fce4d9
Add some processor and compiler dependent optimizations to SHA1.
2002-11-02 01:53:01 +00:00
nelsonb%netscape.com
2683429fa3
Add SHA256 SHA512 and SHA384 hashes to freebl.
2002-11-02 01:51:44 +00:00
jpierre%netscape.com
e18a2330bd
Fix for bug 177798 - NULL pointers in ShutdownCRLCache to allow shutdown/restart
...
of NSS.
2002-11-02 00:07:48 +00:00
nelsonb%netscape.com
8d635de722
Fix several problems related to error messages, including an attempt to
...
print a null string pointer.
2002-11-01 21:04:33 +00:00
nelsonb%netscape.com
5172f581a5
Reformat text. Fix syntax error in first examples.
2002-11-01 21:03:24 +00:00
jpierre%netscape.com
042d6deac1
Remove call to PL_ArenaFinish . This effectively shut down NSPR arenas and created problems when restarting NSS . r=relyea
2002-10-31 22:02:10 +00:00
jpierre%netscape.com
5a01280dd3
Fix for 177208 - unmark arena when DER decoding is successful
2002-10-31 01:54:13 +00:00
jpierre%netscape.com
7a45a11c75
Fix for bug 175115 . Remove incorrect check for CA cert expiration. Also fix CRL signature verification and clean up internal functions . r=mcgreer,relyea,nelsonb,wtc
2002-10-30 23:31:38 +00:00
relyea%netscape.com
0bab9cc714
Fix build breakage. Some platforms do not like to assign unsigned char * to
...
char * without a cast.
2002-10-30 19:01:21 +00:00
relyea%netscape.com
1981d33467
The Serial number needs to be the DEREncoded serial number, not the decoded
...
Serial number.
2002-10-30 17:22:06 +00:00
relyea%netscape.com
4304e22d73
Check in new certdata file generated from certdata.txt
2002-10-30 17:20:59 +00:00
relyea%netscape.com
4e8bc74d53
Allow the builtin's to accept old style serial numbers as well the the correct
...
PKCS #11 serial numbers.
2002-10-30 17:18:14 +00:00
relyea%netscape.com
fc6cba0405
Make the Serial Numbers DER Wrapped rather than raw serial numbers.
...
This is required by PKCS #11 and was causing some bugs in NSS 3.6.
2002-10-30 17:09:28 +00:00
wtc%netscape.com
c9df2cbab2
Bug 174143: Removed the obsolete platform.mk file. Do not allow overriding
...
of PLATFORM by the environment because PLATFORM is a common environment
variable.
2002-10-30 15:50:59 +00:00
kairo%kairo.at
0978ac7de5
Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard
2002-10-30 12:41:38 +00:00
wtc%netscape.com
df8d78acf0
Bug 177201: declare NSS_CMSEncoder_Cancel.
2002-10-30 01:31:01 +00:00
bishakhabanerjee%netscape.com
92a8c5d62b
creating the cmdtests.sh script - bug 144316
2002-10-30 00:20:10 +00:00
jpierre%netscape.com
9dd99a1133
Fix for bug 95311 - copy the DER input key to the arena, and free the arena upon decoding failure.
2002-10-29 23:47:31 +00:00
jpierre%netscape.com
275880efb1
Use QuickDER to decode DER public key. Bug #95311
2002-10-29 22:52:31 +00:00
kirk.erickson%sun.com
1b8eab1507
Integrated bundle of changes that we're done on NSS_3_3_2_SUN_PKG_BRANCH.
...
x86 support (separate prototype_sparc, prototype_i386)
single updated copyright on common_files
no pkgdepend in common_files
2002-10-26 18:04:40 +00:00
nelsonb%netscape.com
ca964e366b
Plug cert leak in NSS_SMIMESignerInfo_SaveSMIMEProfile. Bug 176799.
...
Patch contributed by Kai Engert.
2002-10-25 22:46:48 +00:00
nelsonb%netscape.com
071477a1c8
Add new function CERT_VerifySignedDataWithPublicKey containing common code
...
factored from existing functions CERT_VerifySignedDataWithPubKeyInfo and
CERT_VerifySignedData. Bug 174193.
2002-10-25 03:21:24 +00:00
jpierre%netscape.com
eb47211db1
Fix for 169038 - bump builtins library version to 1.20 on the tip
2002-10-25 00:17:37 +00:00
nelsonb%netscape.com
43194fe941
Add -v option, which prints email addresses in certs. This excersizes
...
the new functions for extracting email addresses from certs. Bug 152986.
2002-10-24 01:40:40 +00:00
bishakhabanerjee%netscape.com
18c8cb54aa
commented out unchecked in tests
2002-10-24 00:19:53 +00:00
jpierre%netscape.com
1f25ac6059
Fix comment formatting style
2002-10-23 23:41:02 +00:00
jpierre%netscape.com
7d2f24403c
Fix for bug 95311 - replace assertion with comments
2002-10-23 23:18:17 +00:00
relyea%netscape.com
9e75e1c8d8
Make sure the array is big enough to handle all the cases.
2002-10-23 22:51:10 +00:00
nelsonb%netscape.com
8bacf2ad20
Include certi.h to resolve invocation of undeclared function.
2002-10-23 22:00:48 +00:00
nelsonb%netscape.com
b7a054c16f
Add 2 new functions to NSS, so an application can get a list of all
...
email addresses in a cert. Bug 152986.
Modified Files: lib/nss/nss.def lib/certdb/alg1485.c lib/certdb/cert.h
lib/certdb/certdb.c lib/certdb/certi.h
2002-10-23 20:50:51 +00:00
wtc%netscape.com
b368ead682
The version of the builtin root certs module is now specified in nssckbi.h.
2002-10-23 19:04:22 +00:00
jpierre%netscape.com
c27e2ab55d
Up library number for TC roots - bug #169038
2002-10-23 01:38:57 +00:00
ian.mcgreer%sun.com
754a241906
bug 174634, fix handling of authorityCertIssuer in chain construction
2002-10-22 14:43:08 +00:00
nicolson%netscape.com
57d337308c
update version strings.
2002-10-18 23:59:01 +00:00
jpierre%netscape.com
21bacd94cc
Fix for bug 175167 - SEC_QuickDERDecodeItem should fre memory upon failure. r=wtc
2002-10-18 22:32:34 +00:00
nelsonb%netscape.com
5935c31c0a
Verify the self-signed signature on PKCS 10 cert requests before honoring
...
them. Bug 174193.
2002-10-18 21:58:24 +00:00
kaie%netscape.com
a46ed1b240
b=101847 keygen does not work if Master Pwd is set to "Everytime it is needed"
...
r=javi sr=jag a=asa
2002-10-18 13:49:58 +00:00
bishakhabanerjee%netscape.com
d11498b3ae
changed error string to reflect error better: 162714
2002-10-18 00:13:03 +00:00
nelsonb%netscape.com
82695dfe41
New utility to test cert chain verification using certs in files.
2002-10-17 22:24:35 +00:00
nelsonb%netscape.com
28afcbb82d
Change instructions for entering a new token password to say "should"
...
instead of "must". Bug 174135.
2002-10-17 02:06:31 +00:00
nelsonb%netscape.com
faa1dd67ec
Use unsigned ints for serial numbers. Bug 173872.
...
Add missing line break to cert requests. Bug 174659.
Remove unused variables, and #ifndef NSPR20 code.
2002-10-17 01:41:14 +00:00
nicolson%netscape.com
ec09156712
The new SecretDecoderRing.
2002-10-17 00:33:42 +00:00
nicolson%netscape.com
862752acd6
Generate a permanent key pair, since KeyStore isn't working yet.
2002-10-17 00:32:48 +00:00
nicolson%netscape.com
2ee91189c8
remove print statements.
2002-10-17 00:07:50 +00:00
nicolson%netscape.com
a311a1c035
Forget KeyStore, it is still very broken.
2002-10-17 00:07:29 +00:00
nicolson%netscape.com
44b1e8461e
More little hacks, but it still doesn't work right.
2002-10-17 00:07:08 +00:00
nicolson%netscape.com
81756146a2
Fix an implementation detail.
2002-10-17 00:05:53 +00:00
kaie%netscape.com
f012271e37
b=163605 Use of blocking I/O for SSL in PSM stalls network activity
...
r=javi sr=darin a=asa
2002-10-16 22:20:42 +00:00
leaf%mozilla.org
aeba91a83f
update localeVersion for 1.2b, a=asa
2002-10-16 17:51:38 +00:00
nelsonb%netscape.com
7f85560c28
Use the new quick DER decoder to decode Certificate requests, because
...
it does it correctly. Fix some memory leaks in print code.
Print OCTET strings and bits strings better.
2002-10-16 05:34:54 +00:00
nelsonb%netscape.com
ebd0b8920b
Eliminate a crash in pp formatting cert requests. Bug 174188.
...
When asking for a new password and the two values don't match, ask for
both again. Bug 174133.
2002-10-16 01:40:22 +00:00
nelsonb%netscape.com
7f6f169d11
Fix DER_GetInteger. Bug 174644.
2002-10-16 01:36:10 +00:00
relyea%netscape.com
840166d8cb
Make grammar, punctuation, capitalization, and content changes suggested by
...
nelson.
2002-10-15 00:56:23 +00:00
kaie%netscape.com
ac52336656
b=169185 remove call to non-existant function
...
r=rangansen sr=jag a=asa
2002-10-14 17:57:58 +00:00
kaie%netscape.com
a9a7900ea6
b=165574 PSM embedding freeze/ step 3/ replace nsISupportsArray with nsIArray
...
r=javi sr=alecf a=asa
2002-10-14 14:49:00 +00:00
kaie%netscape.com
cf9e6adbf0
b=147280 Ensure Mozilla uses the shipped nssckbi or a newer builtin roots module
...
r=javi sr=dveditz a=asa
2002-10-14 14:39:04 +00:00
jpierre%netscape.com
c78f158562
Fix for 169038 - correct entries for TC TrustCenter roots
2002-10-12 01:05:47 +00:00
jpierre%netscape.com
ab83a60ad1
Fix for 169038 - correct entries for TC TrustCenter roots
2002-10-12 01:04:53 +00:00
jpierre%netscape.com
ec3b13b315
Fix addbuiltin t add issuer & serial number to trust object
2002-10-12 01:00:33 +00:00
kaie%netscape.com
965774b3c2
b=172455 Mozilla crashes when viewing certificate details
...
r=javi sr=jag a=dbaron
2002-10-11 13:21:58 +00:00
nicolson%netscape.com
b152a0f9de
Temporary fix for 164692: SSL ops that timeout should throw
...
java.net.SocketTimeoutException.
2002-10-11 03:49:34 +00:00
relyea%netscape.com
71c752ec87
Fix memory leaks in the startup of the builtins.
2002-10-10 22:39:23 +00:00
relyea%netscape.com
c6a9e9c8dd
Fix memory leak in vfyserv.c
2002-10-10 22:38:09 +00:00
relyea%netscape.com
88e3091e81
Fix optimized build failures
2002-10-10 21:17:39 +00:00
wtc%netscape.com
78aefef54d
Bug 131386: use 'tee' (in a pipe) instead of 'tail -f' when we need to
...
display the test output on stdout. This avoids the need to kill the tail
process, which is tricky to do under MKS Korn Shell on Windows.
Modified Files: all.sh jssqa common/init.sh
2002-10-10 20:36:53 +00:00
relyea%netscape.com
1060dbc5e0
Fix Cert Reference leak in error path
2002-10-10 20:34:29 +00:00
relyea%netscape.com
16b5ca7927
Add missing errors from secerr.h in lib/util
2002-10-10 20:31:25 +00:00
relyea%netscape.com
e106f58801
Bug 164501. Return a proper error code from PK11_FindCrlByName() so the CRL
...
code can decide if there is a hw or system failure preventing the reading of a
CRL or if the CRL is just not there.
2002-10-10 20:30:19 +00:00
relyea%netscape.com
eabd91df2b
Unix and Mac platforms need to load librdb.* not rdb.*.
2002-10-10 20:11:09 +00:00
relyea%netscape.com
66d21d7750
Fix minor memory leak on init.
2002-10-10 20:09:30 +00:00
glen.beasley%sun.com
9badc80940
171027 removed deprecated code
2002-10-10 04:35:56 +00:00
nicolson%netscape.com
bae2561eac
upgrade to NSS 3.6 RTM and NSPR 4.2.2.
2002-10-09 18:30:38 +00:00
jpierre%netscape.com
8faa9313bf
Bump softoken version to 3.7 on tip
2002-10-08 04:07:22 +00:00
nelsonb%netscape.com
722f953bb4
Make indentation style self-consistent: 4 spaces per indent.
...
Save error code at the beginning of printCertProblems, and restore it at
the end, since CERT_VerifyCert nearly always sets the error code to
-8157 Certificate extension not found when building an error log.
Bug 172036.
2002-10-08 03:39:50 +00:00
jpierre%netscape.com
a6065e7319
Fix for 172732. r=relyea
2002-10-08 01:23:09 +00:00
wtc%netscape.com
416b405d31
Set NSS version to 3.7 Beta on the tip.
2002-10-07 20:47:18 +00:00
nicolson%netscape.com
9323290aa2
fix warning.
2002-10-07 18:00:28 +00:00
jpierre%netscape.com
24efd562a5
Fix for 172678 - move internal functions InitCRLCache and ShutdownCRLCache to private header certi.h
2002-10-05 02:24:25 +00:00
nicolson%netscape.com
2cc1578a67
Fix 158727: JSSKeyStoreSpi.getCertificateChain is questionable.
...
Make KeyStore.getCertificateChain() work.
2002-10-05 00:19:49 +00:00
nicolson%netscape.com
19101e1a56
Fix 162904: Missing invalidityDate in RevRequest in CMMF package.
...
Update RevRequest to conform to RFC 2797.
Also updated the CRLReason enumeration.
2002-10-04 22:46:04 +00:00
nicolson%netscape.com
3a77114ba1
Fix 160028: JSSKeyGeneratorSpi.HmacSHA1 should be renamed to PBAHmacSHA1.
2002-10-04 22:27:46 +00:00
nicolson%netscape.com
43d37e3681
Fix 160017: getAlgorithm() not implemented for PKCS #11 keys.
2002-10-04 22:13:21 +00:00
wtc%netscape.com
48d8228007
Sorted NSS 3.6 symbols in alphabetical order.
2002-10-04 22:11:34 +00:00
wtc%netscape.com
16c81ad956
Import nspr20/v4.2.2.
2002-10-04 21:26:10 +00:00
nicolson%netscape.com
7c00024859
Open up the class a little.
2002-10-04 21:18:35 +00:00
nicolson%netscape.com
dada7a17cd
Remove hardcoded algorithms (now that NSS bug 162761 is fixed).
2002-10-04 21:05:18 +00:00
nicolson%netscape.com
fbe48349ac
Deprecate this, start using javax.crypto.BadPaddingException instead.
2002-10-04 21:04:37 +00:00
nicolson%netscape.com
cce97f636e
Fix EncryptionAlgorithm to handle lookups from JCA descriptions.
...
Support CipherSpi.engineGetKeySize.
Handle javax.crypto.spec.IvParameterSpec.
Handle multiple parameter classes.
2002-10-04 21:04:09 +00:00
nicolson%netscape.com
690dd46a3c
support storing private and symmetric keys (now that NSS bug 128172 is fixed).
2002-10-04 21:02:50 +00:00
nicolson%netscape.com
565b7d4367
Handle AES keys.
2002-10-04 21:02:16 +00:00
nicolson%netscape.com
bfb6472918
allow algorithms to support multiple parameter classes.
2002-10-04 21:00:58 +00:00
nicolson%netscape.com
94aeb16532
Cleanup spurious printlns and exceptions.
2002-10-04 20:59:20 +00:00
nicolson%netscape.com
060f1710c6
Add SymmetricKey.getLength().
2002-10-04 20:58:05 +00:00
kirk.erickson%sun.com
d5d9ecb3a7
Added SUNW_ISA=sparcv9 to clear up error message.
2002-10-04 20:43:35 +00:00
wtc%netscape.com
7eaa62ed07
Bug 164744: fixed the comment block style.
2002-10-03 04:01:34 +00:00
wtc%netscape.com
78f7e21d69
Bug 149832: renamed highestUsage as certificateUsageHighest.
...
Modified files: certdb/certt.h certhigh/certvfy.c
2002-10-03 03:48:55 +00:00
jpierre%netscape.com
e3b94ef26c
Fix for 164744 - implement new functions for pk12util . r=wtc
2002-10-03 03:35:32 +00:00
wtc%netscape.com
2bf741f54a
Restored a # that was accidentally deleted.
2002-10-03 02:11:01 +00:00
kirk.erickson%sun.com
447da136e4
Moved solarispkg target to the end of the file.
2002-10-02 23:42:40 +00:00
kirk.erickson%sun.com
0a38e50492
Fixes 158683, adds new directory mozilla/security/nss/pkg/solaris.
...
And 'solarispkg' target to mozilla/security/nss/Makefile.
2002-10-02 23:11:39 +00:00
kaie%netscape.com
71ea738d8f
b=170562 Some CA's are blank lines
...
r=javi sr=alecf
2002-10-02 18:54:21 +00:00
kaie%netscape.com
b6440d29b8
b=171217 Bustage: Cannot activate auto CRL update.
...
r=javi
2002-10-02 18:52:07 +00:00
kaie%netscape.com
0612628459
b=107034 OE requires special attribute in incoming signed messages to
...
support dual key certificates (PSM portion)
r=relyea sr=mscott
2002-10-02 10:56:11 +00:00
kaie%netscape.com
680a199800
b=160746 Update PSM's version number to 2.4
...
r=javi sr=alecf
2002-10-02 10:51:02 +00:00
jpierre%netscape.com
092e3f10a5
Fix for 164744 - fix for pk12util to export multiple certs
2002-10-02 04:32:17 +00:00
jdunn%netscape.com
5e3b57a0c8
add support for hpux 11.20/ia64, which doesn't have separate freebl libs
...
so we shouldn't export them
r=cls@seawood.org
# 145053
2002-10-01 14:42:41 +00:00
ian.mcgreer%sun.com
644827d506
bug 171224, changes to path construction
...
r=nelsonb
2002-10-01 14:32:15 +00:00
relyea%netscape.com
c939346215
Bug 16296: fix race in sdr code.
2002-10-01 00:46:20 +00:00
relyea%netscape.com
0a5aba4706
Fix SDR race condition with a coarse lock. Does not address multiaccess DB
...
races. Bug 169296.
2002-10-01 00:23:46 +00:00
ian.mcgreer%sun.com
c51f112f08
bug 166793, uninitialized variables
...
r=wtc
2002-09-30 21:15:07 +00:00
wtc%netscape.com
3e01cf2736
Bug 154689: removed the "with Shared Database" string. NSS is always built
...
that way now.
2002-09-30 21:00:43 +00:00
wtc%netscape.com
585fb8fcf5
Bug 127740: added a comment to explain the thread yield in
...
ssl3_SendApplicationData.
2002-09-30 20:51:05 +00:00
wtc%netscape.com
36f9385882
Use the enumeration constant 'siBuffer' instead of 0.
2002-09-30 20:36:54 +00:00
wtc%netscape.com
fde93c16ae
Bug 171422: removed unused (and incorrect) code. r=mcgreer.
2002-09-30 20:33:44 +00:00
wtc%netscape.com
6b1ff2744c
Bug 166772: 'cinfo' needs to be initialized to NULL. Fixed an indentation
...
problem.
2002-09-30 20:31:55 +00:00
wtc%netscape.com
f9a568978d
Bug 153258: fixed a misspelling in pk11_getDefTokName.
2002-09-28 14:14:18 +00:00
nicolson%netscape.com
d0e7f92b39
Fix 128172: function to convert a session key to a token key.
2002-09-28 00:48:32 +00:00
jpierre%netscape.com
ef0775ebf1
Fix for 167615 - fix for crash with bad CRLs from token. Also fix error handling
2002-09-28 00:05:34 +00:00
wtc%netscape.com
6cc2a55bb0
Bug 166781: fixed the bug that 'r2' may be used uninitialized. r=nicolson.
2002-09-27 22:22:12 +00:00
ian.mcgreer%sun.com
4989de34e2
bug 171198, leak moving temp cert to perm; add force parameter
...
r=wtc,relyea
2002-09-27 21:23:00 +00:00
relyea%netscape.com
cf7aab6a76
Bug 167861: PK11_GetModInfo needs to set the error code.
2002-09-27 17:50:59 +00:00
relyea%netscape.com
27adc19ad1
bug 130966: fix problems in searching and storing fixed keys.
...
bug 170423: Turn on block symetric and Mac'ing functions in the DB token so we can use the fixed keys there without moving them around.
Fix memory leak on shutdown (leaking the sessions).
2002-09-27 17:46:36 +00:00
relyea%netscape.com
79a3489d55
Bug 166894: Handle changing Trust when cert is in the token.
2002-09-27 15:55:01 +00:00
nelsonb%netscape.com
da11ffc773
Add targets for HPUX Itanium family processors.
2002-09-27 01:23:28 +00:00
nicolson%netscape.com
545a3d0452
Fix error message when we find something unexpected in a SEQUENCE.
2002-09-27 00:07:11 +00:00
nicolson%netscape.com
9af9045725
Fix 169798: Failed to install ca signing certificate with NS3.6beta.
...
r=wtc
2002-09-27 00:01:53 +00:00
nicolson%netscape.com
5fa03b77ed
override INTEGER.getTemplate() with one that returns an ENUMERATED.Template.
2002-09-26 23:25:21 +00:00
ian.mcgreer%sun.com
a1a122a2b0
bug 158078, unitialized variable due to a lot of unneccessary code
2002-09-26 20:30:11 +00:00
glen.beasley%sun.com
31a19bb337
163762 configureOCSPNative
2002-09-26 19:52:06 +00:00
wtc%netscape.com
111331eac0
Get NSS headers from the new location (dist/public/nss) only.
...
Modified files: boot/src/Makefile.in pki/src/Makefile.in ssl/src/Makefile.in
2002-09-26 17:56:09 +00:00
jpierre%netscape.com
63f15fa210
Fix for 167615 - don't crash if a token returns a NULL CRL object
2002-09-26 01:38:45 +00:00
jpierre%netscape.com
d77ea627be
Fix for 167615 - don't crash if the CRL isn't found due to a database error
2002-09-26 01:37:41 +00:00
wtc%netscape.com
d87339b635
Bug 170379: fix the stack overflow crash by not allocating the 32K "sieve"
...
array on the stack.
2002-09-26 00:04:25 +00:00
wtc%netscape.com
f6e25599d7
Bug 166894: destroy nssTrust before returning from STAN_ChangeCertTrust.
2002-09-24 18:47:33 +00:00
wtc%netscape.com
6b9de18419
Bug 169944: declare PK11_TokenKeyGen in pk11func.h and export it from the
...
nss3 shared library.
Modified Files: nss/nss.def pk11wrap/pk11func.h
2002-09-24 18:40:29 +00:00
kaie%netscape.com
7f3da70f9a
b=170438 Crash opening cert manager
...
r=javi sr=alecf
2002-09-24 03:00:37 +00:00
kaie%netscape.com
4abf30cd96
b=170359 Make sure new code from bug 168448 uses NS_INIT_ISUPPORTS
...
r=javi sr=alecf
2002-09-24 02:57:51 +00:00
wtc%netscape.com
f064a7c783
Bug 169785: CERT_AddOCSPAcceptableResponses should have a second argument
...
of type SECOidTag, followed by the optional arguments ..., because it needs
at least one argument of type SECOidTag. r=nelsonb.
2002-09-23 23:47:49 +00:00
kaie%netscape.com
4422b19ce5
b=169443 Form submit buttons not working [embedding apps]
...
r=javi sr=rpotts
Adding files forgotton on earlier checkin
2002-09-23 23:30:22 +00:00
kaie%netscape.com
9b8287f271
b=168946 More PSM cleanup
...
r=javi sr=rpotts
2002-09-23 23:23:05 +00:00
kaie%netscape.com
313245716c
b=168976 Remove RsaPubModulus from nsIX509Cert
...
r=javi sr=rpotts
2002-09-23 23:20:18 +00:00
kaie%netscape.com
412a2e51ef
b=169765 View button doesn't work in cert manager
...
r=javi sr=rpotts
2002-09-23 23:16:46 +00:00
kaie%netscape.com
f64692d189
b=169943 Form submit buttons not working [embedding apps]
...
Moving implementation of security warnings from pippki to pipboot.
r=javi sr=rpotts
2002-09-23 23:11:10 +00:00
nelsonb%netscape.com
03360ef784
Change coding style used in nss/lib/pki to one that works with ctags.
...
Bug 169999. Modified Files:
asymmkey.c certdecode.c certificate.c cryptocontext.c pki3hack.c
pkibase.c pkistore.c symmkey.c tdcache.c trustdomain.c
2002-09-23 21:32:35 +00:00
wtc%netscape.com
cd1c6e78de
Bug 169790: renamed CERT_DecodeDERCrlEx to CERT_DecodeDERCrlWithFlags.
...
Modified files: certdb/cert.h certdb/crl.c nss/nss.def pk11wrap/pk11cert.c
2002-09-23 21:31:47 +00:00
kaie%netscape.com
41447e5463
b=169932 Replace wstring with AString in IDL
...
r=darin sr=alecf
2002-09-23 20:17:16 +00:00
nicolson%netscape.com
0ce979714d
Fix 169578: PK11_ImportAndReturnPrivateKey sets wrong key type.
2002-09-20 21:48:32 +00:00
relyea%netscape.com
356b9783b7
Fix corrupt listing of nicknames on keys.
...
Bug 166995.
2002-09-20 20:36:44 +00:00
relyea%netscape.com
14511fe5c0
Fix memory leak mozbug 165655, r=wtc
2002-09-20 20:36:10 +00:00
wtc%netscape.com
f03bda0467
Removed the duplicate NSS_3.6 section in the previous checkin.
2002-09-20 18:02:13 +00:00
seawood%netscape.com
f74f777d4a
Oops. Forgot to account for tarball builds. Assume the worst if cvsco.log doesn't exist.
...
Fixing verification bustage.
2002-09-20 16:49:18 +00:00
seawood%netscape.com
a1c5307c6d
Add dependency support for NSS to PSM by checking to see if any NSS files have changed during the checkout.
...
Bug #167927 r=pavlov
2002-09-20 08:46:21 +00:00
jpierre%netscape.com
400ef5f4fc
Fix for 145785 - Need to create signer infos using Subject Key ID. r=relyea
2002-09-20 04:41:47 +00:00
jpierre%netscape.com
d8da4ff8b4
Update TC TrustCenter CAs in NSS 3.6 (tip). Fix for 169038
2002-09-20 04:26:55 +00:00
jpierre%netscape.com
c3f00fe7c2
Fix for bug 156042 - crash when CA not issued by a valid CA
2002-09-20 01:53:33 +00:00
wtc%netscape.com
270923b41b
Bug 169581: the last two arguments to pk11_mkSlotString should have the
...
type PRBool, not unsigned char. As a byproduct this change works around
what seems to be a gnupro gcc compiler optimization bug. r=relyea.
Modified Files: pk11db.c pk11pars.h
2002-09-19 03:23:26 +00:00
nicolson%netscape.com
b18b968f15
Fix 160024: remove class JSSJCEProvider.
2002-09-19 01:22:52 +00:00
nicolson%netscape.com
1cb0fd644a
make SPKI.getEncoded() actually return itself, DER-encoded. This way it
...
correctly implements X509EncodedKeySpec.
2002-09-19 01:16:41 +00:00
nicolson%netscape.com
3b81308973
more descriptive error message.
2002-09-19 01:15:36 +00:00
nicolson%netscape.com
5013a65e33
Fix 150720: Support KeyFactory.generatePrivate(DSAPrivateKeySpec).
2002-09-19 01:14:08 +00:00
nicolson%netscape.com
6980ea456e
Fix 169577: SGN_End crashes if DSA signature fails.
2002-09-19 01:07:43 +00:00
wtc%netscape.com
966869fa31
Bug 91224: Make sure that we use Solaris ld, not GNU ld, to build NSS.
...
Modified Files:
coreconf/SunOS5.mk nss/Makefile nss/cmd/platlibs.mk
nss/lib/freebl/Makefile
2002-09-18 23:25:29 +00:00
wtc%netscape.com
f0d185f531
Bug 153380: document the default values for the SSL options.
2002-09-18 22:32:19 +00:00
wtc%netscape.com
e85d087b1d
Bug 157827: declare the exported PBE_ functions. Fixed the include-once
...
ifdef.
2002-09-18 22:12:16 +00:00
kaie%netscape.com
70233f9ee6
b=169164 Replace PRUint* and PRInt* in IDL with "unsigned long" etc
...
r=javi sr=alecf
2002-09-18 17:15:58 +00:00
jpierre%netscape.com
2084e808d7
Fix memory leak in CRL cache
2002-09-18 00:34:32 +00:00
jpierre%netscape.com
c82c4da4e7
Call NSS_Shutdown() in crlutil. Part of purifying effort
2002-09-17 23:14:54 +00:00
jpierre%netscape.com
a80912fec1
Fix indentation
2002-09-17 21:31:28 +00:00
kaie%netscape.com
52a53d264c
b=141612 Misconfigured SSL web sites cause "unknown authority" messages.
...
Enhance the error message that is shown to the user.
r=javi sr=dveditz
2002-09-17 20:12:14 +00:00
kaie%netscape.com
d51b5d0764
b=168448 Fixing bustage caused by previous checkin.
...
Filename nsIGeneratingKeypairInfoDialogs is too long,
moving to a short filename. Updating Makefiles and include statements.
2002-09-17 19:43:13 +00:00
kaie%netscape.com
f74fb820fc
b=166664 Remove obsolete interface nsISecurityManagerComponent
...
r=javi sr=alecf
2002-09-17 19:09:11 +00:00
kaie%netscape.com
20ada98927
b=168448 PSM embedding freeze/ step 1/ move stuff & change data types
...
r=javi sr=alecf
2002-09-17 18:51:22 +00:00
wtc%netscape.com
bae29568d0
Bug 168722: fix compiler warnings.
...
Modified Files: rijndael.c rijndael.h
2002-09-17 04:24:11 +00:00
jpierre%netscape.com
4021df969d
Add -r support to crlutil for multiple iterations
2002-09-17 00:28:42 +00:00
jpierre%netscape.com
095d1b569c
Purify crlutil
...
Add -E option to erase all CRLs from the certificate database even if the issuer certificate is not present
Add -T option to invoke custom test code
2002-09-17 00:22:09 +00:00
jpierre%netscape.com
7a47c3326d
Fix UMC in Purify
2002-09-16 23:25:04 +00:00
nicolson%netscape.com
798046bbb4
Fix 157513: SignerInfo.java does not verify what it have signed.
2002-09-16 19:42:13 +00:00
jpierre%netscape.com
a572ec8ceb
Undo check-in that broke QA
2002-09-16 09:32:09 +00:00
jpierre%netscape.com
30933fccc7
Fix compiler warnings
2002-09-14 06:42:39 +00:00
jpierre%netscape.com
15afa035da
Add assertion to help debugging CRL crash
2002-09-14 05:41:42 +00:00
wtc%netscape.com
6c6c3a7f17
Removed the SIGTERM signal handler, which was added to debug bug 119340.
2002-09-13 05:10:59 +00:00
wtc%netscape.com
0ad056f859
Bug 168384: need to initialize the nss3lookingForCA field of nssUsage.
2002-09-13 02:07:34 +00:00
wtc%netscape.com
2be4ae3de3
Bug 168368: fixed an uninitialized memory read in CERT_CreateRDN. It
...
should not call va_arg if 'ava0' is NULL (which means 'ava0' is the last
argument).
2002-09-13 00:28:55 +00:00
sonja.mirtitsch%sun.com
9672a4c6fc
if USE_64 is set use option -d64 to java
...
write to stderr like the programs do so output is in order and logfiles
are clean
fixed path so script works on NT
tarted to put in markers strings so a status report script will be
able to find the things
clean fix for the NATIVE_FLAG problem
more output for the ENVIRONMENT section
2002-09-13 00:24:34 +00:00
wtc%netscape.com
b5ffb4bb9f
Bug 168360: Add support for the MOZ_PROFILE build option.
2002-09-12 23:32:58 +00:00
wtc%netscape.com
a1f6cb7783
The blob db shim code (bug 162023) introduced a crash (bug 167615) so
...
disable it for NSS 3.6 Beta1.
2002-09-12 23:17:35 +00:00
jpierre%netscape.com
cc9cc24c32
Fix for 167856 - memory leaks in CRL cache
2002-09-11 01:08:06 +00:00
jpierre%netscape.com
5ba34e6a81
Fix for 167849 - copy DER subject before adding an issuer to the hash table in CRL cache
2002-09-11 00:28:22 +00:00
ian.mcgreer%sun.com
d1abcafbbd
bug 166741, fixing bug in previous patches
...
r=wtc
2002-09-10 20:30:53 +00:00
wtc%netscape.com
f04d324c36
Bug 167532: fixed a regression introduced by the previous checkin.
2002-09-10 05:10:53 +00:00
jpierre%netscape.com
dc3cf4a2c0
Fix for 167649 - invalidate CRL cache when new CRL object is imported into a token
2002-09-10 04:49:09 +00:00
wtc%netscape.com
fd901dcddc
Import NSPR 4.2.2 RC1.
2002-09-10 02:17:46 +00:00
nicolson%netscape.com
08425b6ead
Fix 160020: KeyFactory.translateKey uses bad format names.
2002-09-09 23:21:45 +00:00
nicolson%netscape.com
78576a17b1
Fix 158009: enable compression of xpclass*.jar.
2002-09-09 21:54:07 +00:00
nicolson%netscape.com
d085546c68
Initialize variable to null. Indicated by bug 160076: Crashes when the
...
PasswordCallback returns an invalid password.
2002-09-09 21:24:48 +00:00
wtc%netscape.com
d9468cc3e8
Backed out the previous checkin, which broke 64-bit platforms.
2002-09-09 03:56:25 +00:00
ian.mcgreer%sun.com
2a3150fa01
fix compiler warnings
2002-09-08 16:47:58 +00:00
wtc%netscape.com
49af08e9e9
Bug 160805: fixed a leak and a double free of the arena introduced in the
...
previous checkin.
2002-09-08 03:25:30 +00:00
dougt%netscape.com
c5e8f896cd
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
wtc%netscape.com
44c0079eb7
Bug 129701: removed the sleep command for Linux in kill_selfserv().
...
Instead, we try to bind to the port in a loop until the port has been
freed. Added the -b (bindOnly) option to selfserv for this purpose.
Modified files: cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
2002-09-07 13:41:21 +00:00
wtc%netscape.com
89c025b0ae
Bug 123753: removed the vestige of the "for Clients" string in softoken's
...
sccs and rcs version id strings.
2002-09-07 05:45:40 +00:00
dougt%netscape.com
d94b37c68a
Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 05:38:16 +00:00
wtc%netscape.com
f53d10d32e
Bug 123753: the softoken is now compiled the same way for servers and
...
clients, so removed the "for Clients" string in the version info.
Modified files: config.mk softokn.rc
2002-09-07 05:35:46 +00:00
wtc%netscape.com
0ebdc96c4c
Bug 127886: added the new function PK11_ImportDERCert.
...
Modified files: nss/nss.def pk11wrap/pk11cert.c pk11wrap/pk11func.h
2002-09-07 04:48:57 +00:00
wtc%netscape.com
662f15aee9
Bug 136209: added the -P dbprefix option. The original -P (partial CRL
...
decode) option was renamed -p.
2002-09-07 04:43:04 +00:00
jpierre%netscape.com
93ee789624
Roll back change
2002-09-07 03:19:56 +00:00
jpierre%netscape.com
b775c249a1
Roll back checkin to fix QA tests
2002-09-07 02:59:04 +00:00
jpierre%netscape.com
30555cdf21
Fix NT build
2002-09-07 02:48:45 +00:00
jpierre%netscape.com
277a6b52df
Fix compiler warnings
2002-09-07 01:48:46 +00:00
jpierre%netscape.com
7387d1c618
Fix compiler warnings
2002-09-07 01:24:27 +00:00
leaf%mozilla.org
b1bdbfd3cd
update localeVersion to 1.2a, a=asa
2002-09-07 01:01:49 +00:00
jpierre%netscape.com
18ce753cc1
Fix compiler warnings
2002-09-07 01:00:04 +00:00