トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS


  • 追加された行はこの色です。
  • 削除された行はこの色です。
ソフトウェア:OpenSSL 0.9.6
OS(作業日):VineLinux2.0 Kernel 2.2.17 (2000-12-25)
旧文章:http://www.infor.kanazawa-it.ac.jp/~mori/admin/openssl.html
-----------------------------------------------------------------------------
ソフトウエア解説
Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. 
-----------------------------------------------------------------------------

-用意したもの
http://www.openssl.org/
http://www.openssl.org/source/openssl-0.9.6.tar.gz

-必要なもの
特になし

-インストール ()

 ./config --prefix=/usr/local~
 make~
 make test~
 ./config --prefix=/usr/local
 make
 make test
 make install

-キーの作成方法
[[Installmemo/SSL]]

----
参考文献
[1] [[OpenSSL:http://www.openssl.org]]