实验二 OpenSSL API使用
20191331 lyx
实验目标
参考 https://blog.csdn.net/bruce135lee/article/details/81811403 调用OpenSSL API
0 推荐在openEuler中实现 ,参考https://www.cnblogs.com/rocedu/p/6012545.html第三节
1 提交相关代码码云(或github)链接
2 提交不少于6张编译测试过程截图
3 至少包含SM4,SM3的测试
在openEuler中实现SM3,SM4的测试
实验环境openEuler 20.03 LTS
SM4
代码截图:https://gitee.com/DKY2019/xxaqxt/blob/master/ex2/sm44.c
代码托管:
运行截图
SM3
代码截图:https://gitee.com/DKY2019/xxaqxt/tree/master/ex2
代码托管:
运行截图