initial EncryptedClientHello support in ssl module #2
Annotations
10 errors
Build CPython out-of-tree (for compiler warning check):
Modules/_ssl.c#L2041
implicit declaration of function ‘SSL_ech_get_status’; did you mean ‘SSL_get_state’? [-Werror=implicit-function-declaration]
|
Build CPython out-of-tree (for compiler warning check):
Modules/_ssl.c#L2079
implicit declaration of function ‘SSL_ech_get_retry_config’ [-Werror=implicit-function-declaration]
|
Build CPython out-of-tree (for compiler warning check):
Modules/_ssl.c#L2103
implicit declaration of function ‘SSL_ech_set_outer_server_name’; did you mean ‘_ssl__SSLSocket_set_outer_server_name’? [-Werror=implicit-function-declaration]
|
Build CPython out-of-tree (for compiler warning check):
Modules/_ssl.c#L3527
implicit declaration of function ‘SSL_CTX_ech_set_outer_alpn_protos’; did you mean ‘SSL_CTX_set_alpn_protos’? [-Werror=implicit-function-declaration]
|
Build CPython out-of-tree (for compiler warning check):
Modules/_ssl.c#L4665
implicit declaration of function ‘SSL_CTX_ech_set1_echconfig’ [-Werror=implicit-function-declaration]
|
Build CPython out-of-tree (for compiler warning check):
Modules/_ssl.c#L6466
‘SSL_ECH_STATUS_BACKEND’ undeclared (first use in this function)
|
Build CPython out-of-tree (for compiler warning check):
Modules/_ssl.c#L6467
‘SSL_ECH_STATUS_GREASE_ECH’ undeclared (first use in this function)
|
Build CPython out-of-tree (for compiler warning check):
Modules/_ssl.c#L6468
‘SSL_ECH_STATUS_GREASE’ undeclared (first use in this function)
|
Build CPython out-of-tree (for compiler warning check):
Modules/_ssl.c#L6469
‘SSL_ECH_STATUS_SUCCESS’ undeclared (first use in this function)
|
Build CPython out-of-tree (for compiler warning check):
Modules/_ssl.c#L6470
‘SSL_ECH_STATUS_FAILED’ undeclared (first use in this function); did you mean ‘PERF_STATUS_FAILED’?
|
Loading