摘要:
SSL_read函数定义 SSL_read(3SSL) OpenSSL SSL_read(3SSL) NAME SSL_read - read bytes from a TLS/SSL connection. SYNOPSIS #include <openssl/ssl.h> int SSL_rea 阅读全文
摘要:
建立tls后copy数据到clean_in 然后写入到ssl加密,从from_ssl 读取加密后的数据然后发送 /* * Take cleartext user data, and encrypt it into the output buffer, * to send to the client 阅读全文
摘要:
https://stackoverflow.com/questions/51672133/what-are-openssl-bios-how-do-they-work-how-are-bios-used-in-openssl What is OpenSSL BIO? OpenSSL BIO is a 阅读全文
摘要:
keep sk->sk_forward_alloc as small as possible patch。!!! 预分配缓存额度sk_forward_alloc与发送缓存队列统计sk_wmem_queued一同用于计算当前套接口所占用的内存量。sk_forward_alloc属于为套接口预分配,所以 阅读全文