wolfssl
wolfssl copied to clipboard
allow sigParamsSz is zero and malloc(0) to return NULL
Description
allow sigParamsSz is zero and malloc(0) to return NULL
Fixes zd#18481
Testing
./configure CFLAGS="-DWC_RSA_PSS" --enable-crl --enable-opensslall make check
Checklist
- [ ] added tests
- [ ] updated/added doxygen
- [ ] updated appropriate READMEs
- [ ] Updated manual and documentation
Retest this please