gocsaf / csaf

Tools to download or provide CSAF (Common Security Advisory Framework) documents.
https://csaf.io
41 stars 24 forks source link

Decide how to handle plain passwords for PEM encoded certificates #434

Closed s-l-teichmann closed 1 year ago

s-l-teichmann commented 1 year ago

We currently support PEM encoded client certificates which may be protected with an optional password.

There is an design flaw in RFC 1423 See used call in Stdlib for details

Currently we tend to leave it in, but for the 2.4.0 release we should document it or maybe remove it or use another container format.

s-l-teichmann commented 1 year ago

@tschmidtb51 ... as discussed in the meeting PR #435 documents the issue.

bernhardreiter commented 1 year ago

Reading up on this, I do not fully understand the situation yet.

bernhardreiter commented 1 year ago

We want to leave it in, but mark it as experimental (so we can remove it in the future). The limits of the options shall be documented.

This is reflected in #435 now.