mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 00:09:53 +01:00
Discovered the AES-GCM flow using this command didn't work in our OpenSSH port. This commit makes the behavior match OpenSSL and adds testing using known OpenSSL-generated test vectors to prevent regressions. This was one of those problems where two ends of a connection would work fine if they were both using wolfSSL but not if one was using OpenSSL (i.e. OpenSSH interop with AES-GCM was broken).