-
Notifications
You must be signed in to change notification settings - Fork 40
TLS
Transport Layer Security (TLS), the successor of the now-deprecated Secure Sockets Layer (SSL), is a cryptographic protocol designed to provide communications security over a computer network.
https://en.wikipedia.org/wiki/Transport_Layer_Security
https://cloud.google.com/certificate-authority-service
https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs
https://cloud.google.com/load-balancing/docs/ssl-certificates
https://www.f5.com/labs/articles/education/what-is-mtls
Mutual Transport Layer Security (mTLS) is a process that establishes an encrypted TLS connection in which both parties use X.509 digital certificates to authenticate each other. MTLS can help mitigate the risk of moving services to the cloud and can help prevent malicious third parties from imitating genuine apps.
https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security
DTLS protects the transport of datagrams. When designing the protocol, security experts adhered to TLS as much as was possible. As a result, the number of new security techniques needed could be kept to a minimum, while preserving the code and infrastructure as much as possible. Therefore, DTLS offers as many security guarantees as TLS but reduces the need to use IPsec or design a custom application layer security protocol. The main difference between DTLS and TLS is that DTLS is built on UDP, while TLS uses Transmission Control Protocol (TCP).
https://hackcontrol.org/blog/what-is-dtls-and-how-is-it-used/
https://www.csoonline.com/article/3212965/why-ssl-tls-attacks-are-on-the-rise.html
https://www.csoonline.com/article/3187338/know-the-limits-of-ssl-certificates.html
http://www.chromium.org/Home/chromium-security/root-ca-policy