发送和使用C / C验证SSL证书++

编程入门 行业动态 更新时间:2024-10-25 12:23:47
本文介绍了发送和使用C / C验证SSL证书++的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

其实我工作的一个协议的安全性。我需要发送证书,并验证它的另一面。

I am actually working on a protocol security. I need to send the certificate and verify it on the other side.

现在这里是我有计划:结果1发送证书链,就像数据结果的正常流2.Capture它的另一边,并将其存储在一个char []缓冲区结果

Now here is what I have planned: 1 Send the certificate chain just like a normal stream of data 2.Capture it on the other side and store it in a char[] buffer

现在,如何从这个字符验证证书[]缓冲区和提取所需要的参数?

Now, how to verify the certificate from this char[]buffer and extract the needed parameters?

我需要它在C / C ++。

I need it in c/c++.

推荐答案

本博客文章的使用验证使用OpenSSL 证书存储区显示了如何验证证书的CA反对

This blog post about Verifying Using a Certificate Store using OpenSSL shows how to verify certificate against CA.

更多推荐

发送和使用C / C验证SSL证书++

本文发布于:2023-11-10 01:09:47,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1573949.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:证书   SSL

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!