We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
系统使用C++编写,现在将铜锁库升级到了8.4.0版本,为了保证项目能平滑升级,所以编译静态库时开启了ntls并指定了api版本,enable-ntls --api=1.1.1。 但是测试时发现,在调用PKCS12_parse函数时解析失败,debug后发现,是有一部分PKCS12数据采用了旧的加密算法,默认已经不再支持,但是数据已经分发出去,无法直接替换掉,这种在代码中需要如何处理呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
系统使用C++编写,现在将铜锁库升级到了8.4.0版本,为了保证项目能平滑升级,所以编译静态库时开启了ntls并指定了api版本,enable-ntls --api=1.1.1。
但是测试时发现,在调用PKCS12_parse函数时解析失败,debug后发现,是有一部分PKCS12数据采用了旧的加密算法,默认已经不再支持,但是数据已经分发出去,无法直接替换掉,这种在代码中需要如何处理呢?
The text was updated successfully, but these errors were encountered: