Commit cf1dcdf
committed
Fix for adding signature where OID is not found. Currently our AddSignature function will add without OID, which is invalid. For example RSA is disabled and CSR tries to use
CTC_SHA256wRSA. The wc_SignCert_ex will succeed and report success, but the CSR/Cert will be invalid (missing sigType OID).1 parent 6887281 commit cf1dcdf
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29007 | 29007 | | |
29008 | 29008 | | |
29009 | 29009 | | |
| 29010 | + | |
| 29011 | + | |
| 29012 | + | |
| 29013 | + | |
| 29014 | + | |
| 29015 | + | |
29010 | 29016 | | |
29011 | 29017 | | |
29012 | 29018 | | |
| |||
0 commit comments