Reference Guide

Chapter 5: Cryptographic API Changes 49
RSA BSAFE Crypto-C Micro Edition 3.x to 4.1.4 Migration Guide
DSA Key and Key Parameter Generation
With the release of Crypto-C ME 4.1.4, some of the information identifiers for FIPS
186-2 and FIPS 186-3 DSA key parameter generation are changed.
FIPS 186-2 DSA
The following table lists details about the FIPS 186-2 DSA key parameter generation
information identifiers for Crypto-C ME 4.1.4.
Table 10 FIPS 186-2 DSA Key Parameter Generation Information Identifiers
Prior to Crypto-C ME 4.1.4 Crypto-C ME 4.1.4
Key Parameter Generation Information Identifiers
R_CR information identifiers:
R_CR_INFO_ID_DSA_GENERATOR_INDEX
R_CR_INFO_ID_DSA_SEED
R_CR_INFO_ID_NUM_BITS
R_CR_INFO_ID_OPTIMIZATION_NAME
R_CR_INFO_ID_PGEN_DIGEST
R_CR_INFO_ID_SET_RANDOM
R_PKEY
information identifiers:
R_PKEY_FIELD_ID_DSA_H
R_PKEY_INFO_ID_DSA_BASE
R_PKEY_INFO_ID_DSA_COUNTER
R_PKEY_INFO_ID_DSA_G_INDEX
R_PKEY_INFO_ID_DSA_PRIME
R_PKEY_INFO_ID_DSA_SEED
R_PKEY_INFO_ID_DSA_SUBPRIME
R_CR information identifiers deprecated:
R_CR_INFO_ID_DSA_SEED replaced with
R_CR_INFO_ID_PGEN_SEED
R_CR_INFO_ID_DSA_GENERATOR_INDEX
replaced with
R_CR_INFO_ID_PGEN_GENERATOR_INDEX
R_CR information identifiers added:
R_CR_INFO_ID_PGEN_DIGEST_ID
added as an alternative to
R_CR_INFO_ID_PGEN_DIGEST
R_PKEY information identifiers added:
R_PKEY_INFO_ID_PGEN_DIGEST_ID