richm%stanfordalumni.org
145b082757
Resolves: bug 299995
...
Description: Use PK11_TokenKeyGenWithFlags instead of PK11_KeyGen
Fix Description: Use the new function and pass in CKF_ENCRYPT|CKF_DECRYPT
as the keygen flags.
2006-12-14 17:09:17 +00:00
richm%stanfordalumni.org
99b8e5f3ef
Resolves: bug 363168
...
Description: Add autotool support to svrcore; have svrcore build shared libs
Fix Description: This is a pretty basic autotool-ization using libtool
to build the shared library. The vast majority of the work was done
by Toshio-san. However, there are a couple of extras worth noting:
1) Windows builds are different now. In order to build on Windows using
the MSVC compiler, you still have to use coreconf. I just could not get
configure/libtool to work correctly with the MSVC compiler. The old
makefile has been moved to src/Makefile.win, so you just have to
cd src ; make -f Makefile.win
I also updated the README and INSTALL.win to add this information.
2) I added some m4 files to find and figure out which nspr and nss to use
based on the environment and pkg-config.
2006-12-14 17:07:32 +00:00
wtchang%redhat.com
8e38a40e7b
Bug 236613: added newline at end of file.
2006-12-12 23:26:40 +00:00
kaie%kuix.de
5470bf8ef7
Bug 355409, unable to search LDAP server (over SSL) with tbird 2.0 build, but 1.5.0.7 works
...
r=wtchang
2006-12-11 13:51:25 +00:00
gerv%gerv.net
fd0b7c527e
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-12-11 09:45:41 +00:00
wtchang%redhat.com
360c3622cc
Bugzilla Bug 358785: merged the mozilla/security/nss/lib/libpkix from the
...
NSS_LIBPKIX_BRANCH onto the NSS trunk. Approved by rrelyea and nelsonb.
2006-12-09 00:27:38 +00:00
wtchang%redhat.com
a606211cab
Bugzilla Bug 363073: verify that the peer's ephemeral public key is the
...
type we expect before using it. r=nelsonb
Modified Files: ssl3con.c ssl3ecc.c
2006-12-08 22:37:29 +00:00
wtchang%redhat.com
3d22030244
Bugzilla Bug 357197: a small but subtle change to reject a hash algorithm
...
identifier with bogus 'parameters', and a large but straightforward change
of renaming function arguments and improving comments to clarify the
asymmetry between the two certID arguments. r=nelsonb
2006-12-08 22:10:52 +00:00
wtchang%redhat.com
c2805bff1d
Bugzilla Bug 361077: removed commented-out code. r=christophe.ravel
2006-12-07 18:31:49 +00:00
wtchang%redhat.com
7f10b9b9eb
Bugzilla Bug 361077: fixed the bug that HP-UXB.11.*.mk test USE_PTHREADS
...
before it is set. Since we always use pthreads now, we can unconditionally
add -D_POSIX_C_SOURCE=199506L to OS_CFLAGS in HP-UXB.11.mk.
r=christophe.ravel
Modified Files:
HP-UXB.11.00.mk HP-UXB.11.11.mk HP-UXB.11.20.mk
HP-UXB.11.22.mk HP-UXB.11.23.mk HP-UXB.11.mk
2006-12-07 18:28:40 +00:00
kaie%kuix.de
948b913ab9
Bug 362980, Unable to verify the identity of [www.something.com] as a trusted site
...
Fixes a regression from yesterday's checkin for bug 176501.
r=rrelyea, r=wtchang
2006-12-07 13:02:28 +00:00
wtchang%redhat.com
b033b4ec3c
Bugzilla Bug 345482: changed abspath to core_abspath to avoid conflict with
...
the built-in abspath function of GNU make 3.81. The patch is contributed
by Benjamin Smedberg <benjamin@smedbergs.us>. r=wtc,christophe.ravel
Modified Files:
coreconf/rules.mk nss/cmd/shlibsign/Makefile
nss/lib/freebl/Makefile nss/lib/pk11wrap/Makefile
2006-12-07 01:57:18 +00:00
wtchang%redhat.com
3aa89fdd96
Bug 332350: fixed a typo in the comment.
2006-12-06 23:00:17 +00:00
wtchang%redhat.com
e8241c0d68
Bugzilla Bug 342795: the call-once functions need to store the error code
...
on failure so that the error code can be retrieved later. r=nelsonb and
alexei.volkov.
2006-12-06 21:50:40 +00:00
christophe.ravel.bugs%sun.com
b06b7287a3
Bugzilla 362857 Simplify the NSS version string definition.
...
r+ wtchang
2006-12-06 21:14:54 +00:00
wtchang%redhat.com
ca593f0c5b
Bugzilla Bug 362857: simplified the NSS and softoken version string
...
definition. r=christophe.ravel,nelsonb.
Modified files: nss/nss.h softoken/softkver.h
2006-12-06 19:51:30 +00:00
kaie%kuix.de
88bf39f00d
Bug 362967, export SECMOD_DeleteModuleEx
...
r=rrelyea, r=wtchang
2006-12-06 17:56:04 +00:00
kaie%kuix.de
7a7f8f7843
follow up checkin, make sure entries in nss.def are sorted
2006-12-06 17:32:47 +00:00
kaie%kuix.de
8735833c30
Bug 345277, When "Certificate Viewer" is shut, the object leaks
...
r=rrelyea
2006-12-06 17:25:14 +00:00
kaie%kuix.de
2be9a969f4
Export two NSS functions, required for:
...
Bug 307319, Certificate details show incorrect public key information
r=rrelyea
2006-12-06 17:12:41 +00:00
kaie%kuix.de
de39adef38
Bug 360526, Cert not imported - Feedback prompt sometimes does not work
...
r=rrelyea
2006-12-06 16:31:32 +00:00
kaie%kuix.de
f9ba195413
Bug 360528, Can no longer import trusted email cert
...
r=rrelyea
2006-12-06 16:20:08 +00:00
kaie%kuix.de
26e94086b6
Bug 164707, Provide a way to view/delete orphan certs
...
r=rrelyea
2006-12-06 16:16:52 +00:00
kaie%kuix.de
a8a6ad8889
Bug 176501, mozilla apps must manage NSS configuration for PKCS#11 shared libs, including nssckbi.dll
...
r=rrelyea
2006-12-06 15:42:39 +00:00
wtchang%redhat.com
2fcba5348b
Bugzilla Bug 357197: when we compare hash algorithm identifiers, allow the
...
'parameters' to be either NULL or missing. r=nelsonb,relyea
2006-12-06 02:25:52 +00:00
wtchang%redhat.com
fd5d3de9c8
Bugzilla Bug 358248: SSL_ShutdownServerSessionIDCache should stop the
...
LockPoller thread. r=nelsonb,relyea
2006-12-06 01:36:08 +00:00
wtchang%redhat.com
607c235abf
Bugzilla Bug 362173: The NSS cryptographic module (the softoken and freebl
...
shared libraries) should have its own version numbers. r=nelsonb and
neil.williams.
Modified Files:
lib/freebl/freebl.rc lib/freebl/freeblver.c
lib/softoken/manifest.mn lib/softoken/pkcs11.c
lib/softoken/softkver.c lib/softoken/softokn.rc
Added Files:
lib/softoken/softkver.h
2006-12-04 23:31:35 +00:00
alexei.volkov.bugs%sun.com
828546f8d0
343231: certutil issues certs for invalid requests. r=nelson
2006-12-01 01:10:03 +00:00
wtchang%redhat.com
bb9ff86997
Bugzilla Bug 358785: fixed incorrect x509PolicyConstraints OID and typos in
...
a comment. r=relyea
2006-11-30 00:27:28 +00:00
wtchang%redhat.com
68c97cc69b
Bugzilla Bug 361089: fixed memory leaks in mp_bdivmod. r=douglas.stebila
2006-11-30 00:21:04 +00:00
mozilla.mano%sent.com
59993a0f5c
Bug 359718 - Page info: Security tab never shown. r=gavin, mpa=darin.
2006-11-23 09:41:03 +00:00
mozilla.mano%sent.com
a7b930ec60
Backing out bug 359718, tree is closed
2006-11-22 21:24:56 +00:00
mozilla.mano%sent.com
b1b34b0989
Bug 359718 - Page info: Security tab never shown. r=gavin, mpa=darin.
2006-11-22 21:23:35 +00:00
wtchang%redhat.com
0bf075b1e2
Bugzilla Bug 361076: removed code that handled multiple NSPR threading
...
implementations. We only use the pthreads-based implementation now.
r=christophe.ravel.
2006-11-17 21:57:14 +00:00
christophe.ravel.bugs%sun.com
885c8b5c76
335454: Unable to find library 'libsoftokn3.sl' on HP-UX 64 bit
...
r=nelson, sr=wan-teh
2006-11-17 01:30:16 +00:00
neil.williams%sun.com
4308bda7ed
bug 360818, set RPATH for signtool, signver
...
r=wan-teh, nelson
2006-11-17 01:16:53 +00:00
nelson%bolyard.com
291632bb3b
Export two new functions that were added in NSS 3.11:
...
SSL_ForceHandshakeWithTimeout and SSL_ReHandshakeWithTimeout
Bug 127960. r=alexei.volkov,wtchang
2006-11-15 00:14:42 +00:00
wtchang%redhat.com
45f748a400
Bugzilla Bug 359484: made the fix for bug 341707 work for the SSL2 client
...
hello case. r=nelsonb,alexei.volkov
2006-11-14 01:09:54 +00:00
wtchang%redhat.com
6797b7066a
Bugzilla Bug 357197: fixed the fallthrough case in ocsp_CertIDsMatch. The
...
patch is contributed by Steve Parkinson <sparkins@redhat.com>. r=nelson,wtc
2006-11-13 18:16:58 +00:00
kaie%kuix.de
8e7a1fd635
Bug 356309, CertVerifyLog in CERT_VerifyCertificate terminates early on expired certs
...
r=rrelyea
2006-11-08 18:41:53 +00:00
kaie%kuix.de
bf8a40b04f
Bug 356109, Improve KU_NON_REPUDIATION indication in client auth prompt
...
r=rrelyea
2006-11-08 18:14:21 +00:00
kaie%kuix.de
64cea829cd
Bug 355447, Certificate Viewer shows no details for certs in chain
...
Patch v2 - make extension display in cert viewer more robust
Contributed by Kaspar Brand
r=kengert
2006-11-02 22:48:32 +00:00
kaie%kuix.de
d266176f49
Bug 359280, fix typo in mozilla/security/nss/cmd/lib/SSLerrs.h
...
r=nelson
2006-11-02 22:07:57 +00:00
kaie%kuix.de
6feb102157
Bug 355447, Certificate Viewer shows no details for certs in chain
...
Fix template patch
r=kengert
2006-11-02 21:49:22 +00:00
kaie%kuix.de
26372250b4
bug 346766, tons of valgrind warnings if nsEntropyCollector collects entropy before NSS initialization
...
r=kengert, r=rrelyea
2006-11-02 19:22:56 +00:00
kaie%kuix.de
1a4838613a
Bug 328346, Certificates with keyusage nonRepudiation should not be used as SSL client certificates
...
Checking in incremental patch to fix an obvious mistake.
r=kengert
2006-11-02 18:51:27 +00:00
alexei.volkov.bugs%sun.com
5118b604d5
353763: klocwork Null ptr dereferences in pk11cert.c. r=nelson
2006-10-31 00:31:53 +00:00
alexei.volkov.bugs%sun.com
e63123e5d3
353865: klocwork Null ptr deref in softoken/pk11db.c. r=nelson
2006-10-31 00:29:43 +00:00
alexei.volkov.bugs%sun.com
3c74ff1d7c
353902: klocwork bugs in stanpcertdb.c. r=nelson
2006-10-31 00:24:38 +00:00
alexei.volkov.bugs%sun.com
ed7d448e10
additional fix for 353909: klocwork ptr dereference before NULL check in devutil.c. r=nelson
2006-10-31 00:21:24 +00:00