Re: NSS ECC

2009-03-17 Thread ps_mitrofanov
On 17 мар, 21:46, ps_mitrofa...@mail.ru wrote: > Hi! I've got a question. > All NSS ECC algorithms for computation of public&private/derived > secret  key staff use '04' as first byte (base point, public key, > derived secret). For what? So... It's so :) cause "NSS only support uncompressed points

NSS ECC

2009-03-17 Thread ps_mitrofanov
Hi! I've got a question. All NSS ECC algorithms for computation of public&private/derived secret key staff use '04' as first byte (base point, public key, derived secret). For what? -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypt

Re: ECC

2009-01-16 Thread ps_mitrofanov
Freebl3.dll works fine ) ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

ECC

2009-01-12 Thread ps_mitrofanov
Hi. I've got a problem. I need to use NSS freebl3.dll ECC-functions (for ECDH). This DLL has only one export function FREEBLVector *FREEBL_GetVector(void). So, to use freebl3.dll ECC-functions I wrote somth like this: vec= FREEBL_GetVector(void).;(this works fine). And after that I should call ECC

Re: Building NSS on Vista

2008-12-22 Thread ps_mitrofanov
On 22 дек, 20:08, Nelson B Bolyard wrote: > ps_mitrofa...@mail.ru wrote, On 2008-12-22 08:45: > Please supply more output from the gmake run, like (say) the last 20 > lines of output There is building log(but there are only 5 lines of output): >>gmake nss_build_all process_begin:CreateProcess((n

Re: Building NSS on Vista

2008-12-22 Thread ps_mitrofanov
On 22 дек, 19:14, Nelson B Bolyard wrote: > ps_mitrofa...@mail.ru wrote, On 2008-12-22 03:33: > > > Hi. I'm asking for help :) When I  try to build NSS on Windows Vista, > > I've go build_coreconf error 1. Is it possible to build NSS on Vista ? > > If it is possible, then please tell me how? > > S

Re: Building NSS on Vista

2008-12-22 Thread ps_mitrofanov
Thank you, David Stutzman. I hope this information will help me. ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Building NSS on Vista

2008-12-22 Thread ps_mitrofanov
Hi. I'm asking for help :) When I try to build NSS on Windows Vista, I've go build_coreconf error 1. Is it possible to build NSS on Vista ? If it is possible, then please tell me how? ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org htt

Can NSS ECC algorithms be used for IPSec?

2008-12-08 Thread ps_mitrofanov
I see, that NSS has many crypto algorithms. I'm trying to make crypto plugin for IPSec. I need to use ECC algorithms (ECDSA, ECDH). So. Are the NSS ECC algorithms compatible with IPSec (I mean key strength)? Thanks for any help. ___ dev-tech-crypto maili