Re: Rus GOST 89

2009-09-15 Thread James Cloos
Frank Hecker hec...@mozillafoundation.org writes: Nelson B Bolyard wrote: Today, I see the FSF web site talks about copyright assignment. I don't know all the implications of that, but I presume that it is essentially a relinquishment, except that you keep your own name on the copyrighted

Complete chaos in the FreeBL *hash*_End() semantics.

2009-09-15 Thread Andreev Konstantin
Hello. At the moment NSS head supports 6 hash algorithm: md2,md5,sha{,-256,-384,-512}. However, their implementations in freebl backend have no consistent semantics for method *hash*_End( Context *, unsigned char *digest, unsigned int *digestLen, unsigned int maxDigestLen ) Look how

Re: Complete chaos in the FreeBL *hash*_End() semantics.

2009-09-15 Thread Wan-Teh Chang
On Tue, Sep 15, 2009 at 8:51 AM, Andreev Konstantin andr...@swemel.ru wrote: Hello. At the moment NSS head supports 6 hash algorithm: md2,md5,sha{,-256,-384,-512}. However, their implementations in freebl backend have no consistent semantics for method   *hash*_End( Context *, unsigned

Re: Rus GOST 89

2009-09-15 Thread Nelson B Bolyard
On 2009-09-15 07:47 PDT, Andreev Konstantin wrote: Hello. I am currently in the process of adding support for GOST algorithms (RFC 4357,4490,4491) into the NSS. At this moment I implemented GOST hashing and GOST signature verification algorithms in the NSS. This works throughout the whole

Re: Complete chaos in the FreeBL *hash*_End() semantics.

2009-09-15 Thread Robert Relyea
On 09/15/2009 08:51 AM, Andreev Konstantin wrote: Hello. At the moment NSS head supports 6 hash algorithm: md2,md5,sha{,-256,-384,-512}. However, their implementations in freebl backend have no consistent semantics for method *hash*_End( Context *, unsigned char *digest, unsigned int

Re: Rus GOST 89

2009-09-15 Thread Robert Relyea
On 09/15/2009 07:47 AM, Andreev Konstantin wrote: Hello. I am currently in the process of adding support for GOST algorithms (RFC 4357,4490,4491) into the NSS. At this moment I implemented GOST hashing and GOST signature verification algorithms in the NSS. This works throughout the whole

Re: TLS version 1.1 + 1.2

2009-09-15 Thread Eddy Nigg
On 09/15/2009 10:07 PM, Nelson B Bolyard: On 2009-09-15 11:55 PDT, Eddy Nigg wrote: Does mod_nss (NSS based Apache SSL module aka mod_ssl) support TLS v.1.1 and 1.2? NSS does not support TLS 1.1 or TLS 1.2. Sun's NSS team was planning to add that support in NSS 3.13, but the pending