wangchengcheng
wangchengcheng
I found `revertPattern: /^Revert\s"([\s\S]*)"\s*This reverts commit (\w*)\./,` in https://github.com/amannn/action-semantic-pull-request/blob/main/dist/index.js, it seems like action-semantic-pull-request support RevertCommit like `Revert "feat(test): aaaa" This reverts commit aaaaaaa.`, but it does not effective.  
> LGTM, would you plan to work on this? Yes, i'd like to.
Hi~ I noticed that you seem to have no time to deal with this pr, and I'm interested in it, would you please let me continue to come up with...
> > > > > Hi~ I noticed that you seem to have no time to deal with this pr, and I'm interested in it, would you please let me...
> > > @spacewander @tzssangglass #7643 for this issue,It's up to you > > > > > > Thanks for your contribution, let's do it. > > @ccxhwmy As mentioned...
那openresty+TASSL-1.1.1作为客户端如何用lua发起国密加密的请求呢
我试了下GmSSL,不用改造Nginx就可以实现国密客户端的功能,你们对openssl改造的方式不一样么
没有太理解,是我编译openssl编译选项的问题还是使用的方式不对呢?
请问你的意思是不是服务端的证书扩展字段中没有添加 keyusage 的 dataEncipherment 标志位?
你贴的截图中表示当设置了 c)、d)、h)、i) 位中任意一项时,表示该证书为加密证书,为什么在代码中 :ssl/statem/statem_clnt.c文件的第 1957 行,如下所示,仅检查了 d) 项呢? 