Re: export web sites certificate

2006-09-22 Thread Nelson B
Kaspar Brand wrote: what i am trying to do, is export the web sites certificates that are listed in the Certificate Manager of Firefox and store them into an other file. I have tried the certutil command in the command prompt but i get the message that it is not a recognizable command. Any

Re: AES in CFB128 mode?

2006-09-22 Thread [EMAIL PROTECTED]
Wan-Teh Chang wrote: [EMAIL PROTECTED] wrote: Is it possible to use AES in CFB128 mode using NSS? If yes, how? :) (if no, why not? :) ) No, CFB128 mode is not implemented. You can only use AES in ECB or CBC mode. Nobody asked for CFB mode support before. Why would you like to use

Re: about s/mime

2006-09-22 Thread Nelson B
sh wrote: Thanks. I'm saw a bit of documentation and study cmsutil sources. But it's not enough. I've a task where I receive a raw cms from mime parser сhunk by chunk. And I need decode it when I can. And I need to know what certificate I can use for decoding. Where I can look such code?

Re: AES in CFB128 mode?

2006-09-22 Thread Wan-Teh Chang
[EMAIL PROTECTED] wrote: Wan-Teh Chang wrote: Why would you like to use the CFB mode? Because that's what the current (non-NSS) code does. I'd rather just port, not change, the code. Is the CFB mode used in your implementation of some standard? Just curious. The crypto support in NSS has

handshake, next handshake, security handshake

2006-09-22 Thread Peter Djalaliev
Hello, I have a question about something I don't understand in the SSL implementation of NSS. When ssl_Do1stHandshake is called, it checks three handshake function pointers in the sslSocket struct: handshake, nextHandshake and securityHandshake. What is the difference between the three? I can