On Thu, Jul 15, 2021 at 1:54 AM Paul Wise <p...@debian.org> wrote: > > On Wed, 2021-07-14 at 20:16 +0800, Shengjing Zhu wrote: > > > That feels over-engineering/energy-wasting. > > Another option would be to search the source code, and these findings > would need to be confirmed using grep, but looking at codesearch: > > > https://codesearch.debian.net/search?q=%5C.generateClientKeyExchange&literal=0 >
generateClientKeyExchange is not an exported function, which is expected to be called by other library/softwares. Search "crypto/tls" is more accurate. https://codesearch.debian.net/search?q=crypto%2Ftls+filetype%3Ago&literal=1&perpkg=1 curl -s https://codesearch.debian.net/results/680cb0808e1dbe1d/packages.txt|wc -l 250 -- Shengjing Zhu