mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 16:30:50 +02:00
735c0f6b3a
The ECC key generation test was failing due not using large enough of a buffer. Fixed to use a better size. 1. Set the shared digest/sig buffer size in _ecc_pairwise_consistency_test() to the maximum possible based on the math in wc_ecc_sig_sz().