rrelyea%redhat.com
a855b8fda9
Bug 320583 Support for SHA256/384/512 with ECC signing
2006-02-08 06:14:31 +00:00
wtchang%redhat.com
5b13de7790
Bugzilla Bug 298612: make sure that the int argument that we pass to the
...
isspace, etc. macros is EOF or between 0 and 255. r=nelsonb.
2005-08-15 22:06:47 +00:00
julien.pierre.bugs%sun.com
0b0c788613
Remove dead and very bogus pre-softoken code
2005-04-02 06:33:25 +00:00
julien.pierre.bugs%sun.com
3ddff636ae
Include secmodi.h for SECMOD_NewListLock
2004-10-07 04:08:16 +00:00
julien.pierre.bugs%sun.com
c0aa37e404
Remove unused variable
2004-10-07 04:04:25 +00:00
nelsonb%netscape.com
2a84b08103
Use the "c beautifier" (cb) to give this code a common K&R style with
...
an indentation of 4. Also rewrap a few strangely wrapped lines.
Bug 249330.
2004-07-16 00:04:47 +00:00
nelsonb%netscape.com
c073805446
Apply review feedback to signtool sources. Add test case to QA tests.
...
Bug 248751.
2004-07-15 22:21:57 +00:00
nelsonb%netscape.com
4ef1db07ed
Add -X option to produce signed XPI files for mozilla. Bug 248751.
...
Path contributed by jeff klawiter <jeff@j-maxx.net>. r=nelson
2004-07-15 00:01:50 +00:00
gerv%gerv.net
2cdff0bb4f
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-25 15:03:26 +00:00
jpierre%netscape.com
3e7249335c
Support GeneralizedTime in NSS tools. bug 210530. r=wtc
2004-01-21 01:15:01 +00:00
nelsonb%netscape.com
2bbf4a1e89
Detect empty emailAddr strings in CERTCertificates. Bugzilla bug 211540.
...
Modified Files:
cmd/dbck/dbck.c cmd/signtool/util.c lib/certdb/certdb.c
lib/certdb/stanpcertdb.c lib/pkcs7/p7decode.c lib/pki/certificate.c
lib/pki/pki3hack.c lib/smime/cmssiginfo.c lib/softoken/pkcs11u.c
2003-11-15 00:10:01 +00:00
wtc%netscape.com
cb71ea9601
Include nss.h for the declaration of NSS_Shutdown. Use "" around prmem.h
...
and prio.h.
2003-05-24 05:23:42 +00:00
wtc%netscape.com
78ac357c09
Bug 58221: don't use strlen to check if a string is of length 0.
2003-03-19 06:30:12 +00:00
wtc%netscape.com
b5648cc904
Bug 197890: Eliminated the artificial dependency of all NSS cmd tools on
...
zlib. Only some of them (modutil and signtool) need zlib and we now define
that dependency explicitly. In shlibsign/sign.sh, escape the drive letter
if the pathname contains it and we are using Cygwin so that the pathname
does not contain any colon, which is the PATH separator in Cygwin. r=relyea
Modified Files: platlibs.mk modutil/manifest.mn shlibsign/sign.sh
signtool/manifest.mn
2003-03-17 21:48:18 +00:00
ian.mcgreer%sun.com
64a832e0e7
bug 177556, signtool -l fails
...
r=wtc
2003-02-28 21:14:36 +00:00
wtc%netscape.com
751c48b5e5
Bug 191214: fixed the object leaks in signtool that prevented NSS_Shutdown
...
from succeeding and added the NSS_Shutdown call back. r=jpierre.
Modified Files: certgen.c sign.c signtool.c
2003-01-30 23:11:13 +00:00
wtc%netscape.com
fedddcffe2
Bug 191214: backed out the previous checkin until this bug (object leaks)
...
is fixed.
2003-01-30 01:50:31 +00:00
wtc%netscape.com
4dbc437731
Bug 171263: signtool should call NSS_Shutdown before it exits.
2003-01-30 00:39:37 +00:00
wtc%netscape.com
12a72288a3
Bug 145029: fixed compiler warnings (mostly "xxx might be used
...
uninitialized").
2003-01-17 02:49:11 +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
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
nicolson%netscape.com
76c9ac877e
Fix 164126: makefile build error.
...
Change the NSS module name from "security" to "nss".
2002-09-06 16:38:56 +00:00
wtc%netscape.com
adc5eeddfc
Removed README.TXT, which is just README with Windows line endings (CRLF).
2002-07-09 17:11:25 +00:00
kirk.erickson%sun.com
81f890d48e
Fixed indentation caught by Wan-Teh (66606).
2002-06-11 22:41:45 +00:00
kirk.erickson%sun.com
936600b550
Resolves 66606. Added -O (enable OCSP checking).
2002-06-11 16:29:28 +00:00
wtc%netscape.com
012d3d240d
Bugzilla bug 135824: fixed slot reference leaks in signtool and removed
...
a faulty attempt to set user trust. r=relyea,mcgreer.
Modified files: certgen.c util.c
2002-05-13 17:08:20 +00:00
relyea%netscape.com
14e7ed26f6
Bug 133584: Fix reference leaks which prevent shutdown in NSS and in the tests.
...
Debug builds can verify correct operation by setting NSS_STRICT_SHUTDOWN, which
will cause an assert if shutdown is called but not all the modules are freed (which
means a slot, key, or cert reference has been leaked).
2002-04-12 19:05:21 +00:00
relyea%netscape.com
6e6defc79f
Don't try verifying the db's in a multi-access database case
2002-04-05 00:10:39 +00:00
ian.mcgreer%sun.com
b46659fdf7
bug 123296, infinite loop in signtool when incorrect password given at command line
2002-03-26 22:23:28 +00:00
wtc%netscape.com
a5db682b31
Bugzilla bug 114748: deleted unnecessary EXTRA_LIBS augmentation. The
...
zlib and jar libs are already added to EXTRA_LIBS by ../platlibs.mk.
2002-02-12 02:01:03 +00:00
wtc%netscape.com
b29d99b6b3
Bugzilla bug 111574: standard header files should be included with
...
#include <foo.h>, not #include "foo.h". Thanks to Roland Mainz
<Roland.Mainz@informatik.med.uni-giessen.de> for the patch. r=wtc.
Modified files: signtool.h jar.h
2001-12-04 18:36:58 +00:00
ian.mcgreer%sun.com
deb59a5517
fips fix for signtool
2001-11-16 19:39:37 +00:00
relyea%netscape.com
e03f762c52
Land BOB_WORK_BRANCH unto the tip.
...
remove lots of depricated files.
move some files to appropriate directories (pcertdb *_rand
associated headers to soft token, for instance)
rename several stan files which had the same name as other nss files.
remove depricated functions.
2001-11-08 00:15:51 +00:00
relyea%netscape.com
beb3993325
Remove unneeded references to the KeyDB data structure.
...
fix compilier warnings.
2001-09-20 21:50:21 +00:00
nicolson%netscape.com
a1b17e0243
Fix bug 90228: Signtool not picking up hidden (dot) files when performing
...
signing.
Don't skip files that start with "." and "#".
2001-07-20 21:31:33 +00:00
wtc%netscape.com
8836d3fe82
Bugzilla bug 70758: additional changes for this bug. r=nicolson.
...
Modified files: list.c sign.c verify.c
2001-07-06 13:28:21 +00:00
nicolson%netscape.com
6d8a036a90
ERRX is still -1.
2001-06-25 21:34:22 +00:00
nicolson%netscape.com
0ebf13862b
Fix 70758: signtool fails on Windows 2000, returns still 0.
2001-06-25 21:33:56 +00:00
kirke%netscape.com
1fc2a5ed5a
Resolves bug 66244 - Many NSS command do not detect failure of NSS_Init* functions. Introduced SECU_PrintPRandOSError(progName); to print on failure. Each command is responsible for exiting with appropriate status to distinguish failure points.
2001-01-31 23:25:02 +00:00
nelsonb%netscape.com
6643298345
Add missing #include "nss.h"
2001-01-07 07:43:28 +00:00
relyea%netscape.com
08545e0573
Fix initialization to use NSS_Init* functions rather than low level
...
init functions.
2001-01-06 22:09:04 +00:00
nelsonb%netscape.com
8aed37f6f6
Changes to deal with exporting data from Windows DLLs.
...
SECHashObjects[] is no longer exported.
New function HASH_GetHashObject returns pointer to selected const object.
SSL statistics are now in a structure whose address is obtained via a
call to SSL_GetStatistics().
On NT, the new symbol NSS_USE_STATIC_LIBS must be declared in programs
that use the static SSL library.
Also, propagate "const" declaration for SECHashObjects.
2001-01-05 01:38:26 +00:00
relyea%netscape.com
a839b49663
Add dynamic Library support to commands. Mark those that commands that still
...
need to be build with static libraries appropriately.
2000-12-22 17:09:07 +00:00
relyea%netscape.com
59508b0b06
Fix type casting problems in zip.c
2000-11-28 23:25:36 +00:00
mcgreer%netscape.com
7fb5e728ed
fix missing libraries in windows build
2000-11-28 23:21:38 +00:00
mcgreer%netscape.com
b44dc4e412
changes suggested by bryner to build more of NSS's utilities
2000-11-28 00:36:53 +00:00
relyea%netscape.com
32f5210984
OS/2 build changes.
2000-09-20 17:07:22 +00:00
mcgreer%netscape.com
7d33968515
Initial checkin of signtool source.
2000-04-03 19:08:51 +00:00