【问题标题】:Openssl - how to simulate a server that accepts a cipherOpenssl - 如何模拟接受密码的服务器
【发布时间】:2020-05-17 14:24:00
【问题描述】:

如何模拟支持密码RSA_WITH_AES_128_CBC_SHA256 的 OpenSSL 服务器

openssl s_server -key key.pem -cert cert.pem -cipher RSA_WITH_AES_128_CBC_SHA256 -accept 44330 -www

当我运行它时,我收到以下错误。

Error with command: "-cipher RSA_WITH_AES_128_CBC_SHA256"

openssl ciphers -v 也不包含上述密码。

【问题讨论】:

    标签: openssl pki


    【解决方案1】:

    该密码套件名称是它的标准 RFC 名称。 OpenSSL(出于历史原因)使用自己的密码套件名称。映射在此页面上:

    https://www.openssl.org/docs/man1.1.1/man1/ciphers.html

    该特定密码套件的 OpenSSL 名称是“AES128-SHA256”。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-03-07
      • 1970-01-01
      • 2015-03-09
      • 2019-03-28
      • 1970-01-01
      • 2015-08-07
      • 2023-01-31
      • 1970-01-01
      相关资源
      最近更新 更多