|
1 |
| -/* File generated by Tools/ssl/make_ssl_data.py *//* Generated on 2021-04-09T09:36:21.493286 */ |
| 1 | +/* File generated by Tools/ssl/make_ssl_data.py *//* Generated on 2023-06-01T02:58:04.081473 */ |
2 | 2 | static struct py_ssl_library_code library_codes[] = {
|
3 | 3 | #ifdef ERR_LIB_ASN1
|
4 | 4 | {"ASN1", ERR_LIB_ASN1},
|
@@ -1375,6 +1375,11 @@ static struct py_ssl_error_code error_codes[] = {
|
1375 | 1375 | #else
|
1376 | 1376 | {"UNSUPPORTED_COMPRESSION_ALGORITHM", 46, 151},
|
1377 | 1377 | #endif
|
| 1378 | + #ifdef CMS_R_UNSUPPORTED_CONTENT_ENCRYPTION_ALGORITHM |
| 1379 | + {"UNSUPPORTED_CONTENT_ENCRYPTION_ALGORITHM", ERR_LIB_CMS, CMS_R_UNSUPPORTED_CONTENT_ENCRYPTION_ALGORITHM}, |
| 1380 | + #else |
| 1381 | + {"UNSUPPORTED_CONTENT_ENCRYPTION_ALGORITHM", 46, 194}, |
| 1382 | + #endif |
1378 | 1383 | #ifdef CMS_R_UNSUPPORTED_CONTENT_TYPE
|
1379 | 1384 | {"UNSUPPORTED_CONTENT_TYPE", ERR_LIB_CMS, CMS_R_UNSUPPORTED_CONTENT_TYPE},
|
1380 | 1385 | #else
|
@@ -4860,6 +4865,11 @@ static struct py_ssl_error_code error_codes[] = {
|
4860 | 4865 | #else
|
4861 | 4866 | {"MISSING_PARAMETERS", 20, 290},
|
4862 | 4867 | #endif
|
| 4868 | + #ifdef SSL_R_MISSING_PSK_KEX_MODES_EXTENSION |
| 4869 | + {"MISSING_PSK_KEX_MODES_EXTENSION", ERR_LIB_SSL, SSL_R_MISSING_PSK_KEX_MODES_EXTENSION}, |
| 4870 | + #else |
| 4871 | + {"MISSING_PSK_KEX_MODES_EXTENSION", 20, 310}, |
| 4872 | + #endif |
4863 | 4873 | #ifdef SSL_R_MISSING_RSA_CERTIFICATE
|
4864 | 4874 | {"MISSING_RSA_CERTIFICATE", ERR_LIB_SSL, SSL_R_MISSING_RSA_CERTIFICATE},
|
4865 | 4875 | #else
|
@@ -5065,6 +5075,11 @@ static struct py_ssl_error_code error_codes[] = {
|
5065 | 5075 | #else
|
5066 | 5076 | {"NULL_SSL_METHOD_PASSED", 20, 196},
|
5067 | 5077 | #endif
|
| 5078 | + #ifdef SSL_R_OCSP_CALLBACK_FAILURE |
| 5079 | + {"OCSP_CALLBACK_FAILURE", ERR_LIB_SSL, SSL_R_OCSP_CALLBACK_FAILURE}, |
| 5080 | + #else |
| 5081 | + {"OCSP_CALLBACK_FAILURE", 20, 294}, |
| 5082 | + #endif |
5068 | 5083 | #ifdef SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED
|
5069 | 5084 | {"OLD_SESSION_CIPHER_NOT_RETURNED", ERR_LIB_SSL, SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED},
|
5070 | 5085 | #else
|
|
0 commit comments