GMSSL是一款支持国密算法的openssl替代库,官方网站:http://gmssl.org/

MacOS上的安装方法如下

brew install wget
wget https://github.com/guanzhi/GmSSL/archive/master.zip
unzip master.zip
cd GMSSL-master

sed -i '' 's%qw/glob%qw/:glob%g'  Configure
sed -i '' 's%qw/glob%qw/:glob%g'  test/build.info

make
sudo make install

ln -s /usr/local/gmssl/bin/gmssl /usr/local/bin/gmssl

相关文章:

  • 2021-04-27
  • 2021-08-19
  • 2021-04-22
  • 2021-11-13
  • 2021-07-29
  • 2021-09-08
  • 2021-10-16
  • 2021-09-12
猜你喜欢
  • 2022-01-05
  • 2021-10-15
  • 2021-06-07
  • 2022-12-23
  • 2021-12-04
  • 2021-12-05
  • 2021-06-09
相关资源
相似解决方案