Attila Bukor has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/23681


Change subject: Add version to IPKI CA CSR
......................................................................

Add version to IPKI CA CSR

OpenSSL 3.5.1 added a version check to certificate signing that causes
signing previously working certificate signing requests to fail with the
below error:

Runtime error: failed to self-sign cert: CSR signature verification error: 
error:05800091:x509 certificate routines::unsupported 
version:crypto/x509/x_all.c:47:X509_REQ_verify_ex

This patch fixes this problem by setting the version on the CSR.

Change-Id: I735a56d444009a867fbcab9b78d0053cea593b95
---
M src/kudu/security/ca/cert_management.cc
1 file changed, 7 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/81/23681/1
--
To view, visit http://gerrit.cloudera.org:8080/23681
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I735a56d444009a867fbcab9b78d0053cea593b95
Gerrit-Change-Number: 23681
Gerrit-PatchSet: 1
Gerrit-Owner: Attila Bukor <[email protected]>

Reply via email to