Skip to content

fixed incorrect conversion of the X.509 serial number ASN1_INTEGER field#139

Closed
Shaeto wants to merge 2 commits intoDCMTK:masterfrom
Shaeto:master
Closed

fixed incorrect conversion of the X.509 serial number ASN1_INTEGER field#139
Shaeto wants to merge 2 commits intoDCMTK:masterfrom
Shaeto:master

Conversation

@Shaeto
Copy link

@Shaeto Shaeto commented Jan 8, 2026

description is available here https://forum.dcmtk.org/viewtopic.php?t=5494

char certSubjectName[1024]; /* certificate subject name (DN) */
char certIssuerName[1024]; /* certificate issuer name (DN) */
const char *certPubKeyType = "unknown"; /* certificate public key type */
OFString certPubKeyType = "unknown"; /* certificate public key type */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommendation generated by Amazon CodeGuru Reviewer. Leave feedback on this recommendation by replying to the comment or by reacting to the comment using emoji.

Potential hardcoded credential detected. This code may contain sensitive data such as passwords or API keys embedded directly in the source. Hardcoded credentials can be extracted and misused, leading to unauthorized access to systems or data breaches. To remediate this, store secrets in environment variables or use a secrets management tool like AWS Secrets Manager, Azure Key Vault, or HashiCorp Vault. Avoid committing credentials to version control. For best practices, refer to - https://cwe.mitre.org/data/definitions/798.html

@Shaeto Shaeto closed this Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants