Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

Adam Langley

@agl@infosec.exchange
  • Open on infosec.exchange

https://www.imperialviolet.org

0 Followers
0 Following
13 Posts
Joined November 07, 2022

Posts

Open post
agl
Adam Langley @agl@infosec.exchange · 3d ago
Adam Langley
@agl@infosec.exchange

https://www.imperialviolet.org

infosec.exchange
Replying to @jzilske@mastodon.social
@jzilske@mastodon.social Google Password Manager passkeys support on Android comes with Google Play Services, not the underlying Android version. I think Android 9 and above probably works with an up-to-date Play Services, but I’ve been out of that team for a while.
0
0
0
0
Open post
agl
Adam Langley @agl@infosec.exchange · Jul 27, 2026
Adam Langley
@agl@infosec.exchange

https://www.imperialviolet.org

infosec.exchange
Replying to @jfdm@discuss.systems
@jfdm@discuss.systems I’m familiar with old school tactic automation, and have even attended a summer school on F*. I believe that the LLM world really does improve the automation drastically on what we had before. You may very well be correct that things still don’t work out. I can see a bunch of ways that it still goes wrong when trying to use something like Lean for quotidian software engineering. To give one example, perhaps we find that, with much more detailed interfaces, we just can’t compose things. The detailed interfaces were previously implicit, so you could ignore the mismatch and bumble along. I.e. maybe that wasn’t the problem, but actually a critical part of how things sort of manage to work. That would be a depressing outcome! I think we haven’t really explored this in normal contexts. I feel that the overhead of these languages previously precluded their use in all but specialised domains. Now that the overhead is much less, I think it’s an interesting avenue to explore. But certainly not a guaranteed success.
0
0
0
0
Open post
agl
Adam Langley @agl@infosec.exchange · Jul 27, 2026
Adam Langley
@agl@infosec.exchange

https://www.imperialviolet.org

infosec.exchange
"We have proof automation now": https://www.imperialviolet.org/2026/07/26/zstd-lean.html In which someone who's terrible at using interactive theorem provers wonders whether dependently-typed languages might be interesting now that the machines can easily write the proofs for you. Also there's zstd involved.
13
3
5
0
Open post
agl
Adam Langley @agl@infosec.exchange · Jul 26, 2026
Adam Langley
@agl@infosec.exchange

https://www.imperialviolet.org

infosec.exchange
Replying to on inuh.net
@evmar@inuh.net I think because shifting by 16 would have required 64KiB alignment for segments and you couldn't waste memory like that. (Also, would it have been future-proof? I bet people would have encoded all sorts of stuff in the upper bits of the segment registers!)
0
0
0
0
Open post
agl
Adam Langley @agl@infosec.exchange · Mar 08, 2026
Adam Langley
@agl@infosec.exchange

https://www.imperialviolet.org

infosec.exchange

Recent podcast episodes that I particularly enjoyed, and that might be worth your time.

Deliberately, none of them are about current affairs. Not that you should be cut off from the world, but I need to measure my intake of it in times like this. (The second and last are more anchored in the current moment, so choose your own mixture as desired.)

* Ada Palmer on understanding the Renaissance: https://www.dwarkesh.com/p/ada-palmer
* Joe Weisenthal on literate and oral cultures: https://www.theringer.com/podcasts/plain-english-with-derek-thompson/2026/02/17/the-media-theory-that-explains-99-percent-of-everything
* Acquired on the history of Formula 1 racing: https://www.acquired.fm/episodes/formula-1 (It seems silly to link to an Acquired podcast; it seems like the most popular podcast in the world at the moment. But I'm still finding that people aren't aware of it so, if that includes you, here you go.)
* Hank Green on running an education company: https://podcasts.voxmedia.com/show/decoder-with-nilay-patel (I can't seem to link to a specific episode, but it was only a few weeks back).

5
1
0
0
Open post
agl
Adam Langley @agl@infosec.exchange · Feb 06, 2026
Adam Langley
@agl@infosec.exchange

https://www.imperialviolet.org

infosec.exchange

Since custom little utilities are now almost free for the technically-minded, I guess I value of ideas for them has increased.

In light of that, two things that have been making my life slightly better this week:

* A Chrome extension that lets you select any div on a page and then downloads the contents of that div (including images) as an EPUB for putting on an ereader.

* A job that runs on a little server that monitors my email and, based on a YAML file of regexps for sender, subject, etc, will notify me via Pushover if a matching email is received. (No polling, thanks to JMAP.)

8
1
3
0
Open post
agl
Adam Langley @agl@infosec.exchange · Jan 15, 2026
Adam Langley
@agl@infosec.exchange

https://www.imperialviolet.org

infosec.exchange

It seems that py/cryptography's thoughts about OpenSSL (https://cryptography.io/en/latest/statements/state-of-openssl/) are doing the rounds at the moment.

I've not touched OpenSSL directly in a long time. In fact, it appears that the 10-year anniversary of that (https://www.imperialviolet.org/2015/10/17/boringssl.html) passed by a few months ago!

So I've no direct comments on the piece but, a long time ago, I was in the position where I was landing changes in both OpenSSL and NSS (Mozilla's TLS library). OpenSSL was somewhat famous for having bad code. And, indeed, if you looked at it back then the functions were full of single-letter variable names with pointer arithmetic everywhere and context-free, somewhat scary comments. It wasn't outside the norm for 1990s C code, but I understand why people recoiled.

In contrast, if you looked at NSS code, it looked good! Consistent formatting (before clang-format), good naming, good comments.

But NSS had a PKCS#11 abstraction layer and, even after years, I never could understand how the control flow worked there. I would have to single-step in gdb every time to figure out where an operation grounded out into actual code. I was reminded of that when reading py/cryptography's descriptions of OpenSSL 3.0.

I had a pet theory at the time that, because OpenSSL was repulsive on the surface, it inhibited people enough that they couldn't add much deeper complexity. But NSS, with its invitingly clean-looking code, was understandable and then people had enough capacity left over to add deeper complexity.

There might be something to it, although you shouldn't discount the fact that entities who are willing to fund cryptography libraries often have demands that are contrary to clean code. Things like FIPS compliance and compatibility with a zoo of different accelerators and bespoke needs.

So rather it might have been that old OpenSSL was old OpenSSL because it was mostly unfunded. That meant that it looked pretty ragged, but also there weren't so many demands in tension with good design.

NSS was funded by interests that really cared about PKCS#11 compatibility so that you could use a super-expensive, certified-everything HSM with it. When OpenSSL got shocked into switching to a higher-funding model, that brought lots of those same sorts of competing interests, and then the incentives pointed towards adding slow, impenetrable layers of abstraction all over.

cryptography.io

The State of OpenSSL for pyca/cryptography — Cryptography 51.0.0-dev1 documentation

62
6
27
0
Open post
agl
Adam Langley @agl@infosec.exchange · Jan 03, 2026
Adam Langley
@agl@infosec.exchange

https://www.imperialviolet.org

infosec.exchange
Boosted by Greg Bell @ferrix@mastodon.online
Even when the underlying reality changes, the status quo has a strong grip. People are deeply creatures of habit. It's also difficult for the emerging understanding to overcome the barrier of becoming "common knowledge" and, prior to that, people will follow old patterns because they assume that it's expected. High-salience events create new common knowledge and so lead to larger changes in behaviour than might otherwise be justified. For example, the '56 Suez crisis was a high-salience event that communicated that world power had shifted from Europe to the US. Its impact was much greater than a narrow analysis would convey. The Russo-Ukrainian war and today's events are also high-salience, and they communicate that there aren't any rules any longer. One consequence is that, in the absence of Pax(ish) Americana, the only effective defense is a nuclear one. This was well understood: a lot of the motivation for creating the post-WWII system was to create an alternative to nuclear weapons. But Libya gave up its program and Gaddafi ended up dead. Ukraine gave up its weapons and got invaded. Venezuela didn't have them. It'll take a while for this to play out, but I suspect keeping it in mind will help with understanding the news over the next decade or so.
34
6
19
1
Open post
agl
Adam Langley @agl@infosec.exchange · Jan 01, 2026
Adam Langley
@agl@infosec.exchange

https://www.imperialviolet.org

infosec.exchange

How come James Cameron is the only person who can make 3D movies?

There were trailers before it, in 3D, and they looked bad. But then Avatar itself is visually stunning — again. ("IMAX" 3D.)

The first Avatar was revelatory but audiences (including me) quickly learnt that in every other case 2D movies were actually better than than the 3D version.

Except Avatar movies, which continue to be astonishingly pretty. This one is even better looking than the last due to mostly avoiding the weird frame rate switches.

9
1
1
0
Open post
agl
Adam Langley @agl@infosec.exchange · Dec 21, 2025
Adam Langley
@agl@infosec.exchange

https://www.imperialviolet.org

infosec.exchange

If you find yourself traveling, cooking, cleaning, etc by yourself in the coming week, one of my favourite podcasts has had a great series on tracking down some nasty bugs recently.

Consider it like a murder mystery podcast, but for systems issues. If that sounds fun to you, peruse:

https://oxide-and-friends.transistor.fm/episodes/futurelock

https://oxide-and-friends.transistor.fm/episodes/grown-up-zfs-data-corruption-bug

https://oxide-and-friends.transistor.fm/episodes/death-by-uptime

15
0
7
1
Open post
agl
Adam Langley @agl@infosec.exchange · Dec 16, 2025
Adam Langley
@agl@infosec.exchange

https://www.imperialviolet.org

infosec.exchange

@0x00string@infosec.exchange oh, sorry: I mean I replaced the USB-C cable. If the power cable was causing problems, that would be a lot more worrying in the “likely to cause a fire” sense!

infosec.exchange

Nullstring 🏴‍☠️ (@0x00string@infosec.exchange) - Infosec Exchange

0
0
0
0
Open post
agl
Adam Langley @agl@infosec.exchange · Dec 16, 2025
Adam Langley
@agl@infosec.exchange

https://www.imperialviolet.org

infosec.exchange

@0x00string@infosec.exchange This is only about three years old. Now that I’ve replaced the cable, it’s doing great! I think the devices were struggling to negotiate the connection with the bad cable.

infosec.exchange

Nullstring 🏴‍☠️ (@0x00string@infosec.exchange) - Infosec Exchange

0
0
0
0
Open post
agl
Adam Langley @agl@infosec.exchange · Dec 16, 2025
Adam Langley
@agl@infosec.exchange

https://www.imperialviolet.org

infosec.exchange

For whoever needs to hear this: Your monitor should turn on promptly when the machine wakes up.

It turns out that my monitor cable has been slowly getting worse over years and, because the degradation was so gradual, I became insensitive to it. It would take five or more seconds for my monitor to switch on after waking my machine. Occasionally it wouldn't manage to come on at all and I would have to press the key combo to lock the screen and then wake it again.

Finally it got to the point where the monitor would sometimes go black for a few seconds and I replaced the cable. Now I'm surprised every time it responds promptly.

18
0
5
0

Remote instance

infosec.exchange
Open on original server
313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 11:23:28 UTC