0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

SSL と TLS の関係

0
Posted at

SSL とは

Secure Sockets Layer

ネットワーク上で送受信するデータを暗号化し、安全にやり取りすることを実現するプロトコル。

NetScape が開発し、 SSL1.0、 SSL2.0、 SSL3.0 とリリース。

その後、 SSL3.0 は IETF (タスクフォース) に引き継がれ、改良版として TLS1.0 が標準化された。

SSL は古くなっており、実際に現在、主として利用されているのは TLS だが、慣習的に SSL (SSL/TLS) と呼ぶ。

SSL と TLS の関係

なので、 ざっくりいうと SSL の新しい版(後継規格)が TLS である。

SSL が NetScape により独自に開発されたものであるのに対し、 TLS は標準化されているという違いもある。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?