RE: Re[5]: Public key ciphers in Mozilla

2011-04-26 Thread Helge Bragstad
18. april 2011 11:24 To: mozilla-dev-tech-cry...@lists.mozilla.org Subject: Re[5]: Public key ciphers in Mozilla Hello, Helge. Any default should be cautiously placed at the appropriate abstraction level. In this particular case, the defaults are the responsibility of the layer, which knows it is wo

RE: Public key ciphers in Mozilla

2011-04-26 Thread Helge Bragstad
gards, - Helge -Original Message- From: dev-tech-crypto-bounces+helge=bragstad@lists.mozilla.org [mailto:dev-tech-crypto-bounces+helge=bragstad@lists.mozilla.org] On Behalf Of Hanno Böck Sent: 16. april 2011 16:08 To: mozilla's crypto code discussion list Cc: he...@bragstad.com

Re[5]: Public key ciphers in Mozilla

2011-04-18 Thread Konstantin Andreev
Hello, Helge. Any default should be cautiously placed at the appropriate abstraction level. In this particular case, the defaults are the responsibility of the layer, which knows it is working with JavaCard 2.2.2/3.0.1. Looks like NSS is not that one. Let assume NSS applies the defaults below

Re: Public key ciphers in Mozilla

2011-04-16 Thread Hanno Böck
Am Fri, 15 Apr 2011 17:04:53 +0200 schrieb "Helge Bragstad" : > When it comes to implementing support for OAEP and PSS in smart > cards, a major part of implementations will be based on JavaCard. In > this case, the additional parameters can not all be assigned, and so > some default values apply.

RE: Public key ciphers in Mozilla

2011-04-15 Thread Helge Bragstad
@lists.mozilla.org] On Behalf Of Hanno Böck Sent: 11. april 2011 19:09 To: mozilla's crypto code discussion list Cc: Helge Bragstad Subject: Re: Public key ciphers in Mozilla Am Mon, 11 Apr 2011 17:30:29 +0200 schrieb "Helge Bragstad": > Likewise, is there similar support for the RSA padding s

Re[2]: Public key ciphers in Mozilla

2011-04-12 Thread Konstantin Andreev
On 11.04.11 19:30, Helge Bragstad wrote: Could anybody provide, or point to some info regarding the support for ECDSA in TLS client authentication in Firefox as well as for S/MIME in Thunderbird? (Curves and hash functions being used etc.) Vanilla NSS builds with ECC support turned on (NSS_E

Re: Public key ciphers in Mozilla

2011-04-11 Thread Hanno Böck
Am Mon, 11 Apr 2011 17:30:29 +0200 schrieb "Helge Bragstad" : > Likewise, is there similar support for the RSA padding schemas OAEP > and PSS > - and if so - is there a definition of which parameters are > *actually* being used? (Salt length, MGF's, etc.) I don't know details about EC, but I can

Public key ciphers in Mozilla

2011-04-11 Thread Helge Bragstad
Hello, Could anybody provide, or point to some info regarding the support for ECDSA in TLS client authentication in Firefox as well as for S/MIME in Thunderbird? (Curves and hash functions being used etc. ) Likewise, is there similar support for the RSA padding schemas OAEP and PSS - and i