Bug 1657164
Summary: | `certutil -u I` is not documented | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Alicja Kario <hkario> | |
Component: | nss | Assignee: | Bob Relyea <rrelyea> | |
Status: | CLOSED ERRATA | QA Contact: | Ivan Nikolchev <inikolch> | |
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | 7.6 | CC: | dueno, inikolch, omoris, rrelyea | |
Target Milestone: | rc | Keywords: | Reopened | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | nss-3.44.0-4.el7 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1894060 (view as bug list) | Environment: | ||
Last Closed: | 2019-08-23 10:36:40 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1645231 |
Description
Alicja Kario
2018-12-07 10:11:22 UTC
This issue was not selected to be included either in Red Hat Enterprise Linux 7.7 because it is seen either as low or moderate impact to a small amount of use-cases. The next release will be in Maintenance Support 1 Phase, which means that qualified Critical and Important Security errata advisories (RHSAs) and Urgent Priority Bug Fix errata advisories (RHBAs) may be released as they become available. We will now close this issue, but if you believe that it qualifies for the Maintenance Support 1 Phase, please re-open; otherwise we recommend moving the request to Red Hat Enterprise Linux 8 if applicable. resolved in nss-3.43.0-4.el7 I still do not see it in the man page with nss-tools-3.44.0-2.el7: # mandb -c ... # man certutil ... -u certusage Specify a usage context to apply when validating a certificate with the -V option. The contexts are the following: · C (as an SSL client) · V (as an SSL server) · L (as an SSL CA) · A (as Any CA) · Y (Verify CA) · S (as an email signer) · R (as an email recipient) · O (as an OCSP status responder) · J (as an object signer) Bob, do you want to fix this? I think it is okay to postpone as it only affects testing behavior with -V. It's not certusage, it's extended key usage. You can find the new usages with 'man certutil | grep -i ipsec' bob Yes I know, but this bug is about certusage, because Kai's original patch added it (-u I). Do you think we should remove that option? Oh, -u I was also added, I thought this bug was about the missing ipsec extendedKeyusages that were added by my latest patch. -u I was added quite a while ago. OK, my bad. Kai didn't add -I, he just added the raw IPSEC value. OK. I still need to update this. nss-3.44.0-4.el7 should have the new man page. The patch is upstream and in RHEL 8.0.z as well. bob Actually, Ivan pointed out that there is a difference between --help and man page, in --help the value is "IPsec" and in man page it is "IPSEC". Is the -u option case sensitive or not? If it is, we should perhaps want to have the it the same in help and man page to avoid mistakes. Anyway, it is not a blocking issue for RHEL-7.7 (In reply to Ondrej Moriš from comment #18) > Actually, Ivan pointed out that there is a difference between --help and man > page, in --help the value is "IPsec" and in man page it is "IPSEC". Is the > -u option case sensitive or not? If it is, we should perhaps want to have > the it the same in help and man page to avoid mistakes. > > Anyway, it is not a blocking issue for RHEL-7.7 Ah, one specifies just "I" (-u I). Sorry my bad. It is okay then. Sorry for the noise. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:2237 |