Todd Lipcon has submitted this change and it was merged. Change subject: IPKI: remove unused fields from cert code ......................................................................
IPKI: remove unused fields from cert code This removes all of the X509 attributes that we weren't currently setting. It's better to not have them than have invalid values. Change-Id: Ie3e6ff00fa33fe0156a04ead6f72db3432775cdb Reviewed-on: http://gerrit.cloudera.org:8080/6115 Reviewed-by: Dan Burkert <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M src/kudu/integration-tests/master_cert_authority-itest.cc M src/kudu/master/master_cert_authority.cc M src/kudu/security/ca/cert_management-test.cc M src/kudu/security/ca/cert_management.cc M src/kudu/security/ca/cert_management.h M src/kudu/security/security-test-util.cc M src/kudu/security/tls_context.cc 7 files changed, 28 insertions(+), 181 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Todd Lipcon: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6115 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie3e6ff00fa33fe0156a04ead6f72db3432775cdb Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
