Corrected Blowfish CBC OID number, fixes issue openssl#25289

This commit is contained in:
Sam Millman 2025-04-10 08:17:33 -04:00
parent 87b30f9188
commit 47b8db6d44
3 changed files with 2524 additions and 2524 deletions

File diff suppressed because it is too large Load Diff

View File

@ -84,7 +84,7 @@ OBJ_basic_constraints="\x55\x1D\x13"
OBJ_crl_number="\x55\x1D\x14"
OBJ_certificate_policies="\x55\x1D\x20"
OBJ_authority_key_identifier="\x55\x1D\x23"
OBJ_bf_cbc="\x2B\x06\x01\x04\x01\x97\x55\x01\x02"
OBJ_bf_cbc="\x2B\x06\x01\x04\x01\x97\x55\x01\x01\x02"
OBJ_mdc2="\x55\x08\x03\x65"
OBJ_mdc2WithRSA="\x55\x08\x03\x64"
OBJ_givenName="\x55\x04\x2A"

View File

@ -1411,7 +1411,7 @@
#define SN_bf_cbc "BF-CBC"
#define LN_bf_cbc "bf-cbc"
#define NID_bf_cbc 91
#define OBJ_bf_cbc 1L,3L,6L,1L,4L,1L,3029L,1L,2L
#define OBJ_bf_cbc 1L,3L,6L,1L,4L,1L,3029L,1L,1L,2L
#define SN_bf_ecb "BF-ECB"
#define LN_bf_ecb "bf-ecb"