Commit 0cee114
committed
Add missing SHA384 and SHA512 OID constants
Fix ruff linting errors by adding the missing OID constants:
- OID_SHA384_DER and OID_SHA384_STRING for SHA-384 hash algorithm
- OID_SHA512_DER and OID_SHA512_STRING for SHA-512 hash algorithm
These constants are referenced in the hash extraction logic but were not defined.1 parent 91c807c commit 0cee114
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| 144 | + | |
| 145 | + | |
142 | 146 | | |
143 | 147 | | |
144 | 148 | | |
| |||
0 commit comments