Re: Separating Firefox crypto code into removable parts

2015-03-08 Thread Ryan Sleevi
On Sat, March 7, 2015 12:20 pm, kim.da...@safe-mail.net wrote: > Looking for comments about feasibility of breaking-up Firefox > TLS/SSL-handling code into easily-removable sections. > > I want to fully separate NSS code from code that handles: > > 1) MD5 signature handling > > 2) SHA1 signatu

Separating Firefox crypto code into removable parts

2015-03-07 Thread kim . davis
Looking for comments about feasibility of breaking-up Firefox TLS/SSL-handling code into easily-removable sections. I want to fully separate NSS code from code that handles: 1) MD5 signature handling 2) SHA1 signature handling 3) RSA key exchange 4) CBC mode 5) RC4 ciphers 6) SSLv3 7) TLSv