This guide shows how to set up a bidirectional client/server authentication for plain TLS sockets.
Newer versions of openssl are stricter about certificate purposes. Use extensions accordingly.
Generate a Certificate Authority:
| /// <summary> | |
| /// PeInfo 的摘要说明 | |
| /// </summary> | |
| public class PeInfo | |
| { | |
| /// <summary> | |
| /// 全部文件数据 | |
| /// </summary> | |
| private byte[] PEFileByte; | |
| private bool _OpenFile = false; |
This guide shows how to set up a bidirectional client/server authentication for plain TLS sockets.
Newer versions of openssl are stricter about certificate purposes. Use extensions accordingly.
Generate a Certificate Authority: