Fix NID conflicts
- `NID_sha224` conflicted with `NID_sha1WithRSAEncryption` - `NID_commonName` conflicted with `PBE-SHA1-3DES` - `NID_X9_62_prime239v3` conflicted with `AES128CBCb` - `NID_md5` conflicted with `NID_surname` - `NID_md2WithRSAEncryption` conflicted with `NID_localityName` - `NID_md5WithRSAEncryption` conflicted with `NID_stateOrProvinceName` NID conflicts found by examining the runtime values in `wolfssl_object_info`
Loading
Please register or sign in to comment