随笔分类 -  OpenSSL

Generate sha256 with OpenSSL and C++
摘要:By Adam Lamers https://stackoverflow.com/questions/2262386/generate-sha256-with-openssl-and-c void sha256_hash_string (unsigned char hash[SHA256_DIGES 阅读全文

posted @ 2021-05-28 14:09 liujx2019 阅读(135) 评论(0) 推荐(0)

OpenSSL BIO
摘要:https://stackoverflow.com/questions/51672133/what-are-openssl-bios-how-do-they-work-how-are-bios-used-in-openssl by anton_rh What is OpenSSL BIO? Open 阅读全文

posted @ 2020-09-14 14:04 liujx2019 阅读(366) 评论(0) 推荐(0)

libeay32.dll 和 ssleay32.dll 在1.1.0之后没有了
摘要:The complete explanation is that 1.0.x and 1.1.x do not have the same naming conventions for the generated libraries. OpenSSL 1.1.x has moved into wha 阅读全文

posted @ 2020-04-30 10:44 liujx2019 阅读(1778) 评论(0) 推荐(0)

libeay32.dll 1.0.2j crash
摘要:https://github.com/BOINC/boinc/issues/2470 他们认为是CPU不同造成的 另外一个可能的原因 Changes between 1.0.2j and 1.0.2k [26 Jan 2017] Truncated packet could crash via OO 阅读全文

posted @ 2020-04-29 14:59 liujx2019 阅读(185) 评论(0) 推荐(0)

openssl 查看证书
摘要:查看证书 # 查看KEY信息 > openssl rsa -noout -text -in myserver.key # 查看CSR信息 > openssl req -noout -text -in myserver.csr # 查看证书信息 > openssl x509 -noout -text 阅读全文

posted @ 2020-04-15 17:38 liujx2019 阅读(3770) 评论(0) 推荐(0)

设置 cipher suite
摘要:https://man.openbsd.org/SSL_CTX_set_cipher_list.3#ECDHE SSL_CTX_set_cipher_list() sets the list of available cipher suites for ctx using the control s 阅读全文

posted @ 2019-09-10 18:42 liujx2019 阅读(1009) 评论(0) 推荐(0)

openssl查看证书细节 [转载]
摘要:openssl x509部分命令 打印出证书的内容: openssl x509 -in cert.pem -noout -text 打印出证书的系列号 openssl x509 -in cert.pem -noout -serial 打印出证书的拥有者名字 openssl x509 -in cert 阅读全文

posted @ 2019-09-10 18:40 liujx2019 阅读(648) 评论(0) 推荐(0)

查看现有的 cipher suite
摘要:openssl ciphers [-v] [-ssl2] [-ssl3] [-tls1] [cipherlist] 阅读全文

posted @ 2019-09-10 18:38 liujx2019 阅读(936) 评论(0) 推荐(0)

导航