11/* File generated by Tools/ssl/make_ssl_data.py */
2- /* Generated on 2025-10-04T17:49:19.148321 +00:00 */
3- /* Generated from Git commit openssl-3.5.4 -0-gc1eeb9406 */
2+ /* Generated on 2026-01-17T13:03:49.335767 +00:00 */
3+ /* Generated from Git commit openssl-3.6.0 -0-g7b371d80d9 */
44
55/* generated from args.lib2errnum */
66static struct py_ssl_library_code library_codes[] = {
@@ -1863,6 +1863,11 @@ static struct py_ssl_error_code error_codes[] = {
18631863 #else
18641864 {"NOT_KEK", 46, 123},
18651865 #endif
1866+ #ifdef CMS_R_NOT_KEM
1867+ {"NOT_KEM", ERR_LIB_CMS, CMS_R_NOT_KEM},
1868+ #else
1869+ {"NOT_KEM", 46, 197},
1870+ #endif
18661871 #ifdef CMS_R_NOT_KEY_AGREEMENT
18671872 {"NOT_KEY_AGREEMENT", ERR_LIB_CMS, CMS_R_NOT_KEY_AGREEMENT},
18681873 #else
@@ -2058,6 +2063,11 @@ static struct py_ssl_error_code error_codes[] = {
20582063 #else
20592064 {"UNKNOWN_ID", 46, 150},
20602065 #endif
2066+ #ifdef CMS_R_UNKNOWN_KDF_ALGORITHM
2067+ {"UNKNOWN_KDF_ALGORITHM", ERR_LIB_CMS, CMS_R_UNKNOWN_KDF_ALGORITHM},
2068+ #else
2069+ {"UNKNOWN_KDF_ALGORITHM", 46, 198},
2070+ #endif
20612071 #ifdef CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM
20622072 {"UNSUPPORTED_COMPRESSION_ALGORITHM", ERR_LIB_CMS, CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM},
20632073 #else
@@ -2078,6 +2088,11 @@ static struct py_ssl_error_code error_codes[] = {
20782088 #else
20792089 {"UNSUPPORTED_ENCRYPTION_TYPE", 46, 192},
20802090 #endif
2091+ #ifdef CMS_R_UNSUPPORTED_KDF_ALGORITHM
2092+ {"UNSUPPORTED_KDF_ALGORITHM", ERR_LIB_CMS, CMS_R_UNSUPPORTED_KDF_ALGORITHM},
2093+ #else
2094+ {"UNSUPPORTED_KDF_ALGORITHM", 46, 199},
2095+ #endif
20812096 #ifdef CMS_R_UNSUPPORTED_KEK_ALGORITHM
20822097 {"UNSUPPORTED_KEK_ALGORITHM", ERR_LIB_CMS, CMS_R_UNSUPPORTED_KEK_ALGORITHM},
20832098 #else
@@ -5763,6 +5778,11 @@ static struct py_ssl_error_code error_codes[] = {
57635778 #else
57645779 {"PSS_SALTLEN_TOO_SMALL", 57, 172},
57655780 #endif
5781+ #ifdef PROV_R_REPEATED_PARAMETER
5782+ {"REPEATED_PARAMETER", ERR_LIB_PROV, PROV_R_REPEATED_PARAMETER},
5783+ #else
5784+ {"REPEATED_PARAMETER", 57, 252},
5785+ #endif
57665786 #ifdef PROV_R_REQUEST_TOO_LARGE_FOR_DRBG
57675787 {"REQUEST_TOO_LARGE_FOR_DRBG", ERR_LIB_PROV, PROV_R_REQUEST_TOO_LARGE_FOR_DRBG},
57685788 #else
0 commit comments