Hi I'm a little bit confused about the differences in implementation of SSL v3 and TLS 1.2
In Firefox when you visit a website with SSL v3 the data sent through PR_Write is in plaintext and later to be encrypted in Ssl_Write (as far as I know) But on a TLS 1.2 site when PR_Write is called the data is already encrypted Could someone help me understand what's going on here? Why is the data not encrypted after PR_Write like with SSL v3? -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto