mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 22:30:52 +02:00
ccd096e1bb
1. In `wolfSSL_d2i_DHparams()`, when setting the internal key on a WOLFSSL_KEY, set the flag inSet. 2. Not a leak, but in `wolfSSL_EVP_PKEY_set1_DH()`, only allocate one buffer to store the flat key. Saves an alloc, memcpy, and free.