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.
我尝试在客户端使用 mbedtls 库使用 ECDHE 密钥交换和 AES 加密。使用 以下程序成功生成了密钥。是否有任何标准格式可以将曲线参数和公钥附加到加密文件中,以便服务器(可能使用 mbedtls 以外的库)可以解析它们?
RFC4492定义了支持的椭圆曲线扩展。此扩展作为客户端问候消息的一部分发送。 服务器将在其ServerKeyExchange消息中发送使用过的曲线。使用和消息 发送公钥。ServerKeyExchangeClientKeyExchange
ServerKeyExchange
ClientKeyExchange