/crypto-catalog

Common Criteria Crypto-Catalog for use in Protection Profiles

Primary LanguageMakefileThe UnlicenseUnlicense

Common Criteria Crypto Catalog

Build

A catalog of crypto requirements.

Working Draft

Common Criteria Crypto Catalog

Change Log

04/19/2017 Catalog of crypto requirements v1.0 - initial release

Development Info

Help working with Transforms Submodule

Quickstart

To clone this project along with its transforms submodule run:

  git clone --recursive https://github.com/commoncriteria/crypto-catalog.git

To pull updates from the upstream transforms submodule and commit them run:

 git submodule update --remote transforms
 git add transforms
 git commit