Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add padding spaces before printing signature algorithm. #1513

Closed
wants to merge 1 commit into from

Conversation

hotpxl
Copy link
Contributor

@hotpxl hotpxl commented Aug 30, 2016

When printing x509 certificates like

openssl x509 -in ca.crt -noout -text

It has two Signature Algorithm lines. In CHANGES:7466 it introduces a function X509_signature_print to deduplicate the print routine. But it would result in one of the lines having incorrect indentation.

This PR manually added the indentation back.

@levitte levitte self-assigned this Jul 6, 2017
@hotpxl
Copy link
Contributor Author

hotpxl commented Nov 14, 2017

Is there any new progress on this PR?

Copy link
Contributor

@richsalz richsalz left a comment

Choose a reason for hiding this comment

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

ping for another reviewer.

@richsalz richsalz added branch: master Merge to master branch approval: done This pull request has the required number of approvals labels Nov 14, 2017
@levitte levitte added approval: review pending This pull request needs review by a committer and removed approval: done This pull request has the required number of approvals labels Nov 14, 2017
@paulidale paulidale added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Nov 14, 2017
@richsalz
Copy link
Contributor

@hotpxl do you agree this is a trivial change?
@paulidale do you also agree?

@hotpxl
Copy link
Contributor Author

hotpxl commented Nov 15, 2017

Is there a formal definition of trivial change? If not, then yes. This only affects human-readable text output. It doesn't involve any security related features.

@richsalz
Copy link
Contributor

Sorry I wasn't clear. Something small, simple, and/or obvious that is therefore not copyrightable code.

@hotpxl
Copy link
Contributor Author

hotpxl commented Nov 15, 2017

Yes, definitely.

@richsalz
Copy link
Contributor

ping @paulidale to confirm triviality :)

Copy link
Member

@t-j-h t-j-h left a comment

Choose a reason for hiding this comment

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

Agree trivial

levitte pushed a commit that referenced this pull request Nov 15, 2017
CLA: trivial

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Rich Salz <tjh@openssl.org>
(Merged from #1513)
@richsalz
Copy link
Contributor

Thanks. Merged to master. (And thanks for the nudge, this had been forgotten, sorry.)

@richsalz richsalz closed this Nov 15, 2017
levitte pushed a commit to levitte/openssl that referenced this pull request Nov 16, 2017
CLA: trivial

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Rich Salz <tjh@openssl.org>
(Merged from openssl#1513)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals branch: master Merge to master branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants