TS: Extend use of untrusted certs in ts app and TS_RESP_verify_signature() #14504
Conversation
…so from token response
This requires moving generally useful functions from apps/cmp.c to apps/lib/apps.c
|
LGTM |
|
This pull request is ready to merge |
openssl-machine
pushed a commit
that referenced
this pull request
Mar 13, 2021
…so from token response Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from #14504)
openssl-machine
pushed a commit
that referenced
this pull request
Mar 13, 2021
This requires moving generally useful functions from apps/cmp.c to apps/lib/apps.c Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from #14504)
|
Merged - thanks @t8m |
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.
This is a spin-off from #14503.
TS_RESP_verify_signature()make use of untrusted certs also from token response.tsapp-untrustedoption arg to refer to multiple sources like thecmpapp does,which motivates moving generally useful functions from
apps/cmp.ctoapps/lib/apps.c.80-test_tsa.t