Android SSL internal components - where is the actual implementation?

I downloaded the source code for the entire Android platform, and I'm interested in looking at the SSL implementation. For example, when visiting a site with SSL support, I would like to find out exactly how Android holds its SSL hand and establishes a connection.

I looked through various sections of the code, but I have not found what I was looking for, so I thought that I would ask here and see if anyone could point me in the right direction.

+3
source share

Source: https://habr.com/ru/post/1785829/


All Articles