Re: Mozilla Team-about the upcoming branding changes at Symantec/VeriSign, and working to implement them in Mozilla/Firefox

2012-03-12 Thread Gervase Markham
On 09/03/12 17:56, Brian Smith wrote: The first question is: Should we change our UI to be the same as other browsers? My answer is no. It *is* a good idea to show the root certificate's organization name in this part of the UI. But, it is also important to show all the intermediate

Re: Mozilla Team-about the upcoming branding changes at Symantec/VeriSign, and working to implement them in Mozilla/Firefox

2012-03-12 Thread ianG
On 12/03/12 21:56 PM, Gervase Markham wrote: On 09/03/12 17:56, Brian Smith wrote: The first question is: Should we change our UI to be the same as other browsers? My answer is no. It *is* a good idea to show the root certificate's organization name in this part of the UI. But, it is also

Implementation of C_Encrypt function

2012-03-12 Thread VJ
Im porting all RSA encryption from the nss library. Im a newbie, may I know where C_Encrypt function under pk11_PubEncryptRaw() function is implemented. Also, I would like to know if anyone has ever ported only RSA related functions? Regards, Vejey -- dev-tech-crypto mailing list

Re: Implementation of C_Encrypt function

2012-03-12 Thread Robert Relyea
On 03/10/2012 12:23 PM, VJ wrote: Im porting all RSA encryption from the nss library. Im a newbie, may I know where C_Encrypt function under pk11_PubEncryptRaw() function is implemented. Also, I would like to know if anyone has ever ported only RSA related functions? Regards, Vejey What do you