Using certificates for SSH authentication
Using certificates for SSH authentication
Posted Nov 9, 2022 8:33 UTC (Wed) by mjg59 (subscriber, #23239)In reply to: Using certificates for SSH authentication by mss
Parent article: Using certificates for SSH authentication
DER is just the serialisation of the asn.1 data, and even well-established parsers have had bugs. That's why my approach (which, again, I do not recommend people use) has that done out of process in a language that's rather less vulnerable to the standard parsing fuckups.
