-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python下导出主密钥报OSError: exception: access violation writing 0x0000000000000024 #9
Comments
同问 |
同问,sm9 sm2 的test都是这个类似问题 |
也是遇到了这个问题,请问楼主解决了吗? |
1 similar comment
也是遇到了这个问题,请问楼主解决了吗? |
同问 |
you guys should install git clone -b 'v3.1.1' --depth 1 https://github.com/guanzhi/GmSSL.git
cd GmSSL && mkdir build && cd build && cmake ..
make && make test && sudo make install
sudo ldconfig
# check it's version. should be GmSSL 3.1.1
gmssl version |
感谢您的回复! mkdir build 报以下错误,请问如何解决呢? [ 1%] Building C object CMakeFiles/gmssl.dir/src/tls.c.obj |
同问 已安装gmssl3.1.1和gmssl-python |
看起来是windows下 pem_write 和 pem_read 导致的问题,我这个PR针对windows做了临时处理,把这一步放在python里面执行 |
这不是一个包吧,j-z10师傅 |
j-z10师傅给出的代码是pygmssl的,我试了一下,是可以用的,感谢师傅 |
python下导出主密钥报OSError: exception: access violation writing 0x0000000000000024‘;
请问该如何解决?
The text was updated successfully, but these errors were encountered: