Go to file
2024-12-17 10:49:27 +08:00
.vscode feat:init 2024-12-17 10:49:27 +08:00
files feat:init 2024-12-17 10:49:27 +08:00
GmSSL@34fa519dc0 feat:init 2024-12-17 10:49:27 +08:00
.bash_history feat:init 2024-12-17 10:49:27 +08:00
client feat:init 2024-12-17 10:49:27 +08:00
client.c feat:init 2024-12-17 10:49:27 +08:00
Dockerfile feat:init 2024-12-17 10:49:27 +08:00
GmSSL 3.1.1 Linux.sh feat:init 2024-12-17 10:49:27 +08:00
init.sh feat:init 2024-12-17 10:49:27 +08:00
linux feat:init 2024-12-17 10:49:27 +08:00
linux.c feat:init 2024-12-17 10:49:27 +08:00
README.md feat:init 2024-12-17 10:49:27 +08:00
server feat:init 2024-12-17 10:49:27 +08:00
server.c feat:init 2024-12-17 10:49:27 +08:00
sm2_key.pem feat:init 2024-12-17 10:49:27 +08:00
sm2_pub.pem feat:init 2024-12-17 10:49:27 +08:00
socketTestClient.c feat:init 2024-12-17 10:49:27 +08:00
socketTestServer.c feat:init 2024-12-17 10:49:27 +08:00

  • 开发环境

macOS + Docker 部署 openeuler/openeuler详细见 Dockefile 以及 docker-compose.yml

技术:

gcc -o server server.c -lpthread -L/usr/local/lib -I/usr/local/include -lgmssl -lz
gcc -o client client.c