Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
SSL, CAs and keeping your stuff safe
Search
Armin Ronacher
May 10, 2014
Programming
7
1k
SSL, CAs and keeping your stuff safe
A capitalistic and system conformant talk about encryption.
Armin Ronacher
May 10, 2014
Tweet
Share
More Decks by Armin Ronacher
See All by Armin Ronacher
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
230
Do Dumb Things
mitsuhiko
0
680
No Assumptions
mitsuhiko
0
210
The Complexity Genie
mitsuhiko
0
230
The Catch in Rye: Seeding Change and Lessons Learned
mitsuhiko
0
340
Runtime Objects in Rust
mitsuhiko
0
360
Rust at Sentry
mitsuhiko
0
490
Overcoming Variable Payloads to Optimize for Performance
mitsuhiko
0
220
Rust API Design Learnings
mitsuhiko
0
580
Other Decks in Programming
See All in Programming
202507_ADKで始めるエージェント開発の基本 〜デモを通じて紹介〜(奥田りさ)The Basics of Agent Development with ADK — A Demo-Focused Introduction
risatube
PRO
6
1.4k
PHPUnitの限界をPlaywrightで補完するテストアプローチ
yuzneri
0
380
書き捨てではなく継続開発可能なコードをAIコーディングエージェントで書くために意識していること
shuyakinjo
0
220
階層化自動テストで開発に機動力を
ickx
1
480
Claude Code で Astro blog を Pages から Workers へ移行してみた
codehex
0
180
AIのメモリー
watany
13
1.3k
Vibe Codingの幻想を超えて-生成AIを現場で使えるようにするまでの泥臭い話.ai
fumiyakume
21
10k
自作OSでDOOMを動かしてみた
zakki0925224
1
860
なぜあなたのオブザーバビリティ導入は頓挫するのか
ryota_hnk
5
570
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
1
1.1k
GUI操作LLMの最新動向: UI-TARSと関連論文紹介
kfujikawa
0
550
PHPカンファレンス関西2025 基調講演
sugimotokei
6
1.1k
Featured
See All Featured
Building an army of robots
kneath
306
45k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Docker and Python
trallard
45
3.5k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Typedesign – Prime Four
hannesfritz
42
2.7k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
Practical Orchestrator
shlominoach
190
11k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
A designer walks into a library…
pauljervisheath
207
24k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Transcript
SSL, CAs and keeping your stuff safe BQSFTFOUBUJPOCZBSNJOSPOBDIFSGPSQZHSVOO http://lucumr.pocoo.org/ —
@mitsuhiko
SSL, CAs and keeping your stuff safe BQSFTFOUBUJPOCZBSNJOSPOBDIFSGPSQZHSVOO http://lucumr.pocoo.org/ —
@mitsuhiko a capitalistic and system conformant talk about encryption
Armin Ronacher Independent Contractor for Splash Damage / Fireteam Doing
Online Infrastructure for Computer Games
… The Problem with Programmers ~ Epilogue ~
Programmers think everything is a technical problem
Fraud ~ Chapter 1 ~
XXXX-XXXX-XXXX-1234 What is the worst that can happen?
What makes Credit Card Numbers “secure”?
theft ere will always be criminals
prevented But what damage can they do?
Bitcoin A Credit Card Strong Encryption Potentially No Encryption 256
bit private key 16 digit number + checksum decentralized centralized √ x
But I'd rather lose my credit card …
Never
LOL
We Accept Stolen Creditcards
e Protocol e Process is insecure is secure
If the aud percentage is smaller than the transaction fees
we're all good.
It's too easy to forget the bigger picture
of Lock Symbols and Encryption ~ Chapter 2 ~
the lock symbol is a lie
the lock stands for secure
but so is encryption 8 7
such security
such buzzwords CRIME BEAST Heartbleed BREACH PFS
users need to understand how to keep good om bad
lock symbols / good om bad encryption. = -
but even developers are not sure yet …
remember why you encrypt (NSA
Why do we Encrypt Traffic? ~ Chapter 3 ~
None
public WiFi the unencrypted browser session kilLed
? Who is the Attacker?
om secret agents to idiots
om targeted to untargeted
om low to high probability
What You Need for Encryption ~ Chapter 4 ~
passive vs active eavesdropping encryption authentication
$ ssh pocoo.org The authenticity of host 'pocoo.org (148.251.50.164)' can't
be established. RSA key fingerprint is 14:23:83:02:45:f9:9c:d0:eb:39:c7:14:42:f5:9f:9c. Are you sure you want to continue connecting (yes/no)?
your user does not check ngerprints (your
e Certificate Authorities thus:
CAs are worthless for securing APIs let it be known
that
Protecting APIs and Services ~ Chapter 5 ~ (non
The Only Rule to Follow
run your own CA issue certi cates for 24 hours
trust your own CA only screw re ocations
You trust your own CA by distributing the certi cate
to everybody.
If your root gets compromised, distribute new root certi cates.
If an individual key gets compromised, in less than 24
hours everything is ne.
from requests import get resp = get('https://api.yourserver.com/', verify='your/certificate.bundle')
“But my awesome AntiVirus says your certi cate is not
trusted.” — Windows User
Certificate Authorities Again ~ Chapter 6 ~
Hardly news: CAs are Broken
But why are the broken?
I Trust “TÜRKTRUST Elektronik Serti ka Hizmet Sağlayıcısı” to ouch
for the identity of any domain on the planet. Trusting a CA:
trusting half the world: one shitty employee in one shitty
CA is enough to break your security.
I Trust “Comodo” to ouch for the identity of “Foo
Owner” foo.com. I only trust “Foo Owner” to ouch for the identity of api.foo.com What we actually want:
if you have seen google.com being from Verisign and all
the sudden google.com becomes a StartSSL certificate you know something might be wrong.
Soon: Certificate Pinning?
Frack OpenSSL and Question “Best Practices” ~ Chapter 7 ~
Self-Signed Certificates are not bad. Just in browsers.
Never. Ever. Look at OpenSSL's Source.
OpenSSL's "patches" are even worse: Apple's OpenSSL always trusts system
store :-/
Requests by default trusts it's own bundle :-/ (And does
not even properly document how to use custom ones)
With Heartbleed SSL was less secure than no SSL :-/
Growing SSL ~ Chapter 8 ~
Credit Cards were made for thousands of people Certificate Authorities
were made for hundreds of sites
OpenSSL was probably improperly audited
See “OpenSSL Valhalla Rampage” :-( “i give up. reuse problem
is unixable. dlg says puppet crashes” — tedu
Plan for Failure ~ Chapter 9 ~
what
what happens to your user if he gets hacked? (food
for thought: keyloggers are still a thing)
what happens to your data
what happens to your company
encryption is hardened security it must not be your only
defense
? Feel Free To Ask Questions Talk slides will be
online on lucumr.pocoo.org/talks You can find me on Twitter: @mitsuhiko And gittip: gittip.com/mitsuhiko Or hire me:
[email protected]