mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
b7bec7d93b
- Support CFLAGS properly - Add MAKE_JOBS_SAFE - Don't install license file twice PR: ports/172064 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
8 lines
316 B
Plaintext
8 lines
316 B
Plaintext
XySSL is a lite-weight SSL and TLS implementation library in C.
|
|
It currently supports SSLv2, SSLv3, and TLSv1 using the AES, ARC4,
|
|
and 3DES ciphers, and the MD2, MD4, MD5, SHA1, and SHA256 hashes.
|
|
Support is also included for X.509 certificate structures,
|
|
as well as an internal PRNG.
|
|
|
|
WWW: http://polarssl.org/
|