Unsubscribe

2010-07-21 Thread samrat saha
Unsubscribe On Wednesday, July 21, 2010, Anders Rundgren wrote: > On 2010-07-21 16:26, Amax Guan wrote: >> Thank you very much, it's very helpful. I put most of the replies inline. >> >> >> On Wed, Jul 21, 2010 at 8:30 AM, Gervase Markham > > wrote: >> >>     On 20/07/10

Re: bn_mul_add_words cpu intensive can we optimize it?

2008-09-02 Thread samrat saha
(rp[3],ap[3],w,c1); if (--num == 0) break; ap+=4; rp+=4; #else /* ISI_TINY */ ap+=1; rp+=1; #endif /* ISI_TINY */ } return(c1); } Thanks, Samrat Saha On Tue, Sep 2, 2008 at 2:36 PM

bn_mul_add_words cpu intensive can we optimize it?

2008-08-28 Thread samrat saha
hi all, i am having some problem with bn_mul_add_words, my gprof profiling shows it is very cpu intensive. can we optimize it for the windows version. below is my gprof call graph. index % timeself childrencalled name [1] 50.1 1

Re: The time to stop considering 1024 bit as secure is now !

2008-06-11 Thread samrat saha
what kind of techniques they are using to crack it.. it cant be brute force at least. whats the mechanism they are using any idea. Samrat saha Proxim wireless pvt ltd 2008/6/11 Eddy Nigg (StartCom Ltd.) <[EMAIL PROTECTED]>: > Jean-Marc Desperrier: > > Kaspersky Lab announce

Re: The time to stop considering 1024 bit as secure is now !

2008-06-11 Thread samrat saha
Kaspersky still now not able to break 1024 bit key, they highest bit size they claimed to break is 660. samrat On Wed, Jun 11, 2008 at 2:01 PM, Jean-Marc Desperrier <[EMAIL PROTECTED]> wrote: > Kaspersky Lab announces the launch of Stop Gpcode, an international > initiative against the blackmail

Re: stepping through NSS library code

2007-08-27 Thread samrat saha
No special flag needed.. By default nss build in DBG mode. You can easily step through the code using gdb. you can have a optimize mode with BUILD_OPT=1 env variable. Samrat On 8/23/07, Umesh Bywar <[EMAIL PROTECTED]> wrote: > > Hi all: > > I want to step through the NSS library code. For e

Re: libnssckbi.so problems with ROOt ca ceritifcate Trust flags

2007-07-05 Thread samrat saha
Sorry for the delayed reply. I want to create a CA backup store with the default CA certificate provided by the NSS library. While my process boots up i want all these CA certificate to be present in the certificate database. Thanks, Samrat On 7/6/07, samrat saha <[EMAIL PROTECTED]>

Re: libnssckbi.so problems with ROOt ca ceritifcate Trust flags

2007-07-05 Thread samrat saha
wrote: > > samrat saha wrote: > > Dear Nelson, Below is the problem in detail.. > > > > I am trying to extract the built in Root CA certificate in the nss to a > > certificate bag file (PEM format dumbed from libnssckbi.so). Using the > > about certificate bag f

Re: libnssckbi.so problems with ROOt ca ceritifcate Trust flags

2007-07-01 Thread samrat saha
ease let me know what is the exact problem and how to extract the Trust flags without copying the libnssckbi.so . Thanks, Samrat saha On 7/2/07, Nelson B <[EMAIL PROTECTED]> wrote: > > samrat saha wrote: > > > I was trying to create the CA store using the buildin CA certific

Re: libnssckbi.so problems with ROOt ca ceritifcate Trust flags

2007-07-01 Thread samrat saha
ease let me know what is the exact problem and how to extract the Trust flags without copying the libnssckbi.so . Thanks, Samrat saha On 7/2/07, Nelson B <[EMAIL PROTECTED]> wrote: > > samrat saha wrote: > > > I was trying to create the CA store using the buildin CA certific

Re: libnssckbi.so problems with ROOt ca ceritifcate Trust flags

2007-07-01 Thread samrat saha
ease let me know what is the exact problem and how to extract the Trust flags without copying the libnssckbi.so . Thanks, Samrat saha On 7/2/07, Nelson B <[EMAIL PROTECTED]> wrote: > > samrat saha wrote: > > > I was trying to create the CA store using the buildin CA certific

Re: libnssckbi.so problems with ROOt ca ceritifcate Trust flags

2007-06-28 Thread samrat saha
.509 certificates, which don't have those trust flags. > > samrat saha wrote: > > Dear All, > > I was trying to create the CA store using the buildin CA certificates in > libnssckbi library. > I was extracting the certificate from the module using the following code

libnssckbi.so problems with ROOt ca ceritifcate Trust flags

2007-06-28 Thread samrat saha
Dear All, I was trying to create the CA store using the buildin CA certificates in libnssckbi library. I was extracting the certificate from the module using the following code snippet. cert_list = PK11_ListCertsInSlot(slot); for(cert_node = CERT_LIST_HEAD(cert_list); !CERT_LIST_