-
Notifications
You must be signed in to change notification settings - Fork 61
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
Mac 无法运行,window/linux 下是正常的,麻烦大佬,看一下 #58
Comments
一样的问题 |
当时看到darwin依赖很多golang sdk internal package,所以就忽略了。我现在推了一个临时方案:darwin不考虑操作系统自己的证书链。这个改动会发布到v0.12.3. |
好的,谢谢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
github.com/emmansun/gmsm/smx509
../../../../pkg/mod/github.com/emmansun/gmsm@v0.12.2/smx509/cert_pool.go:112:9: undefined: loadSystemRoots
../../../../pkg/mod/github.com/emmansun/gmsm@v0.12.2/smx509/root.go:17:32: undefined: loadSystemRoots
../../../../pkg/mod/github.com/emmansun/gmsm@v0.12.2/smx509/verify.go:648:4: not enough arguments to return
../../../../pkg/mod/github.com/emmansun/gmsm@v0.12.2/smx509/verify.go:648:12: c.systemVerify undefined (type *Certificate has no field or method systemVerify)
../../../../pkg/mod/github.com/emmansun/gmsm@v0.12.2/smx509/verify.go:651:28: c.systemVerify undefined (type *Certificate has no field or method systemVerify)
The text was updated successfully, but these errors were encountered: