File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- | Symbol | curl | nginx | implemented? |
1+ | Symbol | curl[ ^ curl ] | nginx[ ^ nginx ] | implemented? |
22| ---| ---| ---| ---|
33| ` BIO_f_ssl ` | :white_check_mark : | | :white_check_mark : |
44| ` BIO_new_buffer_ssl_connect ` | | | |
542542[ ^ tls1_1_method ] : TLS 1.1-specific
543543[ ^ tls1_2_method ] : TLS 1.2-specific
544544[ ^ engine ] : openssl ENGINE-specific
545+ [ ^ curl ] : curl 7.81.0-1ubuntu1.16 (ubuntu 22.04)
546+ [ ^ nginx ] : nginx 1.18.0-6ubuntu14.4 (ubuntu 22.04)
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ def read_impls():
212212TLS_method
213213""" .split ())
214214
215- print ('| Symbol | curl | nginx | implemented? |' )
215+ print ('| Symbol | curl[^curl] | nginx[^nginx] | implemented? |' )
216216print ('|---|---|---|---|' )
217217for i in sorted (items .keys ()):
218218 print ('| `' + i + '` ' + flags (items [i ]) + ' | ' + curl_p (i ) + ' | ' + nginx_p (i ) + ' | ' + impl_p (i ) + ' |' )
@@ -237,4 +237,6 @@ def read_impls():
237237[^tls1_method]: TLS 1.0-specific
238238[^tls1_1_method]: TLS 1.1-specific
239239[^tls1_2_method]: TLS 1.2-specific
240- [^engine]: openssl ENGINE-specific""" )
240+ [^engine]: openssl ENGINE-specific
241+ [^curl]: curl 7.81.0-1ubuntu1.16 (ubuntu 22.04)
242+ [^nginx]: nginx 1.18.0-6ubuntu14.4 (ubuntu 22.04)""" )
You can’t perform that action at this time.
0 commit comments