wangchengcheng

Results 15 issues of wangchengcheng

Recently I'm trying to replace [Semantic Pull Requests](https://github.com/zeke/semantic-pull-requests) with `action-semantic-pull-request`, [Semantic Pull Requests](https://github.com/zeke/semantic-pull-requests) has config like `allowRevertCommits`, but I don't know how use `action-semantic-pull-request` to achieve the same effect, I...

你好! 请问是否计划将 Gmssl 的 openssl 版本升级至最新版本?

### Description As a user, I want to report APISIX's logs to Elasticsearch, so that i can check the logs with Kibana easily. Elasticsearch is the distributed search and analytics...

例如: `0`代表标准输入, `1`代表标准输出, `2`代表标准错误 `2>&1` 表示把标准错误重定向到标准输出 ... 万分感谢~

Hi~ I am reading python code about `Crypto.Cipher` in website: https://www.pycryptodome.org/src/cipher/classic#ctr-mode I found the `new` function defined to `Crypto.Cipher..new(key, mode, *, nonce=None, initial_value=None, counter=None)` Is the `initial_value` means the `salt`...

I can parse uri with `http:parse_uri`, but I still want to join it to a full url.

源站与中间节点都使用openresty+TASSL-1.1.1k,源站只开启国密证书,中间节点https回源时无法与源站握手,源站报错: tls_post_process_client_hello:no shared cipher) while SSL handshaking

# ./openssl s_client -gmtls1_1 -connect sm2test.ovssl.cn:443 CONNECTED(00000004) depth=2 C = CN, O = \E6\B2\83\E9\80\9A\E7\94\B5\E5\AD\90\E8\AE\A4\E8\AF\81\E6\9C\8D\E5\8A\A1\E6\9C\89\E9\99\90\E5\85\AC\E5\8F\B8, CN = \E5\9B\BD\E5\AF\86SM2\E6\A0\B9\E8\AF\81\E4\B9\A6 verify error:num=19:self signed certificate in certificate chain verify return:1 depth=2 C = CN,...

`ssl_protocols` 可以控制是否使用 `TLSv1` `TLSv1.1` `TLSv1.2`等协议,能否添加使用 `ssl_protocols` 控制是否使用 `GMTLS` 协议

我对比了下与 nginx-1.16.0 的代码,有一处修改不太明白,为什么将 src/event/ngx_event_acceptex.c 与 src/event/ngx_event_connectex.c 这两个文件删除了?