2015年5月18日
摘要: 1、openssl里的fips是什么意思? openssl-fips是符合FIPS标准的Openssl。 联邦信息处理标准(Federal Information Processing Standards,FIPS)是一套描述文件处理、加密算法和其他信息技术标准(在非军用政府机构和与这些机构合作的政府承包商和供应商中应用的标准)的标准。 2、OPENSSL_FIPS宏有什么作用? Intel AE... 阅读全文
posted @ 2015-05-18 23:24 红孩儿你好 阅读(1102) 评论(0) 推荐(0)
摘要: X509_STORE 头文件:x509_vfy.h 定义 typedef struct x509_store_st X509_STORE; struct x509_store_st { /* The following is a cache of trusted certs */ int cache; /* if true, stash any hits */ ... 阅读全文
posted @ 2015-05-18 22:28 红孩儿你好 阅读(4419) 评论(0) 推荐(0)
摘要: 一、简介 参考:https://robots.thoughtbot.com/rcm-for-rc-files-in-dotfiles-repos http://dotfiles.github.io/ 二、安装 1、rcm安装 参考:http://software.opensuse.org/download.html?project=utilities&package=rcm c... 阅读全文
posted @ 2015-05-18 00:16 红孩儿你好 阅读(476) 评论(0) 推荐(0)