Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
blog.limos.fr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Boris LONJON
blog.limos.fr
Commits
c001c7a9
Commit
c001c7a9
authored
6 years ago
by
Vincent Mazenod
Browse files
Options
Downloads
Patches
Plain Diff
tls
parent
2f28768a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/slides/privacy/md/tls.md
+9
-7
9 additions, 7 deletions
content/slides/privacy/md/tls.md
with
9 additions
and
7 deletions
content/slides/privacy/md/tls.md
+
9
−
7
View file @
c001c7a9
...
...
@@ -415,6 +415,7 @@ Transport Layer Security
*
**TLS 1.0**
= SSL 3.1
[
IETF
](
http://www.ietf.org/
)
*
**1.1**
released en Avril 2006,
[
RFC 4346
](
http://www.frameip.com/rfc/rfc3546.php
)
*
**1.2**
released en Août 2008,
[
RFC 5246
](
http://www.frameip.com/rfc/rfc4366.php
)
*
**1.3**
released en Août 2018,
[
RFC 8446
](
https://www.bortzmeyer.org/8446.html
)
## [Cypher suite](https://fr.wikipedia.org/wiki/Suite_cryptographique)
...
...
@@ -568,7 +569,10 @@ Note:
## DNS-Based Authentication of Named Entities (DANE)
*
Publication du certificat dans un enregistrement TLSA du DNS, protégé par DNSSEC
*
pour un nom de domaine
*
publication du certificat signé dans un enregistrement TLSA du DNS
*
protégé par DNSSEC
*
permet de spécifier quelles
**CAs**
peuvent émettre des certificats
*
Validation par les clients
...
...
@@ -581,7 +585,8 @@ Note:
*
[
les dangers du wifi
](
https://wiki.wireshark.org/CaptureSetup/WLAN
)
*
[
firesheep
](
http://codebutler.github.io/firesheep/
)
*
Intégrité
*
Authentification (via les certificats)
*
Authentification
*
via les certificats
## Apache
...
...
@@ -637,12 +642,9 @@ Note:
*
[
Comodo ssl analyzer
](
https://sslanalyzer.comodoca.com/
)
*
[
OpenSSL Decoder
](
https://raymii.org/s/software/OpenSSL_Decoder.html
)
*
[
Strong SSL Security On nginx
](
https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html
)
*
avec nmap
*
```shell
$ nmap -p 443 --script=ssl-enum-ciphers heart.bleed
```
nmap -p 443 --script=ssl-enum-ciphers heart.bleed
```
*
[
<i class="fa fa-gitlab"></i> Monter un serveur https avec apache
](
https://gitlab.isima.fr/mazenovi/tp-www-ssl
)
## <i class="fa fa-gears"></i> Tests navigateurs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment