Re: [blink-dev] Re: Question about Web Crypto API and BoringSSL usage

2023-07-20 Thread K. Moon
Code Search (source.chromium.org) can answer this question for you. On Thu, Jul 20, 2023, 6:05 AM Иван Кобзарь wrote: > Hello, Could you please provide a link to the methods where the BoringSSL > cryptography library is invoked in the implementation of WebCrypto in > Chromium? > Thanks > > четве

[blink-dev] Re: Question about Web Crypto API and BoringSSL usage

2023-07-20 Thread Иван Кобзарь
Hello, Could you please provide a link to the methods where the BoringSSL cryptography library is invoked in the implementation of WebCrypto in Chromium? Thanks четверг, 21 октября 2021 г. в 02:41:29 UTC+4, Adam Langley: > On Wednesday, October 20, 2021 at 3:07:40 PM UTC-7 Jackson Wonderly wro

[blink-dev] Re: Question about Web Crypto API and BoringSSL usage

2021-10-21 Thread Jackson Wonderly
Thanks for the quick response! This information is very helpful. I did try to trace the function calls and could see that at least the algorithms I looked at were using BoringSSL, but it was not clear to me what portions of the code are actually part of BoringCrypto specifically. But given the

[blink-dev] Re: Question about Web Crypto API and BoringSSL usage

2021-10-20 Thread Adam Langley
On Wednesday, October 20, 2021 at 3:07:40 PM UTC-7 Jackson Wonderly wrote: > I understand from the Chromium Web Crypto README > > > that BoringSSL is used for cryptography. I also understand that B