julien.pierre.bugs%sun.com
df4e77bbcc
Fix for bug 177184 . NSS_CMSDecoder_Cancel might have a leak . And this patch might fix it, or not. But this bug needs to be put to rest.
2006-08-05 01:19:23 +00:00
wtchang%redhat.com
05f4353835
Bugzilla Bug 347024: Moved the software integrity test from
...
nsc_CommonInitialize to the new function sftk_fipsSoftwareIntegrityTest
and have sftk_fipsPowerUpSelfTest call sftk_fipsSoftwareIntegrityTest.
Updated the audit logging code. Removed an extraneous comma between two
string literals in fipstokn.c. r=relyea,nelsonb.
Modified files: fipstest.c fipstokn.c pkcs11.c
2006-08-03 21:50:51 +00:00
wtchang%redhat.com
2122650517
Bugzilla Bug 336509: put the FIPS token in the Error state only when the
...
continuous RNG test fails.
2006-07-31 18:31:07 +00:00
wtchang%redhat.com
57d24f003f
Bugzilla Bug 336509: check for continuous RNG test failure after direct and
...
indirect uses of the RNG. r=relyea,nelsonb.
Modified files: fipstokn.c keydb.c pkcs11.c pkcs11c.c pkcs11i.h rsawrapr.c
softoken.h
2006-07-31 18:10:17 +00:00
gavin%gavinsharp.com
31069e7abd
Bug 343253: Improve unknown cert issuer dialog, r=kaie, sr=neil, ui-r=beltzner
2006-07-31 17:37:50 +00:00
wtchang%redhat.com
21254b1e83
Bugzilla bug 336509: Made prng_GenerateGlobalRandomBytes static because
...
it's only used in this file. r=neil.williams.
2006-07-29 00:28:12 +00:00
wtchang%redhat.com
b0957357ed
Bugzilla Bug 345502: C89 doesn't allow initializing a local array. Fixed
...
some array sizes. The patch is contributed by Glen Beasley of Sun. r=wtc.
2006-07-28 20:45:01 +00:00
wtchang%redhat.com
65bb6570f8
Bugzilla Bug 345941: fixed another bug that we might pass uninitialized
...
'req' to fclose(). Thanks to Wolfgang Rosenauer <mozilla@rosenauer.org> for
reporting the bug and reviewing the patch.
2006-07-28 20:19:02 +00:00
wtchang%redhat.com
c9e31d8b88
Bugzilla Bug 345941: fixed the bug that we might pass uninitialized 'req'
...
to fclose(). r=glen.beasley. Thanks to Wolfgang Rosenauer
<mozilla@rosenauer.org> for the bug report.
2006-07-27 16:56:56 +00:00
wtchang%redhat.com
d3b60f0a6c
Bugzilla Bug 345775: use SECITEM_FreeItem(..., PR_TRUE) to completely free
...
the SECItem allocated in getECParams. r=alexei.volkov.
2006-07-27 00:33:23 +00:00
wtchang%redhat.com
c234d13e07
Bugzilla Bug 345779: removed two useless assignments and fixed an error in
...
the comment. r=douglas.stebila.
2006-07-26 23:17:46 +00:00
glen.beasley%sun.com
1f3d35b456
345502 RNG power up selftest r=wtc
2006-07-24 03:54:09 +00:00
nelson%bolyard.com
834365353b
Correct ifdefs so that non-ECC builds will continue to build correctly.
...
r=wtchang bug 341707.
2006-07-20 00:17:23 +00:00
martijn.martijn%gmail.com
323a3c367c
Bug 344689 - CertViewer is missing some accesskeys, patch by Giacomo Magnini, r=kengert, sr=neil
2006-07-19 10:22:56 +00:00
nelson%bolyard.com
62b2da3982
Curve-limited clients must not negotiate ECC ciphersuites unless they send the supported curve extension. This means that when they are nogotiating SSL 3.0
...
and not TLS, they should not negotiate ECC ciphersuites at all.
Bug 341707. r=rrelyea.
2006-07-19 01:40:17 +00:00
nelson%bolyard.com
fa48f0c9c9
Workaround bogus assertion failure in MSVC 8 (Express, 2005) RTL by switching
...
from the old _findfirst, _findnext file enumeration API to the newer
FindFirstFile, FindNextFile API. Might be slower, but won't crash if it finds
files older than 1970. Bug 331404. r=julien.pierre
2006-07-19 01:33:41 +00:00
nelson%bolyard.com
2f93be2011
Coverity bug 340217. Fix leak, crash, and failure to set error codes in
...
CMMF_POPODecKeyChallContDecryptChallenge. r=alexei.volkov
2006-07-19 00:44:02 +00:00
nelson%bolyard.com
d3a863e0bc
Remove FORTEZZA code from this file. Coverity CID 874. r=rrelyea.
2006-07-19 00:36:38 +00:00
nelson%bolyard.com
ecc5a0ca22
Remove dead function SECU_GetPBEPassword from nss/cmd/lib/secutil.*
...
Patch contributed by Jon Smirl <jonsmirl@gmail.com>
Coverity CID 516. Bug 337081. r=nelson@bolyard.com
2006-07-19 00:21:12 +00:00
douglas%stebila.ca
d0f8f3aec2
Bugzilla Bug 338367: Turn GF2M_POPULATE and GFP_POPULATE macros into functions. r+=wtchang
2006-07-19 00:14:31 +00:00
nelson%bolyard.com
0c0fe5ec61
Stop using EXTENSION_NOT_FOUND error in OCSP code. r=julien. bug 287850.
2006-07-19 00:08:52 +00:00
wtchang%redhat.com
3a12ffa7fd
Bugzilla bug 295291: regenerated using the new certdata.perl script.
2006-07-18 23:38:14 +00:00
gavin%gavinsharp.com
cff73bd2b1
Bug 174699: hot key for Tool-Page Info-Security tab doesn't work, patch by Giacomo Magnini <giacomo.magnini@portalis.it>, r=iann/kaie
2006-07-18 16:28:16 +00:00
alexei.volkov.bugs%sun.com
65592a9b96
334459: Variable "(cache)->sharedCache" tracked as NULL was passed to a function that dereferences it. [@ CloseCache - InitCache]. r=nelson
2006-07-17 22:14:48 +00:00
alexei.volkov.bugs%sun.com
d4308b4819
341291: Coverity 689 - potential NULL ptr crash in ssl3_SendCertificate. r=nelson
2006-07-17 22:08:03 +00:00
alexei.volkov.bugs%sun.com
0387a34fe9
341120: Coverity 541 nss_cms_recipients_traverse leaks "rle". r=nelson
2006-07-17 21:57:35 +00:00
alexei.volkov.bugs%sun.com
153dd9531a
341115: Multiple NULL ptr dereferences in nss/lib/base/arena.c. r=nelson
2006-07-17 21:51:32 +00:00
wtchang%redhat.com
0c930e81b0
Bugzilla Bug 295291: removed the unused variable 'a' and sort the
...
definitions of constants in certdata.c. r=nelsonb.
2006-07-17 16:50:45 +00:00
kaie%kuix.de
033d364a4d
Bug 343682, crash in libcrmf with ecc
...
patch=rrelyea, r=kengert, r=nelson
2006-07-13 20:59:51 +00:00
bugzilla%standard8.demon.co.uk
9b141e7a3f
Bug 343395 Help buttons not displayed on SeaMonkey when build as an xul application (MOZ_XUL_APP=1). r=kaie,sr=Neil
2006-07-13 18:59:37 +00:00
richm%stanfordalumni.org
f7791eab15
Bump spec rev to 3
...
Remove unneeded buildrequires perl, gawk, sed
Remove leading / from path macros
Remove provides for package name - done automatically
Move pkgconfig file stuff under install
Added LICENSE and README under docs
2006-07-13 18:10:21 +00:00
darin%meer.net
a7b2115aec
fixes bug 343223 "On Mozilla trunk (1.9 +) cert viewer does no longer display verification info" r=kengert
2006-07-11 19:13:59 +00:00
kaie%kuix.de
93e4e9c852
bug 236933, add on patch to address l10n review comments, renames string ids
...
r=l10n
2006-07-04 10:48:48 +00:00
hwaara%gmail.com
a3a029b509
Make newserver.js be preprocessed. Fixes bug 343223 and bug 343318. Patch by Regis Caspar <regis.caspar+bz@gmail.com>. r=Mano
2006-07-01 12:55:37 +00:00
kaie%kuix.de
879d6a06e6
Follow up checkin for bug 336944,
...
address Darin's additional review comments.
2006-07-01 03:33:43 +00:00
kaie%kuix.de
51ca3e80da
Additional checkin for bug 236933, Patch 5 - strings,
...
in order to improve the error messages on weak crypto sites.
ui-r=beltzner, r=rrelyea
2006-07-01 03:18:34 +00:00
kaie%kuix.de
d25523b547
Bug 343230, When retrying on TLS intolerance sites, use SSL v2 compatible hellos
...
r=rrelyea
2006-07-01 03:11:21 +00:00
kaie%kuix.de
3143f9b6ec
Bug 324474, Revoked S/MIME certificate difficult to detect in received messages
...
r=rrelyea
2006-07-01 02:46:44 +00:00
kaie%kuix.de
cdb51f6ff6
Bug 335859, "<site> has received an incorrect or unexpected message. Error Code: -12229" when visiting site with SSL2
...
disabled
r=nelson
2006-06-30 21:35:28 +00:00
kaie%kuix.de
bcba9d65d6
Bug 336944, 100% CPU and delays with https/ssl activity
...
r=rrelyea, sr=darin
2006-06-30 21:26:31 +00:00
kaie%kuix.de
f18172888d
Bug 331977, No error dialog is presented if an SSL rehandshake fails
...
r=rrelyea
2006-06-30 21:22:22 +00:00
hwaara%gmail.com
61f91e70a0
bug 342862, Security mismatch dialog hardcodes focusing (which breaks default focus behavior on OS X). r=kengert, sr=neil
2006-06-30 08:43:53 +00:00
kaie%kuix.de
2fa128e39a
Bug 334293, nextUpdate used uninitialized in nsCRLInfo::nsCRLInfo if crl->nextUpdate.len == 0
...
r=rrelyea
2006-06-30 03:04:10 +00:00
kaie%kuix.de
9fd11fd993
Bug 337345, Leak in nsCrypto::GenerateCRMFRequest
...
r=rrelyea
2006-06-30 02:59:19 +00:00
nelson%bolyard.com
801550b12b
Remove ndbm.* files from dbm. r=wtchang, bug 175741.
2006-06-29 04:53:59 +00:00
julien.pierre.bugs%sun.com
bceb7a14ed
Fix for bug 341708 . Have client send alert if it detects an invalid server key exchange. r=nelson
2006-06-28 21:15:04 +00:00
wtchang%redhat.com
3a93592def
Bugzilla Bug 338798: use PR_FindFunctionSymbol to look up function
...
symbols. r=alexei.volkov,nelson.
Modified files: freebl/loader.c softoken/dbinit.c
2006-06-26 23:42:59 +00:00
wtchang%redhat.com
11a41b2806
Bugzilla Bug 338798: in C89, local struct variables can only be initialized
...
by constant expressions. HP C compiler version B.11.11.08 generates
incorrect code silently if the initializers are non-constant expressions.
r=alexei.volkov,julien.pierre.
Modified files: cmd/crmftest/testcrmf.c lib/ssl/ssl3con.c
2006-06-26 23:32:19 +00:00
kaie%kuix.de
1ce6ee2a89
Bug 337486, mismatch between PK11_FindCertFromNickname and FindCerts
...
r=rrelyea, r=julien.pierre
2006-06-26 23:21:07 +00:00
julien.pierre.bugs%sun.com
604d865157
Fix for bug 335748 . Add NSS_ENABLE_ECC and NSS_ECC_MORE_THAN_SUITE_B build macros. r=nelson, rrelyea
2006-06-26 21:16:54 +00:00
kaie%kuix.de
78e425ba44
Bug 310446, Add a user feedback message when certs for import are being ignored
...
also fixes
Bug 176507, Certificates added without warning or confirmation
r=rrelyea, string-review=beltzner
2006-06-26 17:13:13 +00:00
richm%stanfordalumni.org
498b38db59
bump spec revision to 2
2006-06-26 15:16:39 +00:00
timeless%mozdev.org
e1d478fb0a
Bug 309877 PSM/NSS init (thus SSL/https) fails when no profile exists
...
original patch by benb r=rrelyea moa=kaie
2006-06-25 07:12:44 +00:00
mrbkap%gmail.com
44c4148643
Keep a strong reference to the context that we're operating on. This involves
...
giving the sandbox context an nsISupports private data that controls its
lifetime. bug 337462, r+sr=jst
2006-06-24 04:33:24 +00:00
christophe.ravel.bugs%sun.com
b497d7c856
JSS 4.2.4 release candidate.
2006-06-23 22:32:51 +00:00
rrelyea%redhat.com
e27ebec51e
bug 335748 ECC support for Mozilla. r=wtc
2006-06-23 17:01:38 +00:00
rrelyea%redhat.com
63f322630d
Bug 335748 ECC support for mozilla.
...
r=wtc
2006-06-23 16:57:43 +00:00
richm%stanfordalumni.org
d216da6e85
do not erase source tarball
2006-06-23 15:28:29 +00:00
richm%stanfordalumni.org
81de66bdc7
added LICENSE file; renamed svrcore.spec to svrcore-devel.spec and made other changes to comply with fedora packaging guidelines - see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=196393
2006-06-23 15:15:07 +00:00
richm%stanfordalumni.org
4fd3c51f1f
remove patch file copying
2006-06-22 19:42:14 +00:00
richm%stanfordalumni.org
ab8050212c
bump version to 4.0.2; now using HEAD of mozilla/security/coreconf which has fixed the coreconf location patch, so get rid of patch file
2006-06-22 19:38:24 +00:00
kaie%kuix.de
9d552c5fda
Bug 337797, Can't send signed email as the first crypto operation in FIPS mode
...
r=rrelyea
2006-06-22 18:54:15 +00:00
kaie%kuix.de
4460f9988f
Land missing portion of bug 235773, Conform to NSS upstream build options, r=wtchang
2006-06-22 18:47:44 +00:00
gavin%gavinsharp.com
f00d33fd20
Bug 213207: make security mismatch dialog default to "Cancel", and fix other dialogs to use the dialog binding's standard default button attribute, r=kaie, ui-r=beltzner
2006-06-22 05:05:28 +00:00
wtchang%redhat.com
964136ed2c
Bugzilla Bug 338798: in C89, local struct variables can only be initialized
...
by constant expressions. HP C compiler version B.11.11.08 generates
incorrect code silently if the initializers are non-constant expressions.
r=alexei.volkov,julien.pierre.
2006-06-21 00:40:59 +00:00
neil.williams%sun.com
adfa6afb5a
Bug 337613, FipsTest assertion failure
...
r=glen
2006-06-20 21:40:16 +00:00
wtchang%redhat.com
2f57af8e44
Bugzilla Bug 337034: nested two related tests. r=relyea.
2006-06-17 00:09:59 +00:00
julien.pierre.bugs%sun.com
899e6ce42f
Workaround (or fix) for bug 341573 . Switch compiler option from -fsimple=2 to -fsimple=1
2006-06-16 04:41:34 +00:00
alexei.volkov.bugs%sun.com
5044fff858
[Bug 337110] OOM Crash and memory leak [@ PK11_CreatePBEParams]. r=julien, sr=nelson
2006-06-16 00:42:46 +00:00
wtchang%redhat.com
a49ee28fa8
Bugzilla Bug 341590: in FIPS mode, softoken should report the more serious
...
fatalError condition before the !isLoggedIn condition. r=nelson.
2006-06-15 23:55:59 +00:00
christophe.ravel.bugs%sun.com
cd1aaf4212
Bugzilla 337793: Create a test to check all EC curves
...
r+ Christophe
Committed on behalf of Nelson.
2006-06-15 19:26:01 +00:00
alexei.volkov.bugs%sun.com
3816951a1c
[Bug 337008] OOM crash [@ nssList_Add - STAN_InitTokenForSlotInfo - STAN_LoadDefaultNSS3TrustDomain][@ nssList_Clone - nssList_CreateIterator - STAN_LoadDefaultNSS3TrustDomain] Dereferencing possibly NULL "(td)->tokenList". r=nelson, sr=wtc
2006-06-13 21:36:29 +00:00
wtchang%redhat.com
4d7ec1f89a
Bugzilla Bug 341111: added a dummy reference to the SCCS and RCS version
...
strings so that they won't be optimized away. r=nelsonb.
2006-06-13 17:48:03 +00:00
alexei.volkov.bugs%sun.com
fabd34f574
[Bug 337110] OOM Crash [@ PK11_CreatePBEParams]. r=nelson
2006-06-13 17:33:06 +00:00
mhammond%skippinet.com.au
d5ad1dc2b9
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
2006-06-13 03:07:47 +00:00
alexei.volkov.bugs%sun.com
be7f1dcb5e
[Bug 337099] Crash [@ PK11_ParamFromIV] Variable "iv" tracked as NULL
...
was dereferenced. r=nelson
2006-06-12 21:16:49 +00:00
alexei.volkov.bugs%sun.com
fe5a005e2c
[Bug 339886] param leaked at NSS_CMSCipherContext_StartEncrypt(nss/lib/smime/cmscipher.c). r=nelson
2006-06-12 21:05:12 +00:00
nelson%bolyard.com
5e409752f7
Don't call nssCKFWToken_Destroy with NULL. Bug 340018. r=alexei.volkov
2006-06-10 22:21:10 +00:00
nelson%bolyard.com
07841bf20e
Fix leak and OOM crash. Bug 338352 and 338356. Coverity.
...
r=rrelyea, alexei.volkov
2006-06-10 22:13:46 +00:00
julien.pierre.bugs%sun.com
b656eeff6f
Fix for bug 340917 - crlutil should init NSS read-only for list option. r=alexei.volkov
2006-06-09 21:55:11 +00:00
kaie%kuix.de
dc2c405850
Bug 340183, Add the Netlock Class QA root certificate
...
Approval for adding CA cert granted by Frank Hecker in bug 313942
Patch by Wan-Teh Chang, r=me
2006-06-09 21:02:16 +00:00
nelson%bolyard.com
d8f1dd86cd
Fix broken build.
2006-06-09 18:12:50 +00:00
nelson%bolyard.com
ff440c16df
Fix leaks in CERT_DistNamesFromNicknames (bug 339916) and in
...
CERT_GetCertNicknames (bug 339919). Coverity bugs. r=alexei.volkov
2006-06-09 01:24:39 +00:00
julien.pierre.bugs%sun.com
cc5926cfe9
Fix for bug 340909 . Add batch command to usage. r=nelson
2006-06-09 01:24:23 +00:00
nelson%bolyard.com
3dd8d0d907
Fix leak in NSS_CMSEncoder_Start error path. Bug 339914. r=alexei.volkov
2006-06-08 22:01:02 +00:00
nelson%bolyard.com
9c4f4cd42c
Fix leak in sec_asn1d_add_to_subitems. Bug 339913. r=alexei.volkov
2006-06-08 21:40:30 +00:00
glen.beasley%sun.com
8eb963e03a
340734 update ref to 140-1 to 140 r=neilWilliams
2006-06-08 18:19:09 +00:00
steffen.wilberg%web.de
65d78b97d5
Bug 309052: remove broken Help button from CRL manager in Firefox. r=mconnor, kaie
2006-06-07 22:48:23 +00:00
nelson%bolyard.com
76f419d7b6
Remove dead code. Coverity 506. r=nelson,wtchang. Bug 337027.
...
Patch by Jon Smirl <jonsmirl@yahoo.com>
2006-06-07 18:36:26 +00:00
nelson%bolyard.com
c606ef0c5f
Fix bug 337104 and bug 337105. Don't crash if we run out of memory
...
in ssl2_ConstructCipherSpecs(). r=Alexei.Volkov Coverity 442 & 443.
2006-06-07 17:53:19 +00:00
julien.pierre.bugs%sun.com
f5b1468503
Fix for bug 326637 . Unnecessary request of PKCS11 device password. r=rrelyea
2006-06-07 02:30:27 +00:00
Jan.Varga%gmail.com
5ab0398355
Fix for bug 296040. Cell-based selection in trees
...
r=Neil Deakin, sr=Neil Rashbrook, sponsored by BEToptions
2006-06-06 20:05:13 +00:00
julien.pierre.bugs%sun.com
8aa09ef206
Fix for bug 340040 - add certutil option to verify an OCSP responder cert. r=nelson
2006-06-06 01:06:23 +00:00
timeless%mozdev.org
9391198a55
Bug 337917 Make consumers stop using cids from other modules
...
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
alexei.volkov.bugs%sun.com
a79dd03c29
[Bug 339908] 3 NULL ptr crashes when PK11_GetBestSlot returns NULL. r=nelson
2006-06-02 20:34:04 +00:00
wtchang%redhat.com
9f827e24d8
Import NSPR 4.6.2 and NSS 3.11.1.
2006-06-02 05:20:37 +00:00
wtchang%redhat.com
f6c1a8581a
Import NSPR 4.6.2.
2006-06-02 05:18:01 +00:00
wtchang%redhat.com
34e36b9e04
Bugzilla bug 338599: added new function SECKEY_SignatureLen and use it
...
instead of SECKEY_PublicKeyStrength to get ECDSA signature lengths.
Removed the 'type' member from the VFYContextStr structure because that
info is in the 'key->keyType' field. Set error codes when functions
fail (return 0). r=nelsonb.
Modified Files:
cryptohi/keyhi.h cryptohi/seckey.c cryptohi/secvfy.c
nss/nss.def ssl/ssl3con.c
2006-05-31 23:54:52 +00:00
alexei.volkov.bugs%sun.com
c332ce14e9
[Bug 220380] Add SSL client auth stress tests.
...
Attachment "auth patch"(#222740 ). r=nelson
2006-05-31 18:06:02 +00:00
wtchang%redhat.com
91c3167816
Bugzilla Bug 338552: added StartCom CA certificate to NSS. The patch is
...
contributed by Eddy Nigg, StartCom Ltd. <eddy_nigg@startcom.org>. r=wtc.
a=hecker.
Modified Files: certdata.c certdata.txt nssckbi.h
2006-05-31 17:18:54 +00:00