It is asked in stackoverflow, but I suppose maybe it is more suitable to ask here.
It is said that openssl are widely used, however, as far as I know, the most popular browsers seem not use openssl, instead, they use other SSL libraries like:
- NSS (for all firefox and chrome in Linux)
- SChannel (for browsers in Windows)
- Secure Transport (for browsers in Mac OS X).
Am I right? Or is there any concept I'm taking wrong?
Thanks.