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
如:
type PEMCipher = x509.PEMCipher const ( PEMCipherDES = x509.PEMCipherDES PEMCipher3DES = x509.PEMCipher3DES PEMCipherAES128 = x509.PEMCipherAES128 PEMCipherAES192 = x509.PEMCipherAES192 PEMCipherAES256 = x509.PEMCipherAES256 ) type PublicKeyAlgorithm = x509.PublicKeyAlgorithm ...
另外 Certificate 和 CertificateRequest 似乎可以改成:
type Certificate x509.Certificate type CertificateRequest x509.CertificateRequest
来减少与标准库的代码差异。
如果可以这么做,我可以提交PR。
The text was updated successfully, but these errors were encountered:
当然可以,欢迎修改。
Sorry, something went wrong.
No branches or pull requests
如:
另外 Certificate 和 CertificateRequest 似乎可以改成:
来减少与标准库的代码差异。
如果可以这么做,我可以提交PR。
The text was updated successfully, but these errors were encountered: