1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/java/bouncycastle15/pkg-descr
Kurt Jaeger 51bf76507f java/bouncycastle15: update 1.55 -> 1.56
port changes:
- upstream updated list of its MASTER_SITES (bouncycastle.gva.es
  is gone, downloads.bouncycastle.org changed to www.bouncycastle.org);
- pkg-descr updated to reflect current features;
- installation of zipped bundled sources made optional, enabled by
  default to match previous behavior.

Some of new version changes:
- a new API for DTLS/TLS and a JSSE provider suitable for Java 5 and later;
- support for RFC 7539 ChaCha20 and Poly1305 has also been added
  and general support for SHA-3 in the PKIX APIs has been improved;

Full details of the release:

PR:		215507
Changes:	https://www.bouncycastle.org/releasenotes.html
Security:       CVE-2016-1000338, CVE-2016-1000339, CVE-2016-1000340,
		CVE-2016-1000341, CVE-2016-1000342, CVE-2016-1000343,
		CVE-2016-1000344, CVE-2016-1000345, CVE-2016-1000346,
		CVE-2016-1000352
Submitted by:	Eugene Grosbein <ports@grosbein.net> (maintainer)
2016-12-27 16:37:39 +00:00

25 lines
1.1 KiB
Plaintext

The Bouncy Castle Crypto APIs consist of the following:
. A lightweight cryptography API in Java.
. A provider for the JCE and JCA.
. A clean room implementation of the JCE 1.2.1.
. A library for reading and writing encoded ASN.1 objects.
. Lightweight APIs for TLS (RFC 2246, RFC 4346) and DTLS (RFC 4347).
. Generators for Version 1 and Version 3 X.509 certificates, Version 2 CRLs,
and PKCS12 files.
. Generators for Version 2 X.509 attribute certificates.
. Generators/Processors for S/MIME and CMS (PKCS7/RFC 3852).
. Generators/Processors for OCSP (RFC 2560).
. Generators/Processors for TSP (RFC 3161 & RFC 5544).
. Generators/Processors for CMP and CRMF (RFC 4210 & RFC 4211).
. Generators/Processors for OpenPGP (RFC 2440).
. Generators/Processors for Extended Access Control (EAC).
. Generators/Processors for Data Validation and Certification Server (DVCS) -
RFC 3029.
. Generators/Processors for DNS-based Authentication of Named Entities (DANE).
. A signed jar version suitable for JDK 1.4-1.8 and the Sun JCE.
It's distributed under a modified X license.
WWW: http://www.bouncycastle.org/