www.bouncycastle.org Open in urlscan Pro
203.32.61.103  Public Scan

URL: https://www.bouncycastle.org/
Submission Tags: falconsandbox
Submission: On July 04 via api from US — Scanned from AU

Form analysis 0 forms found in the DOM

Text Content

THE LEGION OF THE BOUNCY CASTLE

 * entry
 * donate
 * FIPS home
 * Java home
 * Java LTS home
 * C# home
 * object identifiers
 * about

 




WELCOME

Welcome to the home of the Legion of the Bouncy Castle. A fun place to stay, if
you've got some time to kill.



Here at the Bouncy Castle, we believe in encryption. That's something that's
near and dear to our hearts. We believe so strongly in encryption, that we've
gone to the effort to provide some for everybody, and we've now been doing it
for over 20 years!

The Bouncy Castle Crypto APIs are looked after by an Australian Charity, the
Legion of the Bouncy Castle Inc., which looks after the care and feeding of the
Bouncy Castle APIs. Help us keep this effort Free, Open Source, and Maintained!
Please see our donations page or purchase a support contract through Keyfactor.
Requests to sponsor specific work on the APIs are also most welcome.

The Bouncy Castle APIs currently consist of the following:

 * A lightweight cryptography API for Java and C#.

 * A provider for the Java Cryptography Extension (JCE) and the Java
   Cryptography Architecture (JCA).

 * A provider for the Java Secure Socket Extension (JSSE).

 * 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 6347/ 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 4880).

 * 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).

 * Generators/Processors for RFC 7030 Enrollment over Secure Transport (EST).

 * A signed jar version suitable for JDK 1.4-1.15 and the Sun JCE.

The lightweight API works with everything from the J2ME to the JDK 1.15 and
there is also an API in C# providing equivalent functionality for most of the
above.

For further details have a look in either our Java project pages or our C#
project pages where you can find downloads, mailing lists, and other resources.

If you want to provide feedback directly to the members of The Legion or report
something you believe to be a security issue then please use
feedback-crypto@bouncycastle.org. We can provide a PGP key if required.

If you need a support agreement or have issues with the Bouncy Castle APIs that
may require consulting, mentoring, or education, please contact us at Crypto
Workshop


 
 
 
 

Follow us on:   


NEWS


JAVA RELEASE 1.75 IS NOW AVAILABLE FOR DOWNLOAD.

WEDNESDAY 21ST JUNE 2023

1.75 is a minor release. Unfortunately some Java 8 usages managed to "sneak"
into the Java 5 to Java 8 jars making them less than ideal for anything other
than Java 8. The 1.75 release fixes that and also a TLS issue and removes some
deprecated methods and dead classes from the core ASN.1 library.

For more details go to our latest releases page to download the new version and
see the release notes


JAVA RELEASE 1.74 IS NOW AVAILABLE FOR DOWNLOAD.

MONDAY 12TH JUNE 2023

This release is primarily a feature release but also addresses CVE-2023-33201.
LMS/HSS, SPHINCS+, Dilithium, Falcon, and NTRU are now better integrated with
the BC provider. Further improvements have been made to DTLS/TLS logging and
additional support for PGP V6 EC/EdEC keys and PGP V5/V6 AEAD modes has been
added. Performance and optimization work has been done on both reducing the
provider size and reducing possible thread contention. A buffering bug in Ascon,
as well as some other bugs, have been fixed as well.

For more details go to our latest releases page to download the new version and
see the release notes

You can also find the latest versions on one of our mirrors:

 * polydistortion.net




JAVA LTS 2.73.0 IS NOW AVAILABLE FOR DOWNLOAD.

WEDNESDAY 24TH MAY 2023

Our first LTS release for Java. Designed for as a long term stable release based
on BC Java 1.73, the release also features JNI support for Intel hardware.
Download it now from the Java LTS Page.


C# RELEASE 2.2.1 IS NOW AVAILABLE FOR DOWNLOAD.

FRIDAY 21ST APRIL 2023

Due to a build error 2.2.0 was not optimised, this updated build fixes the issue
as well as fixing a gap in the RFC 9146 connection ID in DTLS support and a
regression in GcmBlockCipher which reduced the number of blocks it could
encrypto (~2^31 blocks instead of ~2^32).

Please see the release notes for further details.


C# RELEASE 2.2.0 IS NOW AVAILABLE FOR DOWNLOAD.

MONDAY 17TH APRIL 2023

This release features support for X.509 Section 9.8 alt signatures and public
keys, rethrow syntax has been improved which should ease debugging, RFC 9146
connection ID in DTLS has been added, support has been added for OpenSSH public
and private key formats as well as fixes for some reported issues.

Please see the release notes for further details.


JAVA RELEASE 1.73 IS NOW AVAILABLE FOR DOWNLOAD.

SATURDAY 8TH APRIL 2023

This release is both targeting features and security. Review of the PQC work has
been done and significant issues found have been addressed in the
implementations. Several candidate algorithms from the NIST lightweight
cryptography competition have been added including the finalist Ascon.
Performance has been improved in existing PQC implementations, EdDSA, PEM
parsing, and CRC24 and implementations of Blake2bp, Blake2sp, and HPKE (RFC
9180) have been added to the light-weight APIs.

For more details go to our latest releases page to download the new version and
see the release notes




C# .NET FIPS RELEASE 1.0.2 IS NOW AVAILABLE FOR DOWNLOAD.

TUESDAY 28TH FEBRUARY 2023

The latest C# .NET FIPS release, certified for CLR 4 is now available at our C#
.NET FIPS page.. The new release features SHA-3 HMAC, the XOF hash and mac
functions, HKDF, format preserving encryption, FFC Diffie-Hellman, and EdDSA.
The APIs have been tested on .NET 4.5.2.


C# .NET RELEASE 2.1.1 IS NOW AVAILABLE FOR DOWNLOAD.

SATURDAY 18TH FEBRUARY 2023

This release has updates to BIKE and HQC bringing the implementations in line
for the NIST PQC Round 4 modifications. The Lightweight Cryptography Finalist
Ascon AEAD, Hash and XOF algorithms have been added to the algorithm set. Aria
key wrapping (RFC 3394 style) has also been added. Additional performance
improvements have been made to Koblitz Curves and GCM bulk processing (when
intrinsics available) and a several issues have been fixed in FF1 FPE, the
CertPath API, and the base engine for RFC 3394.

Please see the release notes for further details.


JAVA RELEASE 1.72 IS NOW AVAILABLE FOR DOWNLOAD.

SUNDAY 25TH SEPTEMBER 2022

This is release is primarily a feature release, the post-quantum algorithm set
has been further expanded and now includes the NIST finalists Kyber, Dilithium,
and Falcon. The finalist SPHINCS+ has also been updated to version 3.1. The
Round 3/Round 4 algorithms BIKE, HQC, NTRU, NTRU Prime, and Picnic have also
been added to the BCPQC provider. Other changes include the addition of Argon2
support for OpenPGP, performance improvements for OpenPGP CRC24 calculator,
support for TLS raw public keys (RFC 7250). Bug fixes multi-document evidence
records now construct multiple records correctly and an occasional error in
GCMSIV tag calculation has also been fixed. The latest version of the
Grain128AEAD has also been added to the lightweight API in addition to several
other improvements and bug fixes.

For more details go to our latest releases page to download the new version and
see the release notes

You can also find the latest versions on one of our mirrors:

 * polydistortion.net




NEW TUTORIALS SECTION ON RESOURCES PAGE

SATURDAY 12TH FEBRUARY 2022

Following the release of our first Keyfactor workshop video on using Bouncy
Castle Java/Kotlin for PKI, we now have a tutorials section on our resources
page. If this material is useful, let us know and we will try to organise more.


JAVA FIPS RELEASE 1.0.2.3 IS NOW AVAILABLE FOR DOWNLOAD.

WEDNESDAY 9TH FEBRUARY 2022

A performance/utility patch to our third Java FIPS release, certified for Java
1.7, Java 1.8, and Java 11, is now available at our Java FIPS page.. In addition
to being certified for 1.7/1.8/11 the jar is also compatible with Java 1.5 and
Java 1.6.


JAVA RELEASE 1.70 IS NOW AVAILABLE FOR DOWNLOAD.

MONDAY 29TH NOVEMBER 2021

This release contains considerable improvements to the ASN.1 library and adds
the NIST PQC alternate candidate SPHINCS+ together with the LEA block cipher
algorithm. The PGP API can now read the newer S-Expression based keys produced
by GPG 2.2.X, support is now in place for ETSI TS 103 097 ITS certificates and
TLS includes support for external PSK handshakes as well as several other
improvements and bug fixes.

For more details go to our latest releases page to download the new version and
see the release notes


C# .NET RELEASE 1.9.0 IS NOW AVAILABLE FOR DOWNLOAD.

SUNDAY 17TH OCTOBER 2021

This release sees a major update with a new TLS API, support for format
preserving encryption, ParallelHash, TupleHash, and the ARIA cipher. Several
bugs, including some related to PGP message parsing have also been fixed.

Please see the release notes for further details.


C# .NET FIPS RELEASE 1.0.1.1 IS NOW AVAILABLE FOR DOWNLOAD.

WEDNESDAY 5TH MAY 2021

A CVE update to our first C# .NET FIPS release, certified for CLR 4 is now
available at our C# .NET FIPS page.. The APIs have been tested on .NET 4.5.2.


C# .NET RELEASE 1.8.10 IS NOW AVAILABLE FOR DOWNLOAD.

TUESDAY 16TH FEBRUARY 2021

Fixed CMS signature verification for RSASSA-PSS when signed attributes are not
present. SHAKE/cSHAKE default output sizes now match the standard OID
definitions.

Please see the release notes for further details.

 
 * Site hosted by Tau Ceti Co-operative Ltd.
 * Graphics provided by Geoff Hook.
 * Layout and design by Travis Winters.
 * Java and JCE are registered trademarks of Oracle® .
 * C# is a registered trademark of Microsoft ®.
 * Unless otherwise stated, all content is Copyright © 2013 Legion of the Bouncy
   Castle Inc. (ABN 84 166 338 567) All rights reserved.

By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts.

Cookies Settings Reject All Accept All Cookies



PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
More information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Back Button


PERFORMANCE COOKIES



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
Switch Label label
Switch Label label
Switch Label label

Reject All Confirm My Choices