Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OpenSSL 使用称为BIO的 I/O 抽象,但在我找不到的文档中没有说明 B 代表什么(IO 显然是输入/输出)。各种网站建议 B 代表basic或buffered,但这些都是博客帖子和论坛帖子之类的东西,没有任何程度的权限。
有没有人从文档、源代码或 OpenSSL 开发人员那里得到关于它代表什么的官方引用?
基本输入输出。根据RSA 的 BIO SSL Functions 描述。