atls icon indicating copy to clipboard operation
atls copied to clipboard

A light TLS implementation used for learning: TLS 1.0 TLS 1.1 TLS 1.2 TLS 1.3 GMSSL 1.1(国密SSL) based on libcrypto.so.

Results 9 atls issues
Sort by recently updated
recently updated
newest added

你好: 关注了您的https://github.com/mrpre/atls项目,可是没有访问 HTTPS 的 client 示例,能否给一个,最好push出来. 多谢~

![atls](https://user-images.githubusercontent.com/38694534/77274979-219c5380-6cf2-11ea-8cc0-4ebdd6b791fa.png)

像gmssl库添加了如下信息,不知道具体啥意思?麻烦指点,谢谢! # SM2 OIDs sm-scheme 301 : sm2p256v1 sm-scheme 301 1 : sm2sign sm-scheme 301 2 : sm2exchange sm-scheme 301 3 : sm2encrypt sm-scheme 501 : SM2Sign-with-SM3 : sm2sign-with-sm3 sm-scheme...

使用 nginx-1.13.12.tar.gz 结合openssl-1.1.1b。 stream { upstream http_up { server 127.0.0.1:80; } server { listen 443; proxy_pass http_up; a_tls_certificate ../conf/mycert.pem; a_tls_certificate_key ../conf/mykey.pem; a_tls_sign_certificate ../conf/mycert_enc.pem; a_tls_sign_certificate_key ../conf/mykey_enc.pem; } } 没有client exchange数据包。谢谢!是openssl版本问题?

写的很简洁,不过有些还是看不懂,请求多点注释吧- -