[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DDTSS レビュー libnet-ssleay-perl
- From: Takuma Yamada <tyamada@xxxxxxxxxxxxxxxx>
- Subject: DDTSS レビュー libnet-ssleay-perl
- Date: Sun, 24 May 2009 05:16:04 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=+Q99H4lL8rzUzTOG6N16S5+kCKY7WlyGrF4R0KZnARQ=; b=mL7cHA6F4U7Ok5+jOcS/XJqmFexgGRSMMObGTTHm6Flhlcjz89gppcjVPXPjVcO39M muUZQ6eK9+NOA4JHtONdtluiSRjmr+EgIGP8mwu7mHD9KetLhEz6J6s+R3F4kbKWlAXZ u22383XRPOJUaBShXr0KDTEuqqnXCreHyDnZM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=j7mU2vyrEhK7/8CJ8zuSFludTvcUHGIV+4LnNh/fCA6ZKR6pjYJm8S59IbVjq8jKLN DafN6FmfU+zfSVHL2cmgAj7PjIcny9isi/l3suWZQ50BTQoVZQSiMPVyGpfew7Z7tzum WIHsAB0DN0gY6NlZyvPGwyDyIwp3OqdI2Sv+0=
- List-help: <mailto:debian-doc-ctl@debian.or.jp?body=help>
- List-id: debian-doc.debian.or.jp
- List-owner: <mailto:debian-doc-admin@debian.or.jp>
- List-post: <mailto:debian-doc@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-doc-ctl@debian.or.jp?body=unsubscribe>
- X-google-sender-auth: 7abfbe1d9ce8af4d
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-doc-ctl@debian.or.jp; help=<mailto:debian-doc-ctl@debian.or.jp?body=help>
- X-ml-name: debian-doc
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-sender: takuma.yamada22@xxxxxxxxx
- X-spam-checker-version: SpamAssassin 3.1.7-deb3 (2006-10-05) on osdn.debian.or.jp
- X-spam-level:
- X-spam-status: No, score=-0.8 required=10.0 tests=GAPPY_SUBJECT,KI autolearn=disabled version=3.1.7-deb3
- Message-id: <6fcf892d0905231316t3a6ca02brf1541a9bd4a3b24b@xxxxxxxxxxxxxx>
- X-mail-count: 06036
やまだです。
私と khibino さんが修正した libnet-ssleay-perl をレビューしました。
Short description
原文: Perl module for Secure Sockets Layer (SSL)
訳文: Secure Socket Layer (SSL) 用の Perl モジュール
Long description
原文:
Net::SSLeay.pm is a perl module that allows you to call Secure Sockets
Layer (SSL) functions of the SSLeay library directly from your perl
scripts. It is useful if you want to program robots that access secure web
servers or if you want to build your own applications over SSL encrypted
tunnels. If you just want to view web pages on https servers, you do not
need this - your web browser already knows to do that.
訳文:
Net::SSLeay.pm は SSLeay ライブラリの Secure Sockets Layer (SSL)
の 関数を perl スクリプトから直に呼ぶことを可能とする
perl モジュールです。 secure な web
サーバにアクセスする robot をプログラムしたい場合や
SSL で暗号化されたトンネル越しを行うアプリケーション
を作りたい場合に 役立ちます。ただ https
サーバにある web ページを見たいだけならば、
本ライブラリは必要ありません -
あなたの使用している web ブラウザが 既に行えます。
全体的に表現が不自然な個所を修正しました。
修正後:
Net::SSLeay.pm は、perl スクリプトから直接 SSLeay ライブラリの Secure
Sockets Layer (SSL) 関数を呼ぶことができる perl モジュールです。セキュア
なウェブサーバにアクセスするロボットをプログラムしたい場合や、SSL 暗号化
トンネリングを行うアプリケーションを作りたい場合に役立ちます。あなたが
ただ https サーバのウェブページを見たいならば、このライブラリは必要あり
ません——あなたのウェブブラウザは既にやり方を知っています。
修正処理をしました。
--
Takuma Yamada <tyamada@xxxxxxxxxxxxxxxx>
http://blog.livedoor.jp/tyamada22/