secretive/Sources/Packages/Tests/SSHProtocolKitTests
Sergei Razmetov 6c56039ece
Fix SSH ECDSA signature mpint encoding (#772)
* Fix SSH ECDSA signature mpint encoding

OpenSSHSignatureWriter was emitting non-canonical mpints (keeping
fixed-width leading 0x00 bytes), which breaks strict parsers.
Canonicalize r/s mpints and add a regression test.

* Cleanup and consolidation

---------

Co-authored-by: Max Goedjen <max.goedjen@gmail.com>
2025-12-14 20:00:34 +00:00
..
OpenSSHPublicKeyWriterTests.swift Pulling out a bunch of openssh stuff to dedicated package. (#775) 2025-12-14 19:54:56 +00:00
OpenSSHReaderTests.swift Pulling out a bunch of openssh stuff to dedicated package. (#775) 2025-12-14 19:54:56 +00:00
OpenSSHSignatureWriterTests.swift Fix SSH ECDSA signature mpint encoding (#772) 2025-12-14 20:00:34 +00:00
TestSecret.swift Pulling out a bunch of openssh stuff to dedicated package. (#775) 2025-12-14 19:54:56 +00:00