ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
Podmokov E.V.
Go to TLS:
information security
specialist's
view
1
Agenda
• History
• What’s it ?
• Two levels of TLS
• Security
• TLS 1.3
2
History
SSL 1.0-3.0 (…-1996)
TLS 1.0 or SSL 3.1 (1999)
TLS 1.1 (2006)
TLS 1.2 (2008)
TLS 1.3 (2017!?)
tlswg.github.io/tls13-spec
3
The Transport Layer Security protocol aims primarily to provide privacy and
data integrity between two communicating computer applications.
The connection is private (or secure) because symmetric cryptography is
used to encrypt the data transmitted. The keys for this symmetric encryption
are generated uniquely for each connection and are based on a shared secret
negotiated at the start of the session (see TLS handshake protocol). The server
and client negotiate the details of which encryption algorithm and
cryptographic keys to use before the first byte of data is transmitted (see
Algorithm below). The negotiation of a shared secret is both secure (the
negotiated secret is unavailable to eavesdroppers and cannot be obtained,
even by an attacker who places themselves in the middle of the connection)
and reliable (no attacker can modify the communications during the
negotiation without being detected).
The identity of the communicating parties can be authenticated using public-
key cryptography. This authentication can be made optional, but is generally
required for at least one of the parties (typically the server).
The connection ensures integrity because each message transmitted
includes a message integrity check using a message authentication code to
prevent undetected loss or alteration of the data during transmission.
What’s it ?
4
What’s it ?
App
Presentation
Session
Phy
Transport
Network
Data Link
TLS Higher handshake layer
Lower recording layer
5
Recording
6
Handshake
Client Server
7
Reconnection
Client Server
8
Client Server
False Start
9
Other
• ChangeCipherSpec
• Alert
• Application Data
10
Certificate Authority
@babayota_kun: habrahabr.ru/post/258285
Chain of trust
Certificate Revocation List
OCSP
11
TLS with ГОСТ
• ГОСТ Р 34.10-2012 (RFC 7091)
electronic digital signature
• ГОСТ Р 34.11-2012 (RFC 6986) hash
tc26.ru 12
BEAST TLS 1.0
Browser Exploit Against SSL/TLS
Main algo with CBC
Ci = E(Key, Mi xor Ci-1)
If all msg is equal
M1 = Ci-1 xor IV xor P
C1 = E(Key, M1 xor IV) =
= E(Key, (Ci-1 xor IV xor P) xor IV) =
= E(Key, (Ci-1 xor P)) == Сi
13
BEAST TLS 1.0
msg segmentation to blocks
[login: *][**] [**] …
14
CRIME TLS 1.0-1.1
nccgroup.trust/us/about-us/newsroom-and-events/blog/2012/september/
details-on-the-crime-attack/ 15
BREACH
blackhat.com/us-13/briefings.html#Prado
MS Outlook WEB Access
GET /owa/?ae=Item&t=IPM.Note&a=New&id=
canary=<guess>
<span
id=requestUrl>https://malbot.net:443/owa/forms/
basic/BasicEditMessage.aspx?ae=Item&amp;t=IPM.Note
&amp;a=New&amp;id=canary=<guess>
</span>
...
<td nowrap id="tdErrLgf"><a
href="logoff.owa?canary=d634cda866f14c73ac135ae85
8c0d894">LogOff</a></td>
Token CSRF
16
Lucky-13 TLS 1.0-1.2
Padding-oracle based
cryptopro.ru/blog/2013/02/19/kriptopro-tls-protiv-schastlivogo-chisla-13 17
Heartbleed
• OpenSSL CVE-2014-0160
18
19
20
21
Others
FREAK & Logjam
POODLE (Padding Oracle On Downgraded
Legacy Encryption) - MITM
Sweet32
DROWN (Decrypting RSA with Obsolete and
Weakened eNcryption)
THC-SSL-DOS
….
22
TLS 1.3
• Not compatible to 1.2
• New handshake
• 0-RTT (round-trip time)
• metadata
23
Links
• TLS 1.3 tlswg.github.io/tls13-spec
• TLS details tls.dxdt.ru/tls.html
• DEV literature
blog.cloudflare.com/introducing-tls-1-3
• Network
blog.fourthbit.com/2014/12/23/traffic-
analysis-of-an-ssl-slash-tls-session
24

More Related Content

What's hot (20)

SSL/TLS
SSL/TLSSSL/TLS
SSL/TLS
Sirish Kumar
Ìý
Introduction to SSL and How to Exploit & Secure
Introduction to SSL and How to Exploit & SecureIntroduction to SSL and How to Exploit & Secure
Introduction to SSL and How to Exploit & Secure
Brian Ritchie
Ìý
wolfSSL and TLS 1.3
wolfSSL and TLS 1.3wolfSSL and TLS 1.3
wolfSSL and TLS 1.3
wolfSSL
Ìý
Transport layer security
Transport layer securityTransport layer security
Transport layer security
Hrudya Balachandran
Ìý
SSL Secure Socket Layer
SSL Secure Socket LayerSSL Secure Socket Layer
SSL Secure Socket Layer
omkar bhagat
Ìý
wolfSSL TLS 1.3 Support in 2018
wolfSSL TLS 1.3 Support in 2018wolfSSL TLS 1.3 Support in 2018
wolfSSL TLS 1.3 Support in 2018
wolfSSL
Ìý
Introduction to Secure Sockets Layer
Introduction to Secure Sockets LayerIntroduction to Secure Sockets Layer
Introduction to Secure Sockets Layer
Nascenia IT
Ìý
security in transport layer ssl
 security in transport layer ssl security in transport layer ssl
security in transport layer ssl
STUDENT
Ìý
Transport Layer Security
Transport Layer SecurityTransport Layer Security
Transport Layer Security
Huda Seyam
Ìý
Transport Layer Security
Transport Layer SecurityTransport Layer Security
Transport Layer Security
Chhatra Thapa
Ìý
SSL And TLS
SSL And TLS SSL And TLS
SSL And TLS
Ghanshyam Patel
Ìý
SSL Layer
SSL LayerSSL Layer
SSL Layer
Trinh Phuc Tho
Ìý
Secure socket layer
Secure socket layerSecure socket layer
Secure socket layer
Nishant Pahad
Ìý
Ssl (Secure Sockets Layer)
Ssl (Secure Sockets Layer)Ssl (Secure Sockets Layer)
Ssl (Secure Sockets Layer)
Asad Ali
Ìý
BlueHat v17 || TLS 1.3 - Full speed ahead... mind the warnings - the great, t...
BlueHat v17 || TLS 1.3 - Full speed ahead... mind the warnings - the great, t...BlueHat v17 || TLS 1.3 - Full speed ahead... mind the warnings - the great, t...
BlueHat v17 || TLS 1.3 - Full speed ahead... mind the warnings - the great, t...
BlueHat Security Conference
Ìý
Sequere socket Layer
Sequere socket LayerSequere socket Layer
Sequere socket Layer
Raghavendra Rao
Ìý
Ssl and tls
Ssl and tlsSsl and tls
Ssl and tls
Rana assad ali
Ìý
Secure Socket Layer
Secure Socket LayerSecure Socket Layer
Secure Socket Layer
Abhishek Gupta
Ìý
SSL TLS Protocol
SSL TLS ProtocolSSL TLS Protocol
SSL TLS Protocol
Devang Badrakiya
Ìý
secure socket layer
secure socket layersecure socket layer
secure socket layer
Amar Shah
Ìý
Introduction to SSL and How to Exploit & Secure
Introduction to SSL and How to Exploit & SecureIntroduction to SSL and How to Exploit & Secure
Introduction to SSL and How to Exploit & Secure
Brian Ritchie
Ìý
wolfSSL and TLS 1.3
wolfSSL and TLS 1.3wolfSSL and TLS 1.3
wolfSSL and TLS 1.3
wolfSSL
Ìý
SSL Secure Socket Layer
SSL Secure Socket LayerSSL Secure Socket Layer
SSL Secure Socket Layer
omkar bhagat
Ìý
wolfSSL TLS 1.3 Support in 2018
wolfSSL TLS 1.3 Support in 2018wolfSSL TLS 1.3 Support in 2018
wolfSSL TLS 1.3 Support in 2018
wolfSSL
Ìý
Introduction to Secure Sockets Layer
Introduction to Secure Sockets LayerIntroduction to Secure Sockets Layer
Introduction to Secure Sockets Layer
Nascenia IT
Ìý
security in transport layer ssl
 security in transport layer ssl security in transport layer ssl
security in transport layer ssl
STUDENT
Ìý
Transport Layer Security
Transport Layer SecurityTransport Layer Security
Transport Layer Security
Huda Seyam
Ìý
Transport Layer Security
Transport Layer SecurityTransport Layer Security
Transport Layer Security
Chhatra Thapa
Ìý
Secure socket layer
Secure socket layerSecure socket layer
Secure socket layer
Nishant Pahad
Ìý
Ssl (Secure Sockets Layer)
Ssl (Secure Sockets Layer)Ssl (Secure Sockets Layer)
Ssl (Secure Sockets Layer)
Asad Ali
Ìý
BlueHat v17 || TLS 1.3 - Full speed ahead... mind the warnings - the great, t...
BlueHat v17 || TLS 1.3 - Full speed ahead... mind the warnings - the great, t...BlueHat v17 || TLS 1.3 - Full speed ahead... mind the warnings - the great, t...
BlueHat v17 || TLS 1.3 - Full speed ahead... mind the warnings - the great, t...
BlueHat Security Conference
Ìý
Sequere socket Layer
Sequere socket LayerSequere socket Layer
Sequere socket Layer
Raghavendra Rao
Ìý
Secure Socket Layer
Secure Socket LayerSecure Socket Layer
Secure Socket Layer
Abhishek Gupta
Ìý
secure socket layer
secure socket layersecure socket layer
secure socket layer
Amar Shah
Ìý

Similar to Egor Podmokov - TLS from security point of view (20)

BSET_Lecture_Crypto and SSL_Overview_FINAL
BSET_Lecture_Crypto and SSL_Overview_FINALBSET_Lecture_Crypto and SSL_Overview_FINAL
BSET_Lecture_Crypto and SSL_Overview_FINAL
Glenn Haley
Ìý
Parallel and distributed computing .pptx
Parallel and distributed computing .pptxParallel and distributed computing .pptx
Parallel and distributed computing .pptx
AmnaNadeem27
Ìý
ssl-tls-ipsec-vpn.pptx
ssl-tls-ipsec-vpn.pptxssl-tls-ipsec-vpn.pptx
ssl-tls-ipsec-vpn.pptx
jithu26327
Ìý
Network Security- Secure Socket Layer
Network Security- Secure Socket LayerNetwork Security- Secure Socket Layer
Network Security- Secure Socket Layer
Dr.Florence Dayana
Ìý
VULNERABILITIES OF THE SSL/TLS PROTOCOL
VULNERABILITIES OF THE SSL/TLS PROTOCOLVULNERABILITIES OF THE SSL/TLS PROTOCOL
VULNERABILITIES OF THE SSL/TLS PROTOCOL
cscpconf
Ìý
Vulnerabilities of the SSL/TLS Protocol
Vulnerabilities of the SSL/TLS ProtocolVulnerabilities of the SSL/TLS Protocol
Vulnerabilities of the SSL/TLS Protocol
csandit
Ìý
What is TLS/SSL?
What is TLS/SSL? What is TLS/SSL?
What is TLS/SSL?
Shehzad Imran
Ìý
Study and analysis of some known attacks on transport layer security
Study and analysis of some known attacks on transport layer securityStudy and analysis of some known attacks on transport layer security
Study and analysis of some known attacks on transport layer security
Nazmul Hossain Rakib
Ìý
Secure socket layer
Secure socket layerSecure socket layer
Secure socket layer
Emprovise
Ìý
ip security
ip securityip security
ip security
saivarunsamudrala
Ìý
Secure Socket Layer.pptx
Secure Socket Layer.pptxSecure Socket Layer.pptx
Secure Socket Layer.pptx
Jenish Prajapati
Ìý
ssl
sslssl
ssl
vivek lohiya
Ìý
Difference between TLS 1.2 vs TLS 1.3 and tutorial of TLS2 and TLS2 version c...
Difference between TLS 1.2 vs TLS 1.3 and tutorial of TLS2 and TLS2 version c...Difference between TLS 1.2 vs TLS 1.3 and tutorial of TLS2 and TLS2 version c...
Difference between TLS 1.2 vs TLS 1.3 and tutorial of TLS2 and TLS2 version c...
jeetendra mandal
Ìý
Web Security
Web SecurityWeb Security
Web Security
Dr.Florence Dayana
Ìý
Vtu network security(10 ec832) unit 5 notes.
Vtu network security(10 ec832) unit 5 notes.Vtu network security(10 ec832) unit 5 notes.
Vtu network security(10 ec832) unit 5 notes.
Jayanth Dwijesh H P
Ìý
Transport layer security.ppt
Transport layer security.pptTransport layer security.ppt
Transport layer security.ppt
ImXaib
Ìý
Ssl https
Ssl httpsSsl https
Ssl https
Andrada Boldis
Ìý
tor
tortor
tor
Sunil Agarwal
Ìý
Comparative Analysis of Open-SSL Vulnerabilities & Heartbleed Exploit Detection
Comparative Analysis of Open-SSL Vulnerabilities & Heartbleed Exploit DetectionComparative Analysis of Open-SSL Vulnerabilities & Heartbleed Exploit Detection
Comparative Analysis of Open-SSL Vulnerabilities & Heartbleed Exploit Detection
CSCJournals
Ìý
Network Security_Module_2_Dr Shivashankar
Network Security_Module_2_Dr ShivashankarNetwork Security_Module_2_Dr Shivashankar
Network Security_Module_2_Dr Shivashankar
Dr. Shivashankar
Ìý
BSET_Lecture_Crypto and SSL_Overview_FINAL
BSET_Lecture_Crypto and SSL_Overview_FINALBSET_Lecture_Crypto and SSL_Overview_FINAL
BSET_Lecture_Crypto and SSL_Overview_FINAL
Glenn Haley
Ìý
Parallel and distributed computing .pptx
Parallel and distributed computing .pptxParallel and distributed computing .pptx
Parallel and distributed computing .pptx
AmnaNadeem27
Ìý
ssl-tls-ipsec-vpn.pptx
ssl-tls-ipsec-vpn.pptxssl-tls-ipsec-vpn.pptx
ssl-tls-ipsec-vpn.pptx
jithu26327
Ìý
Network Security- Secure Socket Layer
Network Security- Secure Socket LayerNetwork Security- Secure Socket Layer
Network Security- Secure Socket Layer
Dr.Florence Dayana
Ìý
VULNERABILITIES OF THE SSL/TLS PROTOCOL
VULNERABILITIES OF THE SSL/TLS PROTOCOLVULNERABILITIES OF THE SSL/TLS PROTOCOL
VULNERABILITIES OF THE SSL/TLS PROTOCOL
cscpconf
Ìý
Vulnerabilities of the SSL/TLS Protocol
Vulnerabilities of the SSL/TLS ProtocolVulnerabilities of the SSL/TLS Protocol
Vulnerabilities of the SSL/TLS Protocol
csandit
Ìý
What is TLS/SSL?
What is TLS/SSL? What is TLS/SSL?
What is TLS/SSL?
Shehzad Imran
Ìý
Study and analysis of some known attacks on transport layer security
Study and analysis of some known attacks on transport layer securityStudy and analysis of some known attacks on transport layer security
Study and analysis of some known attacks on transport layer security
Nazmul Hossain Rakib
Ìý
Secure socket layer
Secure socket layerSecure socket layer
Secure socket layer
Emprovise
Ìý
Secure Socket Layer.pptx
Secure Socket Layer.pptxSecure Socket Layer.pptx
Secure Socket Layer.pptx
Jenish Prajapati
Ìý
Difference between TLS 1.2 vs TLS 1.3 and tutorial of TLS2 and TLS2 version c...
Difference between TLS 1.2 vs TLS 1.3 and tutorial of TLS2 and TLS2 version c...Difference between TLS 1.2 vs TLS 1.3 and tutorial of TLS2 and TLS2 version c...
Difference between TLS 1.2 vs TLS 1.3 and tutorial of TLS2 and TLS2 version c...
jeetendra mandal
Ìý
Vtu network security(10 ec832) unit 5 notes.
Vtu network security(10 ec832) unit 5 notes.Vtu network security(10 ec832) unit 5 notes.
Vtu network security(10 ec832) unit 5 notes.
Jayanth Dwijesh H P
Ìý
Transport layer security.ppt
Transport layer security.pptTransport layer security.ppt
Transport layer security.ppt
ImXaib
Ìý
Comparative Analysis of Open-SSL Vulnerabilities & Heartbleed Exploit Detection
Comparative Analysis of Open-SSL Vulnerabilities & Heartbleed Exploit DetectionComparative Analysis of Open-SSL Vulnerabilities & Heartbleed Exploit Detection
Comparative Analysis of Open-SSL Vulnerabilities & Heartbleed Exploit Detection
CSCJournals
Ìý
Network Security_Module_2_Dr Shivashankar
Network Security_Module_2_Dr ShivashankarNetwork Security_Module_2_Dr Shivashankar
Network Security_Module_2_Dr Shivashankar
Dr. Shivashankar
Ìý

Recently uploaded (20)

Environmental impact assessments ppt.doc
Environmental impact assessments ppt.docEnvironmental impact assessments ppt.doc
Environmental impact assessments ppt.doc
BonsaHailu
Ìý
Public Transport _Project1_Presentation .pdf
Public Transport _Project1_Presentation .pdfPublic Transport _Project1_Presentation .pdf
Public Transport _Project1_Presentation .pdf
zyw2006
Ìý
lecture 4MORTAR for construction works(2).ppt
lecture 4MORTAR for construction works(2).pptlecture 4MORTAR for construction works(2).ppt
lecture 4MORTAR for construction works(2).ppt
SimeonWoyesa
Ìý
Lessons learned when managing MySQL in the Cloud
Lessons learned when managing MySQL in the CloudLessons learned when managing MySQL in the Cloud
Lessons learned when managing MySQL in the Cloud
Igor Donchovski
Ìý
AE- unit 4.ppt STEERING, BRAKES AND SUSPENSION SYSTEMS
AE- unit 4.ppt STEERING, BRAKES AND SUSPENSION SYSTEMSAE- unit 4.ppt STEERING, BRAKES AND SUSPENSION SYSTEMS
AE- unit 4.ppt STEERING, BRAKES AND SUSPENSION SYSTEMS
Dr.PERIASAMY K
Ìý
Introduction-to-Stack-Instruction.pptxpptppt
Introduction-to-Stack-Instruction.pptxpptpptIntroduction-to-Stack-Instruction.pptxpptppt
Introduction-to-Stack-Instruction.pptxpptppt
suhas060606
Ìý
Unit II: Design of Static Equipment Foundations
Unit II: Design of Static Equipment FoundationsUnit II: Design of Static Equipment Foundations
Unit II: Design of Static Equipment Foundations
Sanjivani College of Engineering, Kopargaon
Ìý
Project F: A Better Commute - Recommendations for Improvement
Project F: A Better Commute - Recommendations for ImprovementProject F: A Better Commute - Recommendations for Improvement
Project F: A Better Commute - Recommendations for Improvement
Jake Sigman
Ìý
Table Creation in HTML using <table> tag
Table Creation in HTML using  <table> tagTable Creation in HTML using  <table> tag
Table Creation in HTML using <table> tag
pravin patil
Ìý
AE- UNIT I VEHICLE STRUCTURE AND ENGINES
AE-  UNIT I      VEHICLE STRUCTURE AND ENGINESAE-  UNIT I      VEHICLE STRUCTURE AND ENGINES
AE- UNIT I VEHICLE STRUCTURE AND ENGINES
Dr.PERIASAMY K
Ìý
Faizal E Ayyoob - Architectural and Finishing QA/QC Inspector for high end lu...
Faizal E Ayyoob - Architectural and Finishing QA/QC Inspector for high end lu...Faizal E Ayyoob - Architectural and Finishing QA/QC Inspector for high end lu...
Faizal E Ayyoob - Architectural and Finishing QA/QC Inspector for high end lu...
Faizal Ayyoob
Ìý
Ethical Hacking Module 1 Notes by Hackopedia
Ethical Hacking Module 1 Notes by HackopediaEthical Hacking Module 1 Notes by Hackopedia
Ethical Hacking Module 1 Notes by Hackopedia
Hackopedia Utkarsh Thakur
Ìý
AE- unit 3.ppt TRANSMISSION SYSTEMS , GEAR BOXES
AE- unit 3.ppt  TRANSMISSION SYSTEMS , GEAR BOXESAE- unit 3.ppt  TRANSMISSION SYSTEMS , GEAR BOXES
AE- unit 3.ppt TRANSMISSION SYSTEMS , GEAR BOXES
Dr.PERIASAMY K
Ìý
Preliminary Evaluation of Inspection Assistance Methods Using VR Simulating P...
Preliminary Evaluation of Inspection Assistance Methods Using VR Simulating P...Preliminary Evaluation of Inspection Assistance Methods Using VR Simulating P...
Preliminary Evaluation of Inspection Assistance Methods Using VR Simulating P...
Kurata Takeshi
Ìý
move curriculum guidennnnnnnnnnnnnnnnnnnnnnnoriginal.pptx
move curriculum guidennnnnnnnnnnnnnnnnnnnnnnoriginal.pptxmove curriculum guidennnnnnnnnnnnnnnnnnnnnnnoriginal.pptx
move curriculum guidennnnnnnnnnnnnnnnnnnnnnnoriginal.pptx
CarlosFernandez289274
Ìý
google_developer_group_ramdeobaba_university_EXPLORE_PPT
google_developer_group_ramdeobaba_university_EXPLORE_PPTgoogle_developer_group_ramdeobaba_university_EXPLORE_PPT
google_developer_group_ramdeobaba_university_EXPLORE_PPT
JayeshShete1
Ìý
Lecture 01s.pptxLecture 01s.pptxLecture 01s.pptx
Lecture 01s.pptxLecture 01s.pptxLecture 01s.pptxLecture 01s.pptxLecture 01s.pptxLecture 01s.pptx
Lecture 01s.pptxLecture 01s.pptxLecture 01s.pptx
FaheemAbbas82
Ìý
Building a Strong Portfolio for Your Software Engineering Career
Building a Strong Portfolio for Your Software Engineering CareerBuilding a Strong Portfolio for Your Software Engineering Career
Building a Strong Portfolio for Your Software Engineering Career
Navinda Dissanayake
Ìý
SCI_P358 Simple Joints to Eurocode 3 Steel
SCI_P358 Simple Joints to Eurocode 3 SteelSCI_P358 Simple Joints to Eurocode 3 Steel
SCI_P358 Simple Joints to Eurocode 3 Steel
PrzemEk42
Ìý
Royal Aeronautical Society - Certificate
Royal Aeronautical Society - CertificateRoyal Aeronautical Society - Certificate
Royal Aeronautical Society - Certificate
Javier Uriel Gómez
Ìý
Environmental impact assessments ppt.doc
Environmental impact assessments ppt.docEnvironmental impact assessments ppt.doc
Environmental impact assessments ppt.doc
BonsaHailu
Ìý
Public Transport _Project1_Presentation .pdf
Public Transport _Project1_Presentation .pdfPublic Transport _Project1_Presentation .pdf
Public Transport _Project1_Presentation .pdf
zyw2006
Ìý
lecture 4MORTAR for construction works(2).ppt
lecture 4MORTAR for construction works(2).pptlecture 4MORTAR for construction works(2).ppt
lecture 4MORTAR for construction works(2).ppt
SimeonWoyesa
Ìý
Lessons learned when managing MySQL in the Cloud
Lessons learned when managing MySQL in the CloudLessons learned when managing MySQL in the Cloud
Lessons learned when managing MySQL in the Cloud
Igor Donchovski
Ìý
AE- unit 4.ppt STEERING, BRAKES AND SUSPENSION SYSTEMS
AE- unit 4.ppt STEERING, BRAKES AND SUSPENSION SYSTEMSAE- unit 4.ppt STEERING, BRAKES AND SUSPENSION SYSTEMS
AE- unit 4.ppt STEERING, BRAKES AND SUSPENSION SYSTEMS
Dr.PERIASAMY K
Ìý
Introduction-to-Stack-Instruction.pptxpptppt
Introduction-to-Stack-Instruction.pptxpptpptIntroduction-to-Stack-Instruction.pptxpptppt
Introduction-to-Stack-Instruction.pptxpptppt
suhas060606
Ìý
Project F: A Better Commute - Recommendations for Improvement
Project F: A Better Commute - Recommendations for ImprovementProject F: A Better Commute - Recommendations for Improvement
Project F: A Better Commute - Recommendations for Improvement
Jake Sigman
Ìý
Table Creation in HTML using <table> tag
Table Creation in HTML using  <table> tagTable Creation in HTML using  <table> tag
Table Creation in HTML using <table> tag
pravin patil
Ìý
AE- UNIT I VEHICLE STRUCTURE AND ENGINES
AE-  UNIT I      VEHICLE STRUCTURE AND ENGINESAE-  UNIT I      VEHICLE STRUCTURE AND ENGINES
AE- UNIT I VEHICLE STRUCTURE AND ENGINES
Dr.PERIASAMY K
Ìý
Faizal E Ayyoob - Architectural and Finishing QA/QC Inspector for high end lu...
Faizal E Ayyoob - Architectural and Finishing QA/QC Inspector for high end lu...Faizal E Ayyoob - Architectural and Finishing QA/QC Inspector for high end lu...
Faizal E Ayyoob - Architectural and Finishing QA/QC Inspector for high end lu...
Faizal Ayyoob
Ìý
Ethical Hacking Module 1 Notes by Hackopedia
Ethical Hacking Module 1 Notes by HackopediaEthical Hacking Module 1 Notes by Hackopedia
Ethical Hacking Module 1 Notes by Hackopedia
Hackopedia Utkarsh Thakur
Ìý
AE- unit 3.ppt TRANSMISSION SYSTEMS , GEAR BOXES
AE- unit 3.ppt  TRANSMISSION SYSTEMS , GEAR BOXESAE- unit 3.ppt  TRANSMISSION SYSTEMS , GEAR BOXES
AE- unit 3.ppt TRANSMISSION SYSTEMS , GEAR BOXES
Dr.PERIASAMY K
Ìý
Preliminary Evaluation of Inspection Assistance Methods Using VR Simulating P...
Preliminary Evaluation of Inspection Assistance Methods Using VR Simulating P...Preliminary Evaluation of Inspection Assistance Methods Using VR Simulating P...
Preliminary Evaluation of Inspection Assistance Methods Using VR Simulating P...
Kurata Takeshi
Ìý
move curriculum guidennnnnnnnnnnnnnnnnnnnnnnoriginal.pptx
move curriculum guidennnnnnnnnnnnnnnnnnnnnnnoriginal.pptxmove curriculum guidennnnnnnnnnnnnnnnnnnnnnnoriginal.pptx
move curriculum guidennnnnnnnnnnnnnnnnnnnnnnoriginal.pptx
CarlosFernandez289274
Ìý
google_developer_group_ramdeobaba_university_EXPLORE_PPT
google_developer_group_ramdeobaba_university_EXPLORE_PPTgoogle_developer_group_ramdeobaba_university_EXPLORE_PPT
google_developer_group_ramdeobaba_university_EXPLORE_PPT
JayeshShete1
Ìý
Lecture 01s.pptxLecture 01s.pptxLecture 01s.pptx
Lecture 01s.pptxLecture 01s.pptxLecture 01s.pptxLecture 01s.pptxLecture 01s.pptxLecture 01s.pptx
Lecture 01s.pptxLecture 01s.pptxLecture 01s.pptx
FaheemAbbas82
Ìý
Building a Strong Portfolio for Your Software Engineering Career
Building a Strong Portfolio for Your Software Engineering CareerBuilding a Strong Portfolio for Your Software Engineering Career
Building a Strong Portfolio for Your Software Engineering Career
Navinda Dissanayake
Ìý
SCI_P358 Simple Joints to Eurocode 3 Steel
SCI_P358 Simple Joints to Eurocode 3 SteelSCI_P358 Simple Joints to Eurocode 3 Steel
SCI_P358 Simple Joints to Eurocode 3 Steel
PrzemEk42
Ìý
Royal Aeronautical Society - Certificate
Royal Aeronautical Society - CertificateRoyal Aeronautical Society - Certificate
Royal Aeronautical Society - Certificate
Javier Uriel Gómez
Ìý

Egor Podmokov - TLS from security point of view

Editor's Notes

  • #16: https://docs.google.com/presentation/d/11eBmGiHbYcHR9gL5nDyZChu_-lCa2GizeuOfaLU2HOU/edit#slide=id.g1d134dff_1_152
  • #17: https://www.blackhat.com/us-13/briefings.html#Prado http://breachattack.com/resources/BREACH%20-%20SSL,%20gone%20in%2030%20seconds.pdf https://www.djangoproject.com/weblog/2013/aug/06/breach-and-django/
  • #18: ietf.org/proceedings/89/slides/slides-89-irtfopen-1.pdf users.wpi.edu/~teisenbarth/pdf/Lucky13%20AsiaCCS2015.pdf
  • #19: http://heartbleed.com/