mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
11 lines
317 B
Bash
Executable File
11 lines
317 B
Bash
Executable File
#!/bin/bash
|
||
|
||
|
||
# 当服务器发送CertificateRequest而Client又没有用证书、密钥时,会SegFault
|
||
|
||
|
||
#../build/bin/tls12_client -host 127.0.0.1 -cacert cacert.pem -cert cert.pem -key key.pem -pass 123456
|
||
../build/bin/tls12_client -host 127.0.0.1 -cacert cacert.pem # -cert cert.pem -key key.pem -pass 123456
|
||
|
||
|