java/bouncycastle15: Refresh pkg-descr and update license info

MFH:		2021Q4
Sponsored by:	Modirum MDPay
Sponsored by:	Klara, Inc.
This commit is contained in:
Mateusz Piotrowski 2021-11-24 19:04:49 +01:00
parent 374e9ed352
commit e82d4ec5e0
2 changed files with 11 additions and 23 deletions

View File

@ -11,7 +11,10 @@ DISTNAME= crypto-${DVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Cleanroom build of Java Cryptography Extensions
LICENSE= MIT
# APACHE20 is used by pg/src/main/java/org/bouncycastle/apache/bzip2/*.
LICENSE= APACHE20 MIT
LICENSE_COMB= multi
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.html
BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:java/junit \
${JAVALIBDIR}/mail.jar:java/javamail

View File

@ -1,24 +1,9 @@
The Bouncy Castle Crypto APIs consist of the following:
The Bouncy Castle Crypto package is a Java implementation of cryptographic
algorithms. It was developed by the Legion of the Bouncy Castle, a registered
Australian Charity.
. 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.
The package is organised so that it contains a light-weight API suitable for
use in any environment (including the J2ME) with the additional infrastructure
to conform the algorithms to the JCE framework.
It's distributed under a modified X license.
WWW: http://www.bouncycastle.org/
WWW: https://www.bouncycastle.org/