blob: a14fa4a1f500c58e6a5c4bdb26ae7bf075f5e418 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" ?>
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY Ferdinand.Gassauer '<personname><firstname>Ferdinand</firstname><surname>Gassauer</surname></personname>'>
<!ENTITY % addindex "IGNORE">
<!ENTITY % Catalan "INCLUDE"> <!-- change language only here -->
]>
<article lang="&language;" id="https">
<title>https</title>
<articleinfo>
<authorgroup>
<author>&Ferdinand.Gassauer;</author>
&traductor.Antoni.Bella;
</authorgroup>
</articleinfo>
<para>HTTPS és <ulink url="help:/tdeioslave/http.html">HTTP</ulink> encapsulat en un flux SSL/TLS. </para>
<para>SSL és el protocol de Capa de sockets segurs, un protocol de seguretat que proporciona privacitat en les comunicacions per Internet. El protocol permet que les aplicacions client/servidor es comuniquin d'un mode dissenyat per a impedir les escoltes, alteració o falsificació dels missatges. </para>
<para>TLS significa Transport Layer Security (seguretat de la capa del transport) </para>
</article>
|