nelson%bolyard.com
68bf5f0340
Bug 328262. Increment ssl3 statistics counters atomicly. r=wtchang,julien.pierre
2006-03-01 05:45:45 +00:00
wtchang%redhat.com
e1f071ebf1
Bugzilla Bug 327978: removed obsolete files, superseded by the ecl
...
directory. r=douglas.stebila.
Removed files: GF2m_ecl.c GF2m_ecl.h GFp_ecl.c GFp_ecl.h
2006-02-28 23:43:19 +00:00
wtchang%redhat.com
1f27da68d4
Bugzilla bug 327855: OS2 GCC build should define XP_OS2_EMX for NSPR
...
headers. Removed a duplicate XP_OS2 definition. r=Peter Weilbacher and
Julien Pierre.
2006-02-28 21:34:29 +00:00
kaie%kuix.de
3ef09fc4bf
bug 328302, Cert Viewer: Prefix "raw bytes" display with size information
...
r=rrelyea
2006-02-28 18:30:01 +00:00
nelson%bolyard.com
969236afbb
Bug 326315. Warning Reduction. On TRUNK only. r=Julien.Pierre
2006-02-28 05:56:07 +00:00
nelson%bolyard.com
d91164bf0e
Bug 325683. EC param parsing error not propagated correctly.
...
Fix the cases that Andreas identified. Patch by Andreas.Sterbenz@sun.com
r=Julien,wtchang,nelson
2006-02-28 05:44:56 +00:00
nelson%bolyard.com
61b48c1f2f
Bug 326690. Enable modutil to configure default slots for the
...
AES, SHA256 or SHA512 mechanisms. r=rrelyea,julien.pierre
2006-02-28 05:16:00 +00:00
nelson%bolyard.com
2f2900ce2e
Bug 327105. Reintroduce an old bug that prevents _DHE_ cipher suites
...
from being negotiated by NSS servers. Necessary until the server side
of the _DHE_ cipher suites is fully implemented. r=Julien,Wan-Teh,Vipul
2006-02-28 04:20:23 +00:00
wtchang%redhat.com
dff8039a7a
Bugzilla Bug 320038: checked in a better fix that allows us to write
...
EC domain parameters as hex strings with leading 00's. r=douglas.stebila
sr=relyea.
Modified files: softoken/ecdecode.c freebl/ecl/ecl-curve.h
2006-02-27 23:18:34 +00:00
wtchang%redhat.com
a8247496ad
Bugzilla Bug 322871: moved the three new EC-related JNI function symbols to
...
a new JSS_4.2.3 section. r=sandeep.konchady.
2006-02-24 23:56:41 +00:00
nkwan%redhat.com
d3491803d2
integrated patch 'build fix' from bugzilla #328246
2006-02-24 19:40:34 +00:00
sandeep.konchady%sun.com
a39794becf
Bugzilla bug: 328233 Fix for using SunJCE for all platformas that do not
...
use IBM JDK. sr=Alexei.Volkov
2006-02-23 16:47:17 +00:00
wtchang%redhat.com
8870a7917e
Bugzilla Bug 322871: Checked in Bob Relyea's patch again.
...
Add multi-hash ECC to jss (based on the 1.4 JCE).
2006-02-23 01:21:52 +00:00
wtchang%redhat.com
a33cc5c3df
Bug 322578: backed out the previous checkin. We avoided it by changing NSS.
...
r=mark.mentovai.
2006-02-22 22:40:03 +00:00
wtchang%redhat.com
1a8b4bd028
Bugzilla bug 322578: support ppc<->x86 cross builds for Mac OS X. The
...
patch is contributed by Mark Mentovai <mark@moxienet.com>. r=wtc.
2006-02-22 22:26:34 +00:00
wtchang%redhat.com
6272976cfc
Bugzilla Bug 328228: fixed the typo "secp169k1". The patch is contributed
...
by jyri <jyri.virkki@sun.com>. r=wtc,vipul.gupta.
Modified files: bltest/blapitest.c certutil/certutil.c
2006-02-22 22:15:57 +00:00
christophe.ravel.bugs%sun.com
f6ee50a1b0
Change NSS version to 3.12 Beta on the tip.
2006-02-22 21:22:54 +00:00
kaie%kuix.de
28c1f4ad33
bug 321598, Double memory free in nsIX509::getRawDER
...
r=rrelyea
2006-02-22 20:36:53 +00:00
wtchang%redhat.com
5a28fa6cbc
Bugzilla Bug 326754: the previous checkin made us fail the NIST DSA PQGGen
...
test for [mod = 768] only. Backed out the more likely culprit.
2006-02-22 02:12:09 +00:00
sandeep.konchady%sun.com
36c22a97e3
Bugzilla bug: 310368 Missed a file.
...
sr=Glen r=Alexei
2006-02-21 23:38:58 +00:00
sandeep.konchady%sun.com
40548840b8
Bugzilla bug: 326699 Added check for libjss4.$platform_lib_extension
...
sr=Alexei.Volkov r=Christophe.Ravel
2006-02-21 23:27:49 +00:00
sandeep.konchady%sun.com
713e3bd05b
Bugzilla bug: 310368 Modified JSSE_SSLServer and JSS_SSLClient for proper
...
cipher preference and communication. sr=Glen.Beasley r=Alexei.Volkov
2006-02-21 23:25:25 +00:00
sandeep.konchady%sun.com
245692418c
Bugzilla bug: 322998 Fix for SSLServerSocket.accept() consuming exception
...
cause. sr=Wan-Teh r=Alexei.Volkov
2006-02-21 22:43:27 +00:00
mark%moxienet.com
dbd781b833
322578 Support ppc<->x86 cross builds for Mac OS X. Core cross-compile support. r=bsmedberg r=cls sr=bryner
2006-02-21 00:21:55 +00:00
wtchang%redhat.com
0c86eb4eee
Bugzilla Bug 327529: unnamed arguments (third and after) for CERT_CreateRDN
...
must have the correct CERTAVA * type because compilers can't do automatic
type conversions. r=nelsonb,jpierre.
Modified files: alg1485.c secname.c
2006-02-20 23:06:55 +00:00
kaie%kuix.de
9b1dea62aa
bug=325366, Certificates: Large MS CA version causes decoding failure
...
Patch contributed by Martin v. Loewis
r=kengert
2006-02-20 13:20:47 +00:00
wtchang%redhat.com
b3c171eb42
Renamed DSA_TEST_SEED_BYTES to PQG_TEST_SEED_BYTES.
2006-02-18 02:39:12 +00:00
wtchang%redhat.com
f84184efdf
Bugzilla Bug 327384: fixed an off-by-one error in the size of the 'genenc'
...
array. The patch is contributed by Andreas Sterbenz
<Andreas.Sterbenz@sun.com>. r=wtc,nelsonb
2006-02-16 22:33:13 +00:00
sandeep.konchady%sun.com
dbf6d0080b
Bugzilla bug: 317479. Added IBMJCE for tests to work with IBM JDK.
...
sr=glen.beasley r=alexei.volkov
2006-02-16 19:54:08 +00:00
dveditz%cruzio.com
f688fccbca
bug 327126 prevent missing JSContext during generateCRMFRequest() r=mrbkap, r=kengert, sr=dbaron
2006-02-16 05:38:52 +00:00
glen.beasley%sun.com
ea2bb064f4
fix by wan-teh for RSA siggen tests r=glen
2006-02-16 01:50:55 +00:00
wtchang%redhat.com
e49bf918fc
Bugzilla Bug 318967: use 160-bit SEED when generating DSA domain parameters
...
(PQG). Removed unused keySizeIndex variables. Handle the return value and
result output parameter of PQG_VerifyParams separately. Pad H with leading
0's when printing. r=glen.beasley.
2006-02-16 01:28:35 +00:00
julien.pierre.bugs%sun.com
50ed7e0d79
Fix for bug 321765. Allow NSS to decode certs with unsupported critical extensions. r=wtchang,nelson,rrelyea.
2006-02-16 00:06:24 +00:00
alexei.volkov.bugs%sun.com
5156715044
[Bug 326963] Interoperability test with apache/mod_ssl: tstclnt
...
produces: assertion failure: secmod_PrivateModuleCount == 0; r=nelson, sr=julie
n
2006-02-15 22:22:32 +00:00
wtchang%redhat.com
3bd336da98
Bugzilla Bug 318962: fixed signed/unsigned comparison warnings by MSVC.
...
r=glen.beasley.
2006-02-15 19:14:09 +00:00
wtchang%redhat.com
88f7f20136
Bugzilla Bug 318968: more ECDSA test cleanup. Do not zeroize when freezing
...
ECParams' arenas. Use EC_CopyParams to copy ECParams to an EC public key
and allocate the public key's value from the same arena. r=glen.beasley.
2006-02-15 19:06:51 +00:00
christophe.ravel.bugs%sun.com
915ecf8936
322871: JSS needs to handle ECC keys and certs`
...
Back out changes by rrelyea (2006-02-10) and glen.beasley (2006-02-14).
r+: wtc
2006-02-14 23:53:05 +00:00
glen.beasley%sun.com
b244d5e0da
temp build fix
2006-02-14 20:16:45 +00:00
wtchang%redhat.com
44d4dbe3f6
Bugzilla Bug 326754: fixed two minor bugs related to the h parameter in
...
PQG parameter generation. r=nelsonb,glen.beasley.
2006-02-14 03:04:57 +00:00
wtchang%redhat.com
cb0068da5a
Bugzilla Bug 326144: need to zeroize a SECItem that contains a copy of the
...
secret key. r=relyea,jpierre.
2006-02-14 02:55:09 +00:00
wtchang%redhat.com
f0bf04743d
Bugzilla bug 326751: CKR_SIGNATURE_INVALID is a much better default error
...
code for NSC_VerifyRecover than CKR_DEVICE_ERROR is. r=relyea.
2006-02-11 02:03:25 +00:00
glen.beasley%sun.com
a2642d5f53
318970 RSA sigver test fix r=wan-teh
2006-02-10 23:27:38 +00:00
rrelyea%redhat.com
e2c07cef61
Add multi-hash ECC to jss (based on the 1.4 JCE).
2006-02-10 22:06:22 +00:00
rrelyea%redhat.com
4266eddd80
Bugzilla Bug 326482 NSS ECC performance problems.
...
Patch by Nelson, r=relyea.
Save the public key when we create the keypair so we can use it later.
2006-02-10 19:39:53 +00:00
rrelyea%redhat.com
fc19f10d2e
Bugzilla Bug 326482 NSS ECC performance problems.
...
r=nelsonb
Fix bug where ECC keys were not being copied on server startup
2006-02-10 18:54:58 +00:00
neil.williams%sun.com
99a30b78f0
Bug 325657, r=Nelson,Wan-Teh, Unset ECL_USE_FP INT Solaris SPARC freebl
2006-02-10 04:38:05 +00:00
rrelyea%redhat.com
9a4d9a97c2
Bug 320187 NSC_WrapKey called with null output returns short length
...
r=nelsonb
2006-02-09 19:54:22 +00:00
dougt%meer.net
a58511b4cd
Fixing bug 326358. checking for null mStringBundle is not needed. r/a=kaie
2006-02-09 18:52:28 +00:00
neil.williams%sun.com
9caf87f451
Bug #325682 , Adds -Wl,-rpath to link step for Linux distributions
...
r=Nelson, sr=Wan-Teh
2006-02-09 00:12:17 +00:00
rrelyea%redhat.com
a855b8fda9
Bug 320583 Support for SHA256/384/512 with ECC signing
2006-02-08 06:14:31 +00:00
julien.pierre.bugs%sun.com
7111e6ebf7
Fix for bug 326144 . softoken leaks in nsc_pbe_key_gen. r=nelson, rrelyea
2006-02-07 00:43:31 +00:00
wtchang%redhat.com
dbb143b269
Bugzilla Bug 318967: fixed compiler warnings, most of which were char *
...
and unsigned char * mismatches. r=glen.beasley.
2006-02-04 06:39:44 +00:00
kaie%kuix.de
6e44613a74
Fix build bustage, change // comment to /* */
2006-02-03 20:22:52 +00:00
kaie%kuix.de
93dc217dd8
bug 152426, delegation of HTTP download for OCSP
...
r=julien.pierre, r=rrelyea
2006-02-03 18:14:49 +00:00
cbiesinger%web.de
a898e666b8
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
neil.williams%sun.com
b36cd3eaef
bug 245518 r=nelson, fix for p12 files encoded with null PWs
2006-02-02 20:26:03 +00:00
nelson%bolyard.com
d4b05e6bb3
Work around bug 292285: don't encode x400 addresses, don't print CRL contents
...
r=julien.pierre
2006-02-02 07:56:19 +00:00
wtchang%redhat.com
3dc55f1174
Allow CKM_ECDSA_SHA1 to be multipart. Bug 325494.
...
Patch contributed by Andreas Sterbenz <Andreas.Sterbenz@sun.com>
r=nelsonb,relyea,wtc.
2006-02-02 07:21:56 +00:00
alexei.volkov.bugs%sun.com
a2cde1a2cd
[Bug 325307] infinite loop in SECU_FindCrlIssuer. r=julien
2006-02-02 02:45:02 +00:00
alexei.volkov.bugs%sun.com
81fbb31a8a
[Bug 324878] crlutil -L outputs false CRL names. r=julien
2006-02-02 02:35:07 +00:00
alexei.volkov.bugs%sun.com
bc7dfc231d
325305: minor memory leak in CERT_FindCertByNameString. r=wtc
2006-02-02 00:57:54 +00:00
richm%stanfordalumni.org
9d4c7f77b0
added Windows build instructions - fixed spec file - added patch file for broken coreconf location.mk
2006-02-01 23:39:01 +00:00
sandeep.konchady%sun.com
3c41a24d51
Bugzilla bug: 324451. Changed JSS version to 4.2.3. sr=glen, r=alexei
2006-02-01 23:18:57 +00:00
wtchang%redhat.com
ca31a3a1e8
Bugzilla Bug 318966: implemented the tests for the NIST RNG Validation
...
System. r=glen.beasley.
Modified file: fipstest.c
Added file: rng.sh
2006-02-01 21:28:25 +00:00
wtchang%redhat.com
2deab42637
Bugzilla Bug 318966: added two RNG functions FIPS186Change_GenerateX and
...
FIPS186Change_ReduceModQForDSA to blapi.h for the NIST RNG Validation
System. r=relyea,nelsonb.
Modified files: blapi.h ldvector.c loader.c loader.h prng_fips1861.c
2006-02-01 21:18:44 +00:00
rrelyea%redhat.com
fd80d52937
Bug 319619 "large" ECC private keys cannot be exported through PKCS #11
...
1) Change the export encrypted private key function to ask the token the wrap
size rather than trying to figure it out ourselves.
2) Fix the soften to correctly return the size.
r=wtc, nelsonb
2006-02-01 16:43:47 +00:00
glen.beasley%sun.com
24f377f7dd
318970 RSA FIPS tests r=wan-teh sr=bobRelyea
2006-01-31 00:49:40 +00:00
glen.beasley%sun.com
e3acf26812
318970 RSA FIPS tests r=wan-teh sr=bobRelyea
2006-01-31 00:49:02 +00:00
kaie%kuix.de
6ea97d820f
bug 323903, further improvements on displaying certificate extensions.
...
Patch contributed by Kaspar Brand, supplementing the recent checkin for bug 259031.
r=Martin v. Loewis / kengert
2006-01-30 23:21:00 +00:00
glen.beasley%sun.com
e5919f82cb
318970 RSA FIPS Alg Tests r=wan-teh, sr=bRelyea
2006-01-30 19:58:52 +00:00
nelsonb%netscape.com
e4ed0ba860
Fix broken build, caused by c++ style comment in c code.
2006-01-28 02:38:07 +00:00
nelsonb%netscape.com
3360534c6e
Set SSL2 and SSL3 timeout times properly for SSL server session cache.
...
Bug 223242. r=jullien.pierre
2006-01-28 02:21:31 +00:00
kaie%kuix.de
53ba8beb5d
bug 324109, Re-Add ocsp info string in cert manager, that was accidentially removed by a checkin for bug 212459
...
r=mscott sr=rrelyea
2006-01-27 21:12:37 +00:00
glen.beasley%sun.com
decef2ce52
328967 DSA FIPS tests r=Wan-Teh
2006-01-27 18:53:07 +00:00
wtchang%redhat.com
47f924a72a
Removed a blank line that broke the ssl_stress function in ecssl.sh, which
...
cannot handle blank lines.
2006-01-27 18:44:13 +00:00
wtchang%redhat.com
ca32c95cb1
Bugzilla Bug 320589: temporary workaround for SEC_SignData ECDSA signature
...
generation bug introduced by the previous checkin.
2006-01-26 23:51:42 +00:00
wtchang%redhat.com
dc090904ca
Removed an extraneous semicolon after the last parameter in a function
...
declaration.
2006-01-26 23:21:39 +00:00
gavin%gavinsharp.com
0cef564f9f
Bug 323010: nsSecretDecoderRing::SetWindow should be NS_IMETHODIMP, not nsresult, patch by Jeff Walden <jwalden@mit.edu>, r+sr=dveditz
2006-01-26 01:06:42 +00:00
sandeep.konchady%sun.com
1d340a02f8
Bugzilla bug: 316629. Increased SSLServerSocket timeout from 15 sec to
...
90 sec. Smaller timeout was causing the server to die before client connected.
sr=glen.beasley r=alexei.volkov
2006-01-24 00:42:48 +00:00
nelsonb%netscape.com
91dc066263
Remove unnecessary ISALIST test from sparc versions of freebl DSOs.
...
Bug 302658. r=jullien.pierre,wtchang
2006-01-22 08:43:57 +00:00
nelsonb%netscape.com
c600655628
Make dbck Debug mode work with Softoken. Bug 323570. r=rrelyea.
2006-01-22 06:54:34 +00:00
nelsonb%netscape.com
84f7a58b5e
Don't use variables as structure initializers. Bug 274512. Fix build
...
on HPUX. r=julien.pierre,wtchang
2006-01-22 06:42:14 +00:00
nelsonb%netscape.com
3ab06bd1bf
Detect certdb reference leaks at shutdown with assertions. Bug 324103.
...
r=rrelyea.
2006-01-22 06:36:36 +00:00
wtchang%redhat.com
de87a39bcf
Bugzilla Bug 323977: use the "mapfile" (ld version script) on FreeBSD.
...
Build the freebl shared libraries with the -Bsymbolic flag for GNU ld.
r=nelsonb. Thanks to Glenn Randers-Pehrson <glennrp@imagemagick.org> for
reporting this bug and verifying these changes.
Modified files: coreconf/FreeBSD.mk nss/lib/freebl/Makefile
2006-01-21 02:33:33 +00:00
nelsonb%netscape.com
0379858bcd
Plug a cert DB reference leak in softoken, related to trust objects.
...
Bug 324103, r=rrelyea
2006-01-21 02:23:42 +00:00
wtchang%redhat.com
035d4d364f
Bugzilla Bug 320589: miscellaneous code cleanup: distinguish between the
...
length of the field size and the length of the base point order. Report
better error codes. In ECDSA_VerifyDigest, removed unnecessary local
variables and be lenient in the signature lengths we accept.
r=relyea,nelsonb
2006-01-21 02:14:46 +00:00
julien.pierre.bugs%sun.com
bce474d96e
Fix for bug 317856 . uninitialized variable correction. r=wtchang
2006-01-20 22:55:15 +00:00
cls%seawood.org
63f98b3b60
Do not attempt to install .chk files when cross-compiling.
...
Bug #317620 r=wtc
2006-01-20 21:52:18 +00:00
nelsonb%netscape.com
0521005f8e
Detect NULL server key pair pointer. Bug 321161. r=wtchang.
2006-01-20 17:40:21 +00:00
julien.pierre.bugs%sun.com
b9bbd71bdd
Fix for bug 317856 . compiler warnings in strsclnt
2006-01-20 00:43:23 +00:00
rrelyea%redhat.com
e88416641f
Bugzilla Bug 95323. Conditionally compile nsscapi.
...
r=julien
2006-01-19 19:55:28 +00:00
nelsonb%netscape.com
c10ca51cd5
change QA test order to be bottom-up. Bug 309412. r=jullien.pierre
2006-01-19 11:59:56 +00:00
nelsonb%netscape.com
81262a171f
Back out last change, which broke the build.
2006-01-19 02:34:12 +00:00
nelsonb%netscape.com
0c53a2cee8
Prevent crash when making new cert8.db from old cert5.db.
...
This is not the final solution, but it works.
Bug 320029. r=rrelyea,sr=julien.pierre. On TRUNK.
2006-01-19 02:16:30 +00:00
nelsonb%netscape.com
9e6bb5e04e
Add new function nsslowcert_DecodeAnyDBEntry. Correct the union
...
certDBEntry by adding the missing members. Bug 323570. r=rrelyea.
2006-01-19 02:09:37 +00:00
nelsonb%netscape.com
e601c1afd7
Softoken will no longer generate excessive key material for some SSL3
...
cipher suites. Bug 274512. r=rrelyea.
2006-01-19 01:12:53 +00:00
wtchang%redhat.com
feef0984c4
Bugzilla Bug 318217: use the new NSPR functions PR_EmulateAcceptRead and
...
PR_EmulateSendFile added in NSPR 4.1. r=nelsonb.
Modified files: manifest.mn sslimpl.h sslsock.c
Removed file: emulate.c
2006-01-18 23:06:57 +00:00
julien.pierre.bugs%sun.com
cf6fab0ce0
Fix for bug 319495 . Clean up Makefiles for command-line tools. r=nelson
2006-01-18 22:44:39 +00:00
wtchang%redhat.com
9cb00badbb
Bugzilla Bug 317620: use "pwd -W" to convert $(DIST) to an absolute
...
pathname (ABS_DIST) under MSYS on Windows. We use the same method to
to define MOZ_BUILD_ROOT in configure.in. The patch is contributed by
Chris Seawood <cls@seawood.org>. r=wtc.
2006-01-18 21:32:27 +00:00
wtchang%redhat.com
bfb0b53c24
Bugzilla Bug 323379: need to set ADDON_PATH for libsoftokn3.so to load
...
libfreebl3.so as an add-on on BeOS. Thanks to Doug Shelton
<doug@sheltonfamily.org>for reporting the bug and verifying the fix.
r=christophe.ravel.
2006-01-18 20:56:28 +00:00
rrelyea%redhat.com
129a80aa06
NSS ECDSA can only sign SHA-1 bug 320583
...
r=nelson patch ammended to change SHA-1 to HASH per wtc comment.
2006-01-17 00:38:59 +00:00
wtchang%redhat.com
dbbc444239
Bugzilla Bug 317620: landed NSS 3.11 on the Mozilla trunk. The patch is
...
contributed by Kai Engert <kengert@redhat.com>. r=wtc,bsmedberg.
Bugzilla Bug 288647: (security/manager/Makefile.in only) enable building
NSS with system NSPR. The patch is contributed by Chris Seawood
<cls@seawood.org>. r=wtc,kengert.
Modified Files:
Makefile.in browser/installer/unix/config.it
browser/installer/unix/packages-static
browser/installer/windows/config.it
browser/installer/windows/packages-static
calendar/installer/windows/config.it
calendar/installer/windows/packages-static
camino/Camino.xcode/project.pbxproj
embedding/config/basebrowser-installer-win.pkg
embedding/config/basebrowser-mac-macho
embedding/config/basebrowser-qnx
embedding/config/basebrowser-unix
embedding/config/basebrowser-win embedding/config/minimo-qnx
embedding/config/minimo-unix mail/config/basemail-os2
mail/config/basemail-unix mail/installer/windows/config.it
mail/installer/windows/packages-static
minimo/config/linux_package.sh security/manager/Makefile.in
security/manager/psm.pkg toolkit/mozapps/installer/packager.mk
xpinstall/packager/packages-os2
xpinstall/packager/packages-static-unix
xpinstall/packager/packages-static-win
xpinstall/packager/packages-unix
xpinstall/packager/unix/deliver.pl
xpinstall/packager/win_mfcembed/config.it
xpinstall/packager/windows/browser.jst
xpinstall/packager/windows/config.it
xulrunner/installer/mac/Makefile.in
2006-01-13 18:09:32 +00:00
wtchang%redhat.com
0c4d029490
Bugzilla Bug 320497: indicate that we don't need an executable stack.
...
r=wolfgang.rosenauer,jpierre.
Modified files: arcfour-amd64-gas.s mpi/mpi_amd64_gas.s
2006-01-13 17:33:10 +00:00
wtchang%redhat.com
24734ea6fb
Bugzilla Bug 317858: gcc on Linux/ppc doesn't recognize the -z defs linker
...
flag, so we need to use -Wl to pass it to the linker. r=caillon.
2006-01-13 17:24:13 +00:00
alexei.volkov.bugs%sun.com
af798d22c0
HP and AIX cert extension tests failure fix.
2006-01-13 07:59:31 +00:00
wtchang%redhat.com
21d4070e16
Bugzilla Bug 323079: when libsoftoken and libssl load the freebl library,
...
first try without resolving symlinks. If we fail to load the library and
the pathname is a symbolic link, resolve the symbolic link and try again.
r=jpierre. sr=relyea.
2006-01-12 23:46:31 +00:00
timeless%mozdev.org
0fb55318b1
Bug 106386 Correct misspellings in source code
...
patch by philippuryear@gmail.com r=timeless rs=brendan
2006-01-12 07:57:31 +00:00
alexei.volkov.bugs%sun.com
c9cb870d39
cert extension test for 53229: certutil should not use gets(). julien:review+
2006-01-12 01:09:03 +00:00
richm%stanfordalumni.org
f84918ca40
remove svrcore-config
2006-01-12 00:49:35 +00:00
kaie%kuix.de
b3f82a4693
Use a new IID for changed interface nsIX509CertDB2, supplemental checkin for bug 316710
...
r=rrelyea
2006-01-12 00:26:19 +00:00
timeless%mozdev.org
594e267b04
Bug 322429 nsICertPicker is misleading
...
r=kaie sr=bz
2006-01-11 08:29:49 +00:00
kaie%kuix.de
adbdcdd41b
bug 101996, temp file with guessable name used during p12 import.
...
r=rrelyea
2006-01-10 02:51:24 +00:00
kaie%kuix.de
8abb1782d1
bug 137506, Only internal token's keys can be exported
...
Patch by Bob Relyea, r=kengert
2006-01-10 02:29:25 +00:00
kaie%kuix.de
b42c991d2e
bug 149834, Enhance PSM speed by using new NSS API CERT_VerifyCertificateNow
...
Patch by John G. Myers, r=kengert
2006-01-10 02:14:04 +00:00
kaie%kuix.de
ce2b34992a
bug 316710, Land some generic crypto backend code, mostly cleanup, some small enhancements
...
Patch by Bob Relyea, r=kengert
2006-01-10 02:07:47 +00:00
richm%stanfordalumni.org
d22a816ef4
added .spec file for building RPM - package is svrcore-devel - a script svrcore-config for getting cflag and ldflag information, and a .pc file for pkg-config
2006-01-06 18:02:35 +00:00
wtchang%redhat.com
e43ae180d6
Bugzilla Bug 318968: fixed the build error with NSS_ENABLE_ECC unset.
...
Modified files: Makefile fipstest.c
2006-01-05 21:49:05 +00:00
wtchang%redhat.com
24416549b6
Bugzilla Bug 321865: added coreconf files for Solaris 11. The patch is
...
contributed by Alfred Peng <alfred.peng@sun.com>. r=wtc.
Added files: SunOS5.11.mk SunOS5.11_i86pc.mk
2006-01-03 23:02:11 +00:00
cbiesinger%web.de
8d81b8a6b6
Bug 321504 Remove unneeded uses of nsIDocumentLoader
...
r+sr=bz
2005-12-26 16:45:59 +00:00
kaie%kuix.de
66118848a4
bug 259031, Add support for displaying certificate extensions
...
Patch contributed by Martin v. Loewis.
r=kengert/rrelyea/wtchang sr=shaver/rrelyea
2005-12-25 21:09:45 +00:00
julien.pierre.bugs%sun.com
2b8116135c
Fix the build busted by checkin for bug 318968
2005-12-23 03:14:36 +00:00
wtchang%redhat.com
a9a0f1c1b2
Bugzilla Bug 318968: added FIPS ECDSA algorithm test. r=glen.beasley.
...
Modified file: fipstest.c
Added file: ecdsa.sh
2005-12-22 22:22:17 +00:00
wtchang%redhat.com
4102e295a8
Bugzilla Bug 318962: combined a PORT_Realloc and a memset call into an
...
equivalent PORT_ZAlloc call. r=glen.beasley.
2005-12-22 22:19:03 +00:00
wtchang%redhat.com
7af58c4ead
Bugzilla bug 318962: it is legal for PORT_Realloc(oldptr, 0) to return
...
NULL, so that shouldn't be treated as a memory allocation failure.
2005-12-22 01:39:17 +00:00
sandeep.konchady%sun.com
f4d5ee03d0
Bugzilla bug: 320980. Updated common.c and upgraded the JSS version.
...
sr=glen.beasley
2005-12-21 18:39:24 +00:00
glen.beasley%sun.com
6392f0b284
318958 fixing c++/java comment to C
2005-12-21 00:29:44 +00:00
glen.beasley%sun.com
827078f238
318958 fixing Monte Carlo test r=Wan-Teh
2005-12-21 00:13:52 +00:00
glen.beasley%sun.com
0820769573
318962 buffer fix for SHA Monte Carlo tests r=wan-teh
2005-12-20 18:20:50 +00:00
kaie%kuix.de
722f8d77d8
trying to fix SUN bustage
2005-12-20 12:25:21 +00:00
kaie%kuix.de
a66df9148e
b=255408 Need to be able to build mozilla --with-system-nss
...
r=wtc/bsmedberg
Note: patches for bugs 288647 and 317620 might be required before enabling this build feature works.
2005-12-20 09:47:11 +00:00
wtchang%redhat.com
45db1b5756
Bugzilla Bug 317052: removed the obsolete file lib/base/whatnspr.c from
...
CVS. r=relyea.
Modified Files:
base.h error.c manifest.mn
Removed Files:
whatnspr.c
2005-12-19 17:53:28 +00:00
wtchang%redhat.com
06b4fdda1a
Bugzilla Bug 272484: code cleanup. keythi.h: remove the unused type
...
definition of SEC_PKCS5KeyAndPassword. p12d.c: We only need to set
p12dcx->currentASafeP7Dcx to NULL if it isn't NULL. r=relyea.
Modified Files: cryptohi/keythi.h pkcs12/p12d.c
2005-12-19 17:46:30 +00:00
nelsonb%netscape.com
19047568b5
Fix build. Remove c++ style declaration of loop control variables.
2005-12-17 01:03:12 +00:00
glen.beasley%sun.com
4e0681121a
318964 implement HMAC algorithm tests for FIPS 140-2 validation r=Wan-teh
2005-12-16 16:57:49 +00:00
rrelyea%redhat.com
bb35ec1ad1
Mac fixes to ckfw.
2005-12-16 01:57:41 +00:00
rrelyea%redhat.com
901eacef3b
Add support for the cryptoki crypto functions. This support is necessary for
...
capi and mackey. r=kaie
2005-12-16 00:48:02 +00:00
glen.beasley%sun.com
7020114b03
318962 Added FIPS 140-2 SHA tests and removed FIPS 140-1 SHA tests r=wan-teh
2005-12-15 18:50:52 +00:00
glen.beasley%sun.com
f4a0a3492e
318962 Added FIPS 140-2 SHA tests and removed FIPS 140-1 SHA tests r=wan-teh
2005-12-15 18:47:20 +00:00
christophe.ravel.bugs%sun.com
196108d1d0
Current version is JSS 4.2.1 Beta.
2005-12-14 19:53:48 +00:00
wtchang%redhat.com
38037a473a
Bugzilla Bug 320047: mp_to_unsigned/signed/fixlen_octets copies nothing to
...
the buffer if the mp_int is zero. r=nelsonb.
2005-12-14 02:18:35 +00:00
wtchang%redhat.com
f8302eae78
Bugzilla Bug 236245: Updated NSS to "ECC Cipher Suites for TLS" draft 12
...
plus upcoming revisions. The patch is contributed by Douglas Stebila
of Sun Labs <douglas@stebila.ca>. r=wtc.
Modified Files:
cmd/selfserv/selfserv.c cmd/strsclnt/strsclnt.c
cmd/tstclnt/tstclnt.c cmd/vfyserv/vfyserv.c lib/ssl/ssl3con.c
lib/ssl/ssl3ecc.c lib/ssl/ssl3prot.h lib/ssl/sslenum.c
lib/ssl/sslimpl.h lib/ssl/sslinfo.c lib/ssl/sslproto.h
lib/ssl/sslsock.c tests/ssl/ecssl.sh tests/ssl/ecsslauth.txt
tests/ssl/ecsslcov.txt tests/ssl/ecsslstress.txt
tests/ssl/ssl.sh
2005-12-14 01:49:40 +00:00
glen.beasley%sun.com
2f95017a80
318958 removal of DES and Triple DES 140-1 code r=wan-teh
2005-12-14 01:19:11 +00:00
wtchang%redhat.com
a74affdee9
Bugzilla Bug 320038: ecl/ecl-curve.h: removed unnecessary leading zero byte
...
in the base point orders of curves K-233 and K-409. ec.c: pad the private
key with leading zeros to the length of the base point order.
r=douglas.steblia.
2005-12-13 22:31:34 +00:00
glen.beasley%sun.com
d15a3a9c9f
318958 TDEA algorithm tests for FIPS 140-2
2005-12-09 16:55:53 +00:00
relyea%netscape.com
3bb8ee4f59
Initialize mpi data using mpi macros, not static data bug 319252
...
r=douglas
2005-12-08 23:22:26 +00:00
alexei.volkov.bugs%sun.com
3b330a9206
305028: make pretty print utility print hex data in case when data type was not recognized; rw+nelson
2005-12-05 23:09:38 +00:00
kaie%kuix.de
9de601126c
Backing out patch for bug 259031,
...
because of build failures on Windows.
2005-12-02 23:45:53 +00:00
kaie%kuix.de
4dd943539a
Trying to fix bustage from checkin for bug 259031.
2005-12-02 23:38:08 +00:00
kaie%kuix.de
25b467c367
Bug 220815, Non localisable strings in nsCertPicker.cpp and nsNSSIOLayer.cpp
...
r=jgmyers, sr=shaver
2005-12-02 23:08:44 +00:00
kaie%kuix.de
46d41e228b
Bug 259031, Add support for displaying certificate extensions
...
Patch provided by Martin v. Loewis
r=rrelyea r=kengert sr=shaver
2005-12-02 22:29:14 +00:00
timeless%mozdev.org
158e9e119c
Bug 299099 remove useless references to nsVoidArray
...
r=kaie sr=bz
2005-12-01 04:23:37 +00:00
gavin%gavinsharp.com
df2160688a
Bug 316302: remove extra whitespace from locales, and other minor fixes, patch by Hendrik Maryns <hendrik.maryns@uni-tuebingen.de>, r=bsmedberg for /mail, r=kaie for /security, r=mconnor for /toolkit
2005-11-30 03:52:11 +00:00
sandeep.konchady%sun.com
d22f249725
Bugzilla bug: 318133
...
Added synchronized block and isClosed for getInetAddress(),
getLocalAddress(), and getLocalPort(). sr=glen.beasley
2005-11-29 22:40:28 +00:00
jst%mozilla.jstenback.com
7a5af690c6
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
2005-11-28 23:56:44 +00:00
relyea%netscape.com
5389c82af5
Bug 316925
...
Key export does not work on tokens with non-sensitive keys that can't wrap.
r=kaie
2005-11-24 00:40:14 +00:00
relyea%netscape.com
d83eb37a5a
Bug 129303
...
NSS needs to expose interfaces to deal with multiple token sources of certs.
r=kaie
2005-11-23 23:56:38 +00:00
relyea%netscape.com
d6c2066d8b
Bug 129303 NSS needs to expose interfaces to deal with multiple token sources of certs
...
r=kaie
2005-11-23 23:54:15 +00:00
sandeep.konchady%sun.com
5951cf6fc9
Bugzilla bug:310491
...
Missed some System.exit(0) and reverted SigTest.java to original format.
sr=glen.beasley
2005-11-23 23:40:26 +00:00
relyea%netscape.com
505a100fea
PKCS #11 module to supply Access to the Mac OS X Keychain.
2005-11-23 23:04:08 +00:00
nelsonb%netscape.com
209e64fb65
Fix bug in MP_ALIGN macro that always truncated pointers to 32-bits,
...
even on 64-bin platforms. Bug 298630. r=rrelyea.
2005-11-23 01:12:34 +00:00
relyea%netscape.com
2c47437c90
Weave patch: bug 298630 r=nelson
2005-11-22 07:16:43 +00:00
nelsonb%netscape.com
a10b284613
Begin building mpcpucache.c. On Sun Studio platforms, build from two
...
new .s files. Bug 298630. r=rrelyea.
2005-11-22 07:13:32 +00:00
christophe.ravel.bugs%sun.com
637ff91341
Turn NSS_BETA off for NSS 3.11 RC2.
...
r+ Julien Pierre.
2005-11-22 01:58:35 +00:00
christophe.ravel.bugs%sun.com
7ec492e5b4
Back to BETA flag on the trunk.
...
r+ Julien Pierre
2005-11-21 18:46:12 +00:00
christophe.ravel.bugs%sun.com
de04f252bb
Turn NSS_BETA to FALSE for NSS 3.11 RC.
...
r+: Julien Pierre.
2005-11-21 04:08:44 +00:00
alexei.volkov.bugs%sun.com
cea5f015e0
53229: certutil should not use gets();
...
julien rv+; wan-teh sr+
2005-11-20 01:46:59 +00:00
glen.beasley%sun.com
f982ea1547
313798 AES and RC2 Mozilla-JSS fixes r=sandeep, sr=wan-teh
2005-11-19 00:20:53 +00:00
sandeep.konchady%sun.com
53bdf76ed3
Bugzilla id:314098 Modified JSS_VERSION to reflect 4.0200 for 4.2 and
...
4.1001 for 4.10.1 when used in the constructor. Human readable values
will still be 4.2 or 4.10.1 sr=wtc
2005-11-18 22:09:39 +00:00
christophe.ravel.bugs%sun.com
d1149b4b8f
238319: Sun packages changes.
...
RPM_RELEASE can be set from the command line.
2005-11-18 21:52:41 +00:00
nelsonb%netscape.com
79b50a06c6
Initialize slot pointer in ssl3_HandleServerHello. Bug 311590. r=wtchang
2005-11-18 01:25:20 +00:00
nelsonb%netscape.com
d5b6167e41
Restore binary compatilibity for old Fortezza cipher suites.
...
Bug 316640. r-glen.beasley
2005-11-18 01:21:22 +00:00
glen.beasley%sun.com
bf4797dda1
311934 socket port values are hard coded in the tests sr=sandeepK
2005-11-17 18:34:31 +00:00
wtchang%redhat.com
869b60c32a
Bugzilla Bug 292427: on Windows, search in $(DIST)/lib before $(DIST)/bin
...
because in a Mozilla build $(DIST)/bin may contain old copies of the NSS
DLLs. r=relyea,jpierre.
2005-11-16 02:17:36 +00:00
wtchang%redhat.com
77efc15b5a
Upgraded to NSPR 4.6 and NSS 3.10.2.
2005-11-16 01:46:01 +00:00
relyea%netscape.com
31f296f5fc
Handle nicknames on certificates.
...
Fix bug where we weren't allocating enough space for wchar (wide, utf16, etc).
strings in ckcapi_UTF8ToWide().
2005-11-16 01:17:25 +00:00
neil.williams%sun.com
9a4cfadbcd
Bug 315135, pk12util -w <non-existent pwfile> causes seg fault.
...
r=nelson
2005-11-16 00:59:18 +00:00
wtchang%redhat.com
50bccfe11b
Bugzilla bug 316594: print the value of the BUILD_OPT environment
...
variable. r=sandeep.konchady. sr=glen.beasley.
2005-11-16 00:01:32 +00:00
nelsonb%netscape.com
74b43d3995
Eliminate leak and heap buffer overrun. Bug 315994. r=julien, sr=rrelyea
2005-11-15 23:40:18 +00:00
julien.pierre.bugs%sun.com
2cc80666f0
fix for bug 316446 . -z defs option was included twice in linker line . r=nelson
2005-11-15 19:01:18 +00:00
wtchang%redhat.com
36c9d7bd15
Bugzilla Bug 312202: use the _32 tag in 32-bit HP-UX IPF builds. Use the
...
$ORIGIN linker keyword when building shared libraries and executable
programs on HP-UX IPF. r=nelsonb.
Modified Files: coreconf/HP-UX.mk nss/cmd/platlibs.mk
2005-11-15 18:19:18 +00:00
relyea%netscape.com
dae1c89238
New pk11util scripts.
2005-11-15 01:53:44 +00:00
relyea%netscape.com
fb32732d2d
Add loops, conditionals and simple math.
2005-11-15 01:49:01 +00:00
julien.pierre.bugs%sun.com
4a998c5a80
Fix for bug 232604. don't open DBs in user's directory in shlibsign. r=nelson
2005-11-15 00:34:39 +00:00
gavin%gavinsharp.com
6a1d057ea0
Bug 251123, change "Signed by" in security tooltip to "Authenticated by", to be consistent and more correct, patch by kengert@redhat.com, r=beltzner, sr=dveditz
2005-11-15 00:17:16 +00:00
relyea%netscape.com
b23c1197b0
Add r/w support. The Capi token can now:
...
Import certs and keys.
Delete certs and keys.
2005-11-15 00:13:58 +00:00
gavin%gavinsharp.com
841566eabb
Bug 251123: HTTPS lock icon does not explain mixed secure/non-encrypted icon when hovering, r=kaie+beltzner, sr=dveditz
2005-11-15 00:13:36 +00:00
sandeep.konchady%sun.com
a74e685ab5
Bugzilla bug: 310491
...
Added System.exit(0) and System.exit(1) where appropriate. Also removed
references to deprecated code and deprecated the test SigTest.java. This
is now replaced by JCASigTest.java. sr=Glen.Beasley
2005-11-14 23:23:13 +00:00
wtchang%redhat.com
0d2dca9ab7
Bugzilla Bug 315496: expose the ability to create sensitive or insensitve
...
symmetric keys and public/private key pairs. The patch is contributed by
Thomas Kwan of Red Hat. r=wtc. sr=glen.beasley.
Modified Files:
org/mozilla/jss/crypto/KeyGenerator.java
org/mozilla/jss/crypto/KeyPairGenerator.java
org/mozilla/jss/crypto/KeyPairGeneratorSpi.java
org/mozilla/jss/pkcs11/PK11KeyGenerator.c
org/mozilla/jss/pkcs11/PK11KeyGenerator.java
org/mozilla/jss/pkcs11/PK11KeyPairGenerator.c
org/mozilla/jss/pkcs11/PK11KeyPairGenerator.java
2005-11-14 22:15:06 +00:00
sandeep.konchady%sun.com
fc06e58741
Bugzilla bug: 314098
...
Rounding of double(4) + double(1)/10 to two decimal places gives 4.21.
Fixed this issue. sr=glen.beasley
2005-11-14 21:37:32 +00:00
dbaron%dbaron.org
8e1263ab28
Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin
2005-11-14 20:09:51 +00:00
julien.pierre.bugs%sun.com
23746dd145
Fix for bug 316250. crmftest doesn't build on OS/2. Add LIB_PREFIX .
2005-11-14 00:17:21 +00:00
julien.pierre.bugs%sun.com
0f242e9190
Fix for bug 316219. Don't build an import library on OS/2. r=wtchang
2005-11-14 00:13:41 +00:00
julien.pierre.bugs%sun.com
3166b5b213
Fix for bug 286685. rename SFTK symbols to SECMOD. r=rrelyea, nelson
2005-11-12 00:14:25 +00:00
julien.pierre.bugs%sun.com
77bd7f02b5
Fix for bug 286685. rename SFTK symbols to SECMOD. r=rrelyea, nelson
2005-11-11 23:36:33 +00:00
bsmedberg%covad.net
dff1dea638
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
kaie%kuix.de
a9161eb2ac
bug 265991, Can't import a pfx file encrypted with an empty password
...
r=wtchang, sr=dveditz
2005-11-11 13:28:56 +00:00
julien.pierre.bugs%sun.com
fc7b9a9d6d
Fix for bug 315033 . Remove dead command-line tool sources. r=nelson
2005-11-11 04:02:16 +00:00
julien.pierre.bugs%sun.com
b43fd37a3d
Fix for 292156. Prevent crash in SSL session cache init if invalid arguments are passed. r=nelson
2005-11-11 02:45:59 +00:00
julien.pierre.bugs%sun.com
4c5dd38fa9
Fix for bug 292156. Add -C SSLCacheEntries option to selfserv. r=nelson
2005-11-11 02:44:56 +00:00
julien.pierre.bugs%sun.com
034706090e
Fix for 166727 . certutil should not call CERT_GetDBContentVersion. r=nelson
2005-11-10 21:18:26 +00:00
julien.pierre.bugs%sun.com
27ffe0dd6a
Remove dead config.mk files for modutil and ssltap. Fix for 294720. r=nelson
2005-11-10 03:00:05 +00:00
julien.pierre.bugs%sun.com
8c4c16a46f
Resolve symlinks when loader freebl shared libs, and limit iterations to 20. r=wtchang
2005-11-10 02:18:22 +00:00
kaie%kuix.de
b5eca84a79
bug 126601, "Web" should be "web" in Master Password pref panel
...
patch by Henrik Lynggaard Hansen, working change only, r=brendan, r=kengert
2005-11-09 15:32:24 +00:00
wtchang%redhat.com
67dd7124b0
Bugzilla Bug 311432: renamed USE_FP_CODE as ECL_USE_FP. Do not set
...
ECL_USE_FP to 1 on Linux x86 to work around the bug. Moved a dependency
rule to the appropriate section of the makefile. r=nelsonb.
2005-11-08 22:03:17 +00:00
wtchang%redhat.com
c6ec74b2bd
Improved a comment. Suggested by Nelson Bolyard of Sun. r=wtc.
2005-11-08 22:00:46 +00:00
kaie%kuix.de
97cff058db
bug 200119, crash when I shutdown (StopCRLUpdateTimer) [@ nsHashtable::Reset ]
...
r=darin, sr=bienvenu
2005-11-08 17:49:52 +00:00
alexei.volkov.bugs%sun.com
40e89ae3ab
fix for 313680: add missing TLS cipher types to SSLTAP. r=nelson
2005-11-07 23:54:33 +00:00
christophe.ravel.bugs%sun.com
3a519f40a2
238319: Sun packages changes
...
Set rpm release to 2 for NSS 3.11
2005-11-07 20:20:10 +00:00
christophe.ravel.bugs%sun.com
8cbb2973a9
238319: Sun packages changes
...
Reset rpm release to 1 for JSS 4.2
2005-11-07 20:19:05 +00:00
wtchang%redhat.com
16471390c4
Bugzilla Bug 298522: added power-up self tests for HMAC SHA-384 and HMAC
...
SHA-512. The patch was written by Glen Beasley of Sun. r=wtc.
2005-11-07 19:05:45 +00:00
wtchang%redhat.com
402c5fce34
Bugzilla bug 313196: include the minimal headers.
2005-11-07 19:00:58 +00:00
wtchang%redhat.com
62c2120244
Bugzilla Bug 313196: checked in a header inclusion change that I missed in
...
the previous checkin.
2005-11-07 18:48:39 +00:00
wtchang%redhat.com
bccb80f1c9
Bugzilla Bug 313196: HMAC code should not use a fixed hash input block size
...
of 64 bytes, which is wrong for SHA-384 and SHA-512. This requires adding
the hash input block size to the SECHashObject structure. r=relyea,nelsonb
Modified Files:
cryptohi/hasht.h cryptohi/sechash.c freebl/alghmac.c
freebl/blapit.h freebl/rawhash.c
2005-11-07 18:44:21 +00:00
wtchang%redhat.com
f8d339ea35
Replaced the magic constant 20 by SHA1_LENGTH. Use sizeof(buffer) to
...
be more robust. r=nelsonb
2005-11-05 01:00:14 +00:00
relyea%netscape.com
a94c630a38
replace missing header files.
2005-11-04 23:44:19 +00:00
glen.beasley%sun.com
641ae26c85
313176 jss version 4.2 because JSS needs NSS 3.11 and up for bypass sr=sandeep
2005-11-04 23:16:43 +00:00
wtchang%redhat.com
3ef095214d
Bugzilla Bug 311958: Update the nssckbi versions for NSS 3.11. r=relyea.
2005-11-04 22:51:55 +00:00
julien.pierre.bugs%sun.com
f322685ad8
Move ret_cr16.s from util to freebl. r=nelsonb
2005-11-04 04:11:04 +00:00
relyea%netscape.com
624b78a677
Initial CAPI PKCS #11 Module.
...
Needs the updated ckfw.
2005-11-04 02:05:04 +00:00
wtchang%redhat.com
bf1f22d59c
Bugzilla Bug 298512: Ensure the seed and seed key input for RNG do not have
...
same value for FIPS 140-2. r=nelsonb.
2005-11-04 01:07:30 +00:00
julien.pierre.bugs%sun.com
97b61a9ea6
Remove dead files. r=wtchang
2005-11-04 01:02:50 +00:00
julien.pierre.bugs%sun.com
58312a336d
Remove nmake Makefiles and references to them. r=nelson
2005-11-04 01:01:37 +00:00
julien.pierre.bugs%sun.com
82076672d5
Remove dead files. r=wtchang
2005-11-04 00:48:41 +00:00
glen.beasley%sun.com
d815f7cf12
311934 added PORT_JSSE_SERVER and PORT_JSSE_SERVER plus testing bypass r=sandeep
2005-11-03 23:30:38 +00:00
glen.beasley%sun.com
0f4039e012
313176 allow JSS to enable more NSS SSLOptions r=wtc, sr=nelson
2005-11-03 23:09:26 +00:00
kaie%kuix.de
689c90bc99
fix bug 252436, non-ascii characters not recognized by master password dialog
...
r=dbaron, sr=shaver
2005-11-03 11:25:53 +00:00
sandeep.konchady%sun.com
bf76f2aab1
Bugzilla id: 314583, removed linking of JVM to JSS library and replaced
...
reference to classes.zip with rt.jar.
2005-11-03 00:11:59 +00:00
bsmedberg%covad.net
b4be330175
Bug 314821 - stop building dist/gre because nobody uses it and all plans to use it have evaporated, r=cls+dougt
2005-11-02 21:50:36 +00:00
wtchang%redhat.com
8ad396e8b9
Import NSPR 4.6 and NSS 3.10.2 temporarily. We will import NSPR 4.6.1
...
and NSS 3.11 when they are released.
2005-11-01 19:00:12 +00:00
wtchang%redhat.com
e58a8fe88b
Bugzilla Bug 308242: expose the opFlags and the temporary/permanent
...
attributes of PK11_TokenKeyGenWithFlags. r=glen.beasley.
Modified Files:
crypto/KeyGenerator.java crypto/SymmetricKey.java
pkcs11/PK11KeyGenerator.c pkcs11/PK11KeyGenerator.java
2005-11-01 18:38:47 +00:00
julien.pierre.bugs%sun.com
e9b3d77725
Fix for 314115 . Comments about QuickDER and classic ASN.1 decoders relating to SECItem.type field
2005-10-31 18:52:20 +00:00
julien.pierre.bugs%sun.com
b7643ddac3
Fix for 314115 - QuickDER modifies SECItem.type while decoding. r=wtchang
2005-10-31 18:34:42 +00:00
neil%parkwaycc.co.uk
bd65f6edd5
Bug 289444 Adding access keys p=giacomo.magnini@portalis.it r=kaie sr=me
2005-10-30 11:21:44 +00:00
sandeep.konchady%sun.com
54fc46b257
Bugzila bug : 314098 Changed Double to Double.doubleValue() in constructing java.Security.Provider(). sr=wtc
2005-10-28 22:22:44 +00:00
cvshook%sicking.cc
9c1b72f7f8
Bug 311827: Make GetAttr return a bool rather then an nsresult.
...
r/sr=bz
2005-10-28 11:25:24 +00:00
sandeep.konchady%sun.com
0d11c9e874
Bugzilla bug : 314098. Modified JSS provider version to 4.1.1 in
...
JSSProvider.java. Reflected this information in all places that needs
to be changed when there is a change in JSS version. r=wtc
2005-10-28 04:21:16 +00:00
wtchang%redhat.com
e955d37c8b
Bugzilla bug 314089: On HP-UX, use rt.jar instead of classes.zip; for JDK
...
1.4 or later use the "server" JVM. Fixed an error in the pathname of
rt.jar for Linux. r=sandeep.konchady.
2005-10-28 00:20:38 +00:00
wtchang%redhat.com
151cfa866e
Bugzilla Bug 302212: set DARWIN_SDK_DSOFLAGS and pass -F arguments to ld
...
when GCC <= 3. Contributed by Mark Mentovai <mark@moxienet.com>. r=wtc.
2005-10-28 00:06:56 +00:00
wtchang%redhat.com
9f00787971
Bugzilla bug 239960: cvs removed cmd/swfort. r=relyea.
2005-10-27 22:49:22 +00:00
wtchang%redhat.com
ec848a59a1
Bugzilla Bug 308242: added the extractablePairs method to KeyPairGenerator
...
to make the new PK11_ATTR_EXTRACTABLE/PK11_ATTR_UNEXTRACTABLE flags of the
new PK11_GenerateKeyPairWithFlags function available to JSS. r=nkwan.
sr=glen.beasley.
Modified Files:
crypto/KeyPairGenerator.java crypto/KeyPairGeneratorSpi.java
pkcs11/PK11KeyPairGenerator.c pkcs11/PK11KeyPairGenerator.java
2005-10-27 20:47:26 +00:00
wtchang%redhat.com
6bb2f4c9a4
Bugzilla Bug 302212: allow Mac OS X x86 builds to target SDKs. The patch
...
was written by Mark Mentovai <mark@moxienet.com>. r=joshmoz. sr=bryner.
Modified Files:
configure.in config/autoconf.mk.in config/config.mk
extensions/java/xpcom/tools/xpidl/Makefile.in
security/manager/Makefile.in xpcom/typelib/xpidl/Makefile.in
2005-10-26 19:01:18 +00:00
wtchang%redhat.com
d0fa45f6e1
Bugzilla Bug 302212: allow Mac OS X x86 builds to target SDKs. The patch
...
is contributed by Mark Mentovai <mark@moxienet.com>. r=wtc,joshmoz.
2005-10-26 17:00:07 +00:00
darin%meer.net
9b02f81647
fixes bug 271194 "When going from a secure to a non-secure page without clicking a button in the security dialog, the non-secure page appears as secure" patch by kai, r=dveditz, sr=darin
2005-10-21 18:33:26 +00:00
wtchang%redhat.com
2982dcd8d0
Bugzilla bug 298522: added power-up self tests for HMAC SHA-1 and HMAC
...
SHA-256. The patch is contributed by Glen Beasley of Sun. r=wtc.
2005-10-20 21:46:51 +00:00
wtchang%redhat.com
63680b1e17
Bugzilla bug 312774: support building and running the test with IBM JDK.
...
Removed the class name and provider name of the SUN provider. Instead,
we compare our message digest result with the result of all providers that
support the message digest algorithm. The patch is contributed by Rich
Megginson of Red Hat and improved by Glen Beasley of Sun. r=wtc.
2005-10-19 01:17:44 +00:00
wtchang%redhat.com
f1989d462e
Build fipstest.
2005-10-19 01:14:20 +00:00
julien.pierre.bugs%sun.com
1074e8d40b
Add dependency on freebl so ssl will rebuild if freebl has changed.
2005-10-19 01:04:16 +00:00
julien.pierre.bugs%sun.com
4b3046e544
Add dependency on freebl so softoken will rebuild if freebl has changed.
2005-10-19 01:03:31 +00:00
wtchang%redhat.com
c550139189
Added a shell script for running the NIST AES Algorithm Validation Suite.
2005-10-19 00:55:20 +00:00
wtchang%redhat.com
26fa27cb5e
Bugzilla bug 312774: support building with IBM JDK on Linux. Added -L
...
linker flags for IBM JDK's pathnames. The patch is contributed by Rich
Megginson of Red Hat. r=wtc,glen.beasley.
2005-10-18 22:36:19 +00:00