|
|
|
|
|
by woodruffw
1323 days ago
|
|
> Large web companies like Google implement their own encryption stack anyway. Google uses BoringSSL[1], which is another OpenSSL fork. I believe AWS uses a mix of OpenSSL and Boring SSL (someone can correct me!). So it's "their own encryption stack," but that stack is at least originally comprised of OpenSSL's code. They've probably done an admirable job of refactoring it, but API and ABI constraints still apply (it's very hard to change the massive body of existing code that assumes OpenSSL's APIs). [1]: https://boringssl.googlesource.com/boringssl/ |
|