2 changed files with 16 additions and 11 deletions
@ -1,8 +1,8 @@ |
|||||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
[COPY] |
[COPY] |
||||||
[COPY] Filename: package/.../xyssl/xyssl.desc |
[COPY] Filename: package/.../polarssl/polarssl.desc |
||||||
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project |
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project |
||||||
[COPY] |
[COPY] |
||||||
[COPY] More information can be found in the files COPYING and README. |
[COPY] More information can be found in the files COPYING and README. |
||||||
[COPY] |
[COPY] |
||||||
@ -14,22 +14,26 @@ |
|||||||
|
|
||||||
[I] A full featured cryptographic library |
[I] A full featured cryptographic library |
||||||
|
|
||||||
[T] XySSL is a cryptographic library written in C. It currently features |
[T] PolarSSL is a cryptographic library written in C. It currently features |
||||||
[T] several ciphers (AES, Triple-DES, and ARC4), hash functions (MD{2,4,5}, |
[T] several ciphers (AES, Triple-DES, and ARC4), hash functions (MD{2,4,5}, |
||||||
[T] SHA-1, and SHA-256), and RSA and X. 509 reading support. It also |
[T] SHA-1, and SHA-256), and RSA and X. 509 reading support. It also |
||||||
[T] implements the Secure Sockets Layer version 3 protocol (SSLv3), as well |
[T] implements the Secure Sockets Layer version 3 protocol (SSLv3), as well |
||||||
[T] as the Transport Layer Security version 1 protocol. |
[T] as the Transport Layer Security version 1 protocol. |
||||||
|
[T] |
||||||
|
[T] PolarSSL is the official fork of XySSL after the original author |
||||||
|
[T] had to stop maintaining the project. |
||||||
|
|
||||||
[U] http://xyssl.org/ |
[U] http://polarssl.org/ |
||||||
|
|
||||||
[A] Christophe Devine <[email protected]> |
[A] Paul Bakker <[email protected]> |
||||||
|
[A] Christophe Devine <[email protected]> {Original Author} |
||||||
[M] Alejandro Mery <[email protected]> |
[M] Alejandro Mery <[email protected]> |
||||||
|
|
||||||
[C] base/library |
[C] base/library |
||||||
|
|
||||||
[L] GPL |
[L] GPL |
||||||
[S] Beta |
[S] Beta |
||||||
[V] 0.7 |
[V] 0.10.1 |
||||||
[P] X -----5---9 300.000 |
[P] X -----5---9 300.000 |
||||||
|
|
||||||
[D] 712605247 xyssl-0.7.tgz http://xyssl.org/code/download/ |
[D] 315386571 polarssl-0.10.1-gpl.tgz http://polarssl.org/code/download/ |
||||||
|
Loading…
Reference in new issue