Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

BouncyCastle security concern about BKS-V1 #74

@anguyenqd

Description

@anguyenqd

Detail about the security concern: https://www.kb.cert.org/vuls/id/306792/
The issue was fixed but added back to the library because of :

A new KeyStore type, BKS-V1, has been added for people needing to create key stores compatible with earlier versions of Bouncy Castle.

More detail in BouncyCastle release notes (version 2.13.3)

The BKS-V1 keystore is presented as an option in the library and as long as we don't use that keystore then it does not effect us.

EOSIO SDK for Java is utilizing BouncyCastle for cryptography functionality on:

  • Parse ASN1 data.
  • Parse/write PEM object.
  • Encoding/Decoding keys by SECP256K1 and SECP256R1 curves.
  • RipeMD160 digestion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions