Using certificates for SSH authentication
Using certificates for SSH authentication
Posted Nov 8, 2022 23:47 UTC (Tue) by mss (subscriber, #138799)In reply to: Using certificates for SSH authentication by mjg59
Parent article: Using certificates for SSH authentication
asn.1 parsing is extremely hard to get right
I guess you mean BER here, since that's how X.509 certificates are usually encoded.
One is supposed to use a well-established library for doing such parsing (no new hand-crafted parsers in C please), so the main issue here is whether the project could take an additional external dependency.
