将PEM格式的x509证书转换为Openssl的x509结构格式
有人可以帮我将 X509 证书转换为 x509 结构格式(如 Openssl 中的格式) 我必须从 PEM 格式的 x509 证书获取 MPLAB 中的 tbscertificate 字段(以 x509 ASN1 DER 表示法表示)。 我还想知道 Microchip 是否提供并测试 x509 证书验证的应用程序
Can somebody help me convert an X509 certificate to the x509 structure format (like in Openssl)
I have to get the tbscertificate field (present in x509 ASN1 DER notation) in MPLAB from a PEM formatted x509 certificate.
I also want to know whether Microchip provides and test applications for x509 certificate validation
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我希望下面的代码能给你一个想法..
如果你的PEM没有密码......请参考openssl中的X509.h头文件
I hope the below code will give u an idea ..
If your PEM doesnt have password ...... refer X509.h header file in openssl