Skip to content

Technical Decisions Applied

Bob Clemons edited this page Jun 2, 2026 · 4 revisions

This is an optional section at the beginning of a PP, Module, or Package to list the Technical Decisions that have been applied to the current document--an effective PP (or whatever). It must appear directly after the Revision History.

If it is absent, nothing happens. If it is present, information listed in the <TD> elements is displayed in a table right after the Revision History. An exception is the information in the <affects> tag.

The optional <affects> tag contains a list of references to the id attributes of the <f-element> and <f-component> tags affected by the TD. It is used by the automation system and the information is not displayed.

<TechnicalDecisionHistory>
  <TD>
	<number>TD0936</number>
	<date>2025-07-16</date>
	<subject>Clarification when CTR_DRBG is Selected for FCS_RBG_EXT.1.2 in PP_BASE_VIRTUALIZATION_V1.1</subject>
        <url>https://www.niap-ccevs.org/technical-decisions/TD0936</url>
        <affects>
           <ref-id>fcs-rbg-1-2</ref-id>
           <ref-id>fcs-rbg-1-3</ref-id>
        </affects>
  </TD>
  <TD>
	<number>TD0953</number>
	<date>2025-08-26</date>
	<subject>Adding FIPS 186-5 in PP_BASE_VIRTUALIZATION_V1.1</subject>
        <url>https://www.niap-ccevs.org/technical-decisions/TD0953</url>
  </TD>
</TechnicalDecisionHistory>

Clone this wiki locally