X509: Flag modified when X509_req_info_st updated - follow-up for 3.0+#19090
Closed
DDvO wants to merge 3 commits intoopenssl:masterfrom
Closed
X509: Flag modified when X509_req_info_st updated - follow-up for 3.0+#19090DDvO wants to merge 3 commits intoopenssl:masterfrom
X509_req_info_st updated - follow-up for 3.0+#19090DDvO wants to merge 3 commits intoopenssl:masterfrom
Conversation
…a updated We need to reencode X509_req_info_st if member data updated.
Member
|
This would not be eligible for 3.0 IMO. |
Member
|
Or maybe it would, although I am not a big fan of such cleanup kind of changes on older branches. |
t8m
approved these changes
Aug 29, 2022
Contributor
Author
|
Asking @openssl/committers for 2nd approval. |
hlandau
approved these changes
Sep 9, 2022
Collaborator
|
This pull request is ready to merge |
Contributor
Author
openssl-machine
pushed a commit
that referenced
this pull request
Sep 10, 2022
…a updated We need to reencode X509_req_info_st if member data updated. Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from #19090)
openssl-machine
pushed a commit
that referenced
this pull request
Sep 10, 2022
… successful Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from #19090)
openssl-machine
pushed a commit
that referenced
this pull request
Sep 10, 2022
…ve coding style Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> (Merged from #19090)
openssl-machine
pushed a commit
that referenced
this pull request
Sep 10, 2022
…a updated We need to reencode X509_req_info_st if member data updated. Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from #19090) (cherry picked from commit 39d356e)
openssl-machine
pushed a commit
that referenced
this pull request
Sep 10, 2022
… successful Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from #19090) (cherry picked from commit 9249a34)
openssl-machine
pushed a commit
that referenced
this pull request
Sep 10, 2022
…ve coding style Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> (Merged from #19090) (cherry picked from commit 8e39049)
sftcd
pushed a commit
to sftcd/openssl
that referenced
this pull request
Sep 24, 2022
…a updated We need to reencode X509_req_info_st if member data updated. Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from openssl#19090)
sftcd
pushed a commit
to sftcd/openssl
that referenced
this pull request
Sep 24, 2022
… successful Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from openssl#19090)
sftcd
pushed a commit
to sftcd/openssl
that referenced
this pull request
Sep 24, 2022
…ve coding style Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> (Merged from openssl#19090)
beldmit
pushed a commit
to beldmit/openssl
that referenced
this pull request
Dec 26, 2022
…a updated We need to reencode X509_req_info_st if member data updated. Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from openssl#19090)
beldmit
pushed a commit
to beldmit/openssl
that referenced
this pull request
Dec 26, 2022
… successful Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from openssl#19090)
beldmit
pushed a commit
to beldmit/openssl
that referenced
this pull request
Dec 26, 2022
…ve coding style Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> (Merged from openssl#19090)
kafei-cy
added a commit
to kafei-cy/Tongsuo
that referenced
this pull request
Jan 11, 2026
This is a variant of openssl/openssl#18879 for 3.0 and master, rebasing that PR from 1.1.1. On this occasion, I added a further commit that to add some NULL parameter checks and improve coding style in crypto/x509/{x509_req,x_all}.c Include 3 commits: X509 x509_req.c: Set 'modified' flag when X509_req_info_st member data updated X509 x_all.c: Set 'modified' flag when ASN1_item_sign{,_ctx} call was successful crypto/x509/{x509_req,x_all}.c: add some NULL parameter checks, improve coding style (Merged from openssl/openssl#19090)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a variant of #18879 for 3.0 and master, rebasing that PR from 1.1.1.
On this occasion, I added a further commit that to add some NULL parameter checks and improve coding style in
crypto/x509/{x509_req,x_all}.c.