View Issue Details

IDProjectCategoryView StatusLast Update
001006510000-012: DiscoverySpecpublic2025-01-14 17:12
ReporterHock, Christian Assigned ToJim Luth  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Product Version1.05.04 
Target Version1.05.05 RC1 
Summary0010065: 0:'SupportedPrivateKeyFormats' - only 'PEM' and 'PFX' specified/allowed ...
Description

The Spec mentions: 'The SupportedPrivateKeyFormats specifies the PrivateKey formats supported by the Server. Possible values include “PEM” (see RFC 5958) or “PFX” (see PKCS #12). The array is empty if the Server does not allow external Clients to update the PrivateKey.'

  • This we read is for OPC UA Server/Client and this is very fine, but if we want to support a lot of different application which are NOT OPC UA related and we believe that we need to support also other/different DER-formats - like:
    • a. “-----BEGIN PRIVATE KEY-----” PKCS8-format
    • b. “-----BEGIN OPENSSH PRIVATE KEY-----” OpenSSH-format.
    • c. “-----BEGIN RSA PRIVATE KEY-----” TraditionalOpenSSL-format.
TagsNo tags attached.
Commit Version
Fix Due Date

Activities

Jim Luth

2025-01-14 17:12

administrator   ~0022279

All other formats can be converted from/to the formats we already support, so we will not add additional formats.

Issue History

Date Modified Username Field Change
2024-12-09 06:46 Hock, Christian New Issue
2025-01-14 17:12 Jim Luth Assigned To => Jim Luth
2025-01-14 17:12 Jim Luth Status new => closed
2025-01-14 17:12 Jim Luth Resolution open => won't fix
2025-01-14 17:12 Jim Luth Note Added: 0022279