# TLS

HTTP communication within iSHARE is encrypted using TLS versions up to their end of life (EOL). Currently, this means TLS 1.2 or 1.3.

On this page, a brief description of TLS is provided. For the most recent version of the specification, click on [this link](https://tools.ietf.org/html/rfc5246).

### Description <a href="#tls-description" id="tls-description"></a>

Transport Layer Security (TLS) is a cryptographic protocol that describes communication security for computer networks. The first version of TLS 1.0 is built upon and is an upgrade of SSL 3.0 (Secure Sockets Layer).

### Differences and similarities between TLS and SSL <a href="#tls-differencesandsimilaritiesbetweentlsandssl" id="tls-differencesandsimilaritiesbetweentlsandssl"></a>

Both TLS and SSL provide means for data encryption and authentication between applications, machines and servers when data is sent through an insecure network.

The differences between TLS and its forerunner, Secure Sockets Layer (SSL), are the addressed vulnerabilities. TLS, for instance, works with

* a wider variety of hash functions.
* more secure and stronger cypher suites, such as the Advanced Encryption Standard (AES) cypher suites, which are integrated into TLS version 1.1.
* browser security warnings. TLS has more alert descriptions than SSL.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.ishare.eu/introduction/specific-technical-standards/tls.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
