Chunk 10 of CMP contribution to OpenSSL: CMP HTTP client and related tests#11404
Chunk 10 of CMP contribution to OpenSSL: CMP HTTP client and related tests#11404DDvO wants to merge 2 commits intoopenssl:masterfrom
Conversation
|
Strange that Travis still shows yellow in the CI status overview above although its details indicate that all its runs have passed 16 hours ago. |
|
Travis again brought the usual false postitive (due to timeout). |
|
Neat that the number of this PR ends in 404 - kind of suitable for an HTTP topic 😉 |
|
Thanks @mattcaswell for your review! |
|
Travis failure is the usual timeout. |
|
Great that this already approved - thanks @mattcaswell for your swift responses! I'm going to merge this soon after the 24 hours have passed. |
|
24 hours has passed since 'approval: done' was set, but as this PR has been updated in that time the label 'approval: ready to merge' is not being automatically set. Please review the updates and set the label manually. |
… tests
Also improve the generic HTTP client w.r.t. proxy and no_proxy options.
Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL
Also includes CRMF (RFC 4211) and HTTP transfer (RFC 6712).
Adds the CMP and CRMF API to libcrypto and the "cmp" app to the CLI.
Adds extensive documentation and tests.
66438d6 to
4fcbc6d
Compare
… other improvements
4fcbc6d to
a5e85e5
Compare
… tests
Also improve the generic HTTP client w.r.t. proxy and no_proxy options.
Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL
Also includes CRMF (RFC 4211) and HTTP transfer (RFC 6712).
Adds the CMP and CRMF API to libcrypto and the "cmp" app to the CLI.
Adds extensive documentation and tests.
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: David von Oheimb <[email protected]>
(Merged from #11404)
… other improvements Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from #11404)
|
Rebased, squashed to two commits, and merged. Thanks! |
Chunk 10 of CMP contribution to OpenSSL: CMP HTTP client and related tests
Also improves the generic HTTP client w.r.t. proxy and no_proxy options,
makes HTTP server/proxy address and port parameters more consistent,
and include minor other improvements of the generic HTTP client.
Makes use of the generic HTTP client for the CMP client implementation.
Checklist