secretive/Sources/Packages/Tests
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
..
BriefTests Swift 6 / Concurrency fixes (#578) 2025-08-17 12:38:18 -05:00
SecretAgentKitTests Pulling out a bunch of openssh stuff to dedicated package. (#775) 2025-12-14 19:54:56 +00:00
SecretKitTests Pulling out a bunch of openssh stuff to dedicated package. (#775) 2025-12-14 19:54:56 +00:00
SSHProtocolKitTests Fix SSH ECDSA signature mpint encoding (#772) 2025-12-14 20:00:34 +00:00