Skip to content

Commit 649cfba

Browse files
committed
After make update
1 parent 9b4ca26 commit 649cfba

5 files changed

Lines changed: 1013 additions & 991 deletions

File tree

crypto/err/openssl.txt

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved.
1+
# Copyright 1999-2026 The OpenSSL Project Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License 2.0 (the "License"). You may not use
44
# this file except in compliance with the License. You can obtain a copy
@@ -1332,6 +1332,7 @@ SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT:272:\
13321332
attempt to reuse session in different context
13331333
SSL_R_AT_LEAST_TLS_1_2_NEEDED_IN_SUITEB_MODE:158:\
13341334
at least (D)TLS 1.2 needed in Suite B mode
1335+
SSL_R_BAD_CACHE_MODE:424:bad cache mode
13351336
SSL_R_BAD_CERTIFICATE:348:bad certificate
13361337
SSL_R_BAD_CHANGE_CIPHER_SPEC:103:bad change cipher spec
13371338
SSL_R_BAD_CIPHER:186:bad cipher
@@ -1503,6 +1504,7 @@ SSL_R_NOT_ON_RECORD_BOUNDARY:182:not on record boundary
15031504
SSL_R_NOT_REPLACING_CERTIFICATE:289:not replacing certificate
15041505
SSL_R_NOT_SERVER:284:not server
15051506
SSL_R_NO_APPLICATION_PROTOCOL:235:no application protocol
1507+
SSL_R_NO_CACHE_ID_ON_SERVER:425:no cache id on server
15061508
SSL_R_NO_CERTIFICATES_RETURNED:176:no certificates returned
15071509
SSL_R_NO_CERTIFICATE_ASSIGNED:177:no certificate assigned
15081510
SSL_R_NO_CERTIFICATE_SET:179:no certificate set
@@ -1576,6 +1578,8 @@ SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING:345:scsv received when renegotiating
15761578
SSL_R_SCT_VERIFICATION_FAILED:208:sct verification failed
15771579
SSL_R_SEQUENCE_CTR_WRAPPED:327:sequence ctr wrapped
15781580
SSL_R_SERVERHELLO_TLSEXT:275:serverhello tlsext
1581+
SSL_R_SESSION_ALREADY_IN_CACHE:426:session already in cache
1582+
SSL_R_SESSION_ALREADY_SET:427:session already set
15791583
SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED:277:session id context uninitialized
15801584
SSL_R_SHUTDOWN_WHILE_IN_INIT:407:shutdown while in init
15811585
SSL_R_SIGNATURE_ALGORITHMS_ERROR:360:signature algorithms error
@@ -1586,23 +1590,6 @@ SSL_R_SRTP_COULD_NOT_ALLOCATE_PROFILES:362:srtp could not allocate profiles
15861590
SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG:363:\
15871591
srtp protection profile list too long
15881592
SSL_R_SRTP_UNKNOWN_PROTECTION_PROFILE:364:srtp unknown protection profile
1589-
SSL_R_TLS_EXT_INVALID_MAX_FRAGMENT_LENGTH:232:\
1590-
ssl3 ext invalid max fragment length
1591-
SSL_R_TLS_EXT_INVALID_SERVERNAME:319:ssl3 ext invalid servername
1592-
SSL_R_TLS_EXT_INVALID_SERVERNAME_TYPE:320:ssl3 ext invalid servername type
1593-
SSL_R_TLS_SESSION_ID_TOO_LONG:300:ssl3 session id too long
1594-
SSL_R_TLS_ALERT_BAD_CERTIFICATE:1042:ssl/tls alert bad certificate
1595-
SSL_R_TLS_ALERT_BAD_RECORD_MAC:1020:ssl/tls alert bad record mac
1596-
SSL_R_TLS_ALERT_CERTIFICATE_EXPIRED:1045:ssl/tls alert certificate expired
1597-
SSL_R_TLS_ALERT_CERTIFICATE_REVOKED:1044:ssl/tls alert certificate revoked
1598-
SSL_R_TLS_ALERT_CERTIFICATE_UNKNOWN:1046:ssl/tls alert certificate unknown
1599-
SSL_R_TLS_ALERT_DECOMPRESSION_FAILURE:1030:ssl/tls alert decompression failure
1600-
SSL_R_TLS_ALERT_HANDSHAKE_FAILURE:1040:ssl/tls alert handshake failure
1601-
SSL_R_TLS_ALERT_ILLEGAL_PARAMETER:1047:ssl/tls alert illegal parameter
1602-
SSL_R_TLS_ALERT_NO_CERTIFICATE:1041:ssl/tls alert no certificate
1603-
SSL_R_TLS_ALERT_UNEXPECTED_MESSAGE:1010:ssl/tls alert unexpected message
1604-
SSL_R_TLS_ALERT_UNSUPPORTED_CERTIFICATE:1043:\
1605-
ssl/tls alert unsupported certificate
16061593
SSL_R_SSL_COMMAND_SECTION_EMPTY:117:ssl command section empty
16071594
SSL_R_SSL_COMMAND_SECTION_NOT_FOUND:125:ssl command section not found
16081595
SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION:228:ssl ctx has no default ssl version
@@ -1647,8 +1634,25 @@ SSL_R_TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE:1113:\
16471634
SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE:1111:tlsv1 certificate unobtainable
16481635
SSL_R_TLSV1_UNRECOGNIZED_NAME:1112:tlsv1 unrecognized name
16491636
SSL_R_TLSV1_UNSUPPORTED_EXTENSION:1110:tlsv1 unsupported extension
1637+
SSL_R_TLS_ALERT_BAD_CERTIFICATE:1042:ssl/tls alert bad certificate
1638+
SSL_R_TLS_ALERT_BAD_RECORD_MAC:1020:ssl/tls alert bad record mac
1639+
SSL_R_TLS_ALERT_CERTIFICATE_EXPIRED:1045:ssl/tls alert certificate expired
1640+
SSL_R_TLS_ALERT_CERTIFICATE_REVOKED:1044:ssl/tls alert certificate revoked
1641+
SSL_R_TLS_ALERT_CERTIFICATE_UNKNOWN:1046:ssl/tls alert certificate unknown
1642+
SSL_R_TLS_ALERT_DECOMPRESSION_FAILURE:1030:ssl/tls alert decompression failure
1643+
SSL_R_TLS_ALERT_HANDSHAKE_FAILURE:1040:ssl/tls alert handshake failure
1644+
SSL_R_TLS_ALERT_ILLEGAL_PARAMETER:1047:ssl/tls alert illegal parameter
1645+
SSL_R_TLS_ALERT_NO_CERTIFICATE:1041:ssl/tls alert no certificate
1646+
SSL_R_TLS_ALERT_UNEXPECTED_MESSAGE:1010:ssl/tls alert unexpected message
1647+
SSL_R_TLS_ALERT_UNSUPPORTED_CERTIFICATE:1043:\
1648+
ssl/tls alert unsupported certificate
1649+
SSL_R_TLS_EXT_INVALID_MAX_FRAGMENT_LENGTH:232:\
1650+
ssl3 ext invalid max fragment length
1651+
SSL_R_TLS_EXT_INVALID_SERVERNAME:319:ssl3 ext invalid servername
1652+
SSL_R_TLS_EXT_INVALID_SERVERNAME_TYPE:320:ssl3 ext invalid servername type
16501653
SSL_R_TLS_ILLEGAL_EXPORTER_LABEL:367:tls illegal exporter label
16511654
SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST:157:tls invalid ecpointformat list
1655+
SSL_R_TLS_SESSION_ID_TOO_LONG:300:ssl3 session id too long
16521656
SSL_R_TOO_MANY_KEY_UPDATES:132:too many key updates
16531657
SSL_R_TOO_MANY_WARN_ALERTS:409:too many warn alerts
16541658
SSL_R_TOO_MUCH_EARLY_DATA:164:too much early data

0 commit comments

Comments
 (0)