mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 15:30:52 +02:00
3468750bae
* refactor error-checking cascade in wc_PemCertToDer_ex() as in wc_PemPubKeyToDer_ex(), * refactor staticBuffer gating/dynamics in wc_PemPubKeyToDer_ex() as in wc_PemCertToDer_ex(), * and use IO_FAILED_E, not BUFFER_E, for I/O errors on the file handles, in both routines; fix smallstack null pointer dereferences in src/pk.c:wolfSSL_RSA_GenAdd() and src/ssl.c:set_curves_list().