Jin Jiu

Results 29 comments of Jin Jiu

参考这个 pr 的修改:https://github.com/ehang-io/nps/pull/923/files 修改这一行就可以: `export GOPROXY := https://goproxy.io`

test/ec_elgamal_internal_test.c:201 这行注释忘记删除了,你把这行删除了试试。

This problem is difficult to improve, because on the one hand, we pursue fast decryption performance, and on the other hand, we can only rely on hash tables to improve...

nginx 发布的版本还没支持国密 ssl,可以参考 tengine 这个 pr:https://github.com/alibaba/tengine/pull/1595

> 不改nginx的话,我理解配置双证书的话只能复用nginx目前的directive,这样一来配置就会不清晰,所以我们选择的是增加新NGINX directive的路线 后面我们可以考虑提供 nginx 的 patch,这样 nginx 用户就比较容易使用了

I think BabaSSL as a client can do such a retry: if the NTLS handshake fails, it can re-establish the handshake with TLS. I'll give it a try.

> > > 请问下ios该如何使用,来进行HTTPS请求建立国密SSL通道,有相关的文档吗? > > > > > > 我们在iOS的场景下没啥特殊的用法,就是静态库+头文件直接调用。 > > 主要是这块接口如何调用呢,麻烦可不可以提供下IOS的Demo工程,想了解下如何调用这个静态库进行国密SSL通信 参考文档:https://github.com/BabaSSL/BabaSSL/wiki/NTLS%E4%BD%BF%E7%94%A8%E6%89%8B%E5%86%8C

多谢建议,BabaSSL 的文档在这里:https://babassl.readthedocs.io/zh/latest/ , 后续我们会继续从用户使用的角度来完善相关文档。 ![image](https://user-images.githubusercontent.com/7484739/181436595-99db51d9-b249-45bc-8e49-e1a152bc8fd1.png)

> 可以参考 https://github.com/intel/intel-ipsec-mb/ 好的,谢谢,回头我搞一下

这是我本地的测试结果,是可以设置成功的: ![image](https://user-images.githubusercontent.com/7484739/177179750-edcfb1f7-e0e6-476a-85d4-03a4f6149bb9.png) 另外,你的 ssl3_get_cipher_by_std_name 代码和 master 代码不一样,是不是代码比较老了,你用 master 分支的代码再试试: ![image](https://user-images.githubusercontent.com/7484739/177180166-2f5a53e1-7037-4147-9d2c-dd0cfc49ffdd.png) ![image](https://user-images.githubusercontent.com/7484739/177180269-d6225cec-1b83-42c3-ac1a-8c7ccea78c19.png)