ダウンロードリスト

プロジェクト概要

PolarSSLは、Cで書かれた軽量な暗号化及びSSL/TLSライブラリです。PolarSSLは、開発者が彼らの(組込み)アプリケーションにわずかな手間で暗号化とSSL/TLS機能を付加することを容易にします。ライブラリ内のコンポーネント間の疎結合は、必要な部品の分離を容易にし、ライブラリ全体を含める必要がないことを意味します。PolarSSLは、組込みシステム向けであることを念頭において書かれており、ARM、PowerPC、MIPS及びMotorola 68000を含むいくつかのアーキテクチャに移植されています。ソースは、非常に疎結合に書かれており、他のソフトウェア・プロジェクトの部品と容易に統合することができます。MD2、MD4、MD5、SHA1、SHA-256、SHA-512、AES、Camellia、DES、Triple DES、ARC3及びRSAのための非常に疎結合な暗号化アルゴリズムが含まれています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-02-25 22:54
0.99 prerelease 2

バージョン1.0.0これは、リリース前の機能と機能をサードパーティ製のソフトウェアとの統合に必要な多くの追加されています。ソースコードのドキュメントが改善されました。高レベルとモジュールレベルの設計文書が追加されました。最大の新機能は、メッセージダイジェストと暗号のための抽象化層である。現時点では、これは、サードパーティ製品との統合の目的のためだけですPolarSSLのコアは、最も可能性の高い今後もこれらを使用します。スマートカードのサポートは、PKCS#11ライブラリ(のlibpkcs11 -ヘルパー)の統合により、追加されました。 PEMは、モジュールに分離した。
タグ: Devel
This prerelease for version 1.0.0 adds a lot of features and functionality needed for better integration with third party software. The source code documentation was improved. High level and module level design documents were added. The biggest new features are the abstraction layers for message digests and ciphers. At the moment, this is just for third party integration purposes, but the core of PolarSSL will most likely use these in the future as well. Support for smartcards was added through integration of a PKCS#11 library (libpkcs11-helper). PEM was separated into a module.

2010-08-17 18:35
0.14.0

このリリースでは、TLS 1.1のサポート、コンパイル時および実行時のバージョン情報が含まれています。バージョン情報は他のプロジェクトでプラグインとしてPolarSSLのより良い管理が可能になります。 ()rsa_pkcs1_encrypt()で削除されたランドの依存関係、およびrsa_initの関数プロトタイプ()、rsa_gen_key()、およびrsa_pkcs1_encrypt()の結果として変更されました。また、デッドロックが発生するが修正されましたPKCS1v2キーのサポートが修正されました。
This release includes support for TLS 1.1 and compile-time and run-time version information. The version information allows for better managing of PolarSSL as a plugin in other projects. The dependency on rand() in rsa_pkcs1_encrypt() was removed, and the function prototypes of rsa_init(), rsa_gen_key(), and rsa_pkcs1_encrypt() were changed as a result. In addition a possible deadlock was fixed and support for PKCS1v2 keys was fixed.

2010-03-24 19:07
0.13.1

0.13.0リリースでは、単一のMakefileとconst修飾子に関連する小型のバグが修正された。
Small bugs in the 0.13.0 release related to a single Makefile and const qualifiers were fixed.

2010-03-22 17:42
0.13.0

いくつかのアルゴリズムのための歴史的な暗号化インターフェイスを標準化する方に加えて、このリリースの既知のバグ。最大の変更は、コード内のポーラの正しさに加えています。ファイルおよびSSLストリームからの証明書を抽出するための使いやすいアプリケーションも追加されました。
This release fixes the known open bugs, in addition to better standardizing the historic crypto interface for some algorithms. The largest change is the addition of const correctness in the code. An easy application for extracting certificates from files and SSL streams was added as well.

2009-11-04 03:54
0.12.1

これは、テストのいくつかの設定の名誉を聞かせするための小さなバグ修正リリースです。代わりに、定義のエラーを投げる。動作しないものが、光栄ですMD2とMD4は関連のテストが定義され光栄です。カバレッジのテストの定義は、'depends_on'タグシステムをサポートします。テストが必要な特定のハッシュアルゴリズムは定義され光栄。 x509parse.cの#ifdefのtypo修正されている。
This is a small bugfix release to let the tests honor some of the config defines instead of throwing errors. Not everything is honored, but MD2 and MD4 related tests do honor their defines. Coverage test definitions now support the 'depends_on' tagging system. Tests requiring specific hashing algorithms now honor the defines. A typo in #ifdef in x509parse.c has been fixed.

プロジェクトリソース