View Issue Details

IDProjectCategoryView StatusLast Update
001000310000-004: ServicesSpecpublic2024-11-06 18:40
ReporterRandy Armstrong Assigned ToJim Luth  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.05.04 
Target Version1.05.04Fixed in Version1.05.04 
Summary0010003: serverNonce and clientNonce lengths problematic.
Description

SecureChannelNonceLength is not the right constant to use.

Text is:

This number shall have a length equal to the SecureChannelNonceLength for the SecurityProfile. If the length is not provided or less than 32 bytes, the length shall be 32 bytes. The Client shall check the length

should be replaced with:

This number shall have a length greater than 32 bytes and less that 128 bytes. The Client shall check the length

TagsNo tags attached.
Commit Version1.05.04
Fix Due Date

Relationships

related to 0009595 closedMatthias Damm Need to state that all Nonces shall have a length specified by the SecurityPolicy 

Activities

Jim Luth

2024-11-06 18:32

administrator   ~0022030

Last edited: 2024-11-06 18:39

Replaced:

"This number shall have a length equal to the SecureChannelNonceLength for the SecurityProfile. If the length is not provided or less than 32 bytes, the length shall be 32 bytes. "

With:

"This number shall have a length between 32 and 128 bytes inclusive"

This issue supersedes the fix provided by 0009595

Jim Luth

2024-11-06 18:40

administrator   ~0022031

Requires editing the Errata for 1.03 and 1.04 to close.

Issue History

Date Modified Username Field Change
2024-11-06 17:43 Randy Armstrong New Issue
2024-11-06 17:43 Randy Armstrong Status new => assigned
2024-11-06 17:43 Randy Armstrong Assigned To => Jim Luth
2024-11-06 18:10 Randy Armstrong Description Updated
2024-11-06 18:32 Jim Luth Status assigned => resolved
2024-11-06 18:32 Jim Luth Resolution open => fixed
2024-11-06 18:32 Jim Luth Fixed in Version => 1.05.04
2024-11-06 18:32 Jim Luth Commit Version => 1.05.04
2024-11-06 18:32 Jim Luth Note Added: 0022030
2024-11-06 18:35 Jim Luth Relationship added related to 0009595
2024-11-06 18:39 Jim Luth Note Edited: 0022030
2024-11-06 18:40 Jim Luth Note Added: 0022031