add info on the CMP implementation and HTTP client to NEWS and CHANGES #11608
Conversation
| @@ -33,6 +33,12 @@ OpenSSL 3.0 | |||
| authenticate servers or clients. | |||
| * enable-crypto-mdebug and enable-crypto-mdebug-backtrace were mostly | |||
| disabled; the project uses address sanitize/leak-detect instead. | |||
| * Added a Certificate Management Protocol (CMP, RFC 4210) implementation | |||
| also covering CRMF (RFC 4211) and HTTP transfer (RFC 6712). | |||
| It is part of the crypto lib and adds a 'cmp' app with a demo configuration. | |||
mattcaswell
Apr 22, 2020
Member
Strictly speaking the cmp app isn't merged yet. Should we mention this now, or wait until it is there?
Strictly speaking the cmp app isn't merged yet. Should we mention this now, or wait until it is there?
DDvO
Apr 22, 2020
Author
Contributor
Good question.
Yet I thought that this PR won't make it into the upcoming alpha release anyway?
Good question.
Yet I thought that this PR won't make it into the upcoming alpha release anyway?
mattcaswell
Apr 23, 2020
Member
CHANGES and NEWS updates prior to a release are typically treated as "urgent"...in fact I'm going to add that label.
CHANGES and NEWS updates prior to a release are typically treated as "urgent"...in fact I'm going to add that label.
DDvO
Apr 23, 2020
Author
Contributor
I've rephrased the part on the app to:
while a 'cmp' app using it is in preparation.
and removed the references to the CLI app in CHANGES.md.
I've rephrased the part on the app to:
while a 'cmp' app using it is in preparation.
and removed the references to the CLI app in CHANGES.md.
|
I'm not really sure about the order of the items in the list. |
Looks fine to me. |
|
@mattcaswell, thanks for your quick comments. |
|
I've just tried to merge this, but Anyone having the needed privileges please do the merge. |
The repo is frozen anyway, only @mattcaswell at the moment can do merges. As long as he is aware of which PRs are queued for handling before the release, he will take care of that. |
…NGES.md Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from #11608)
|
Pushed. There does seem to be some kind of addrev issue at the moment. I manually hacked things. The repo being frozen shouldn't affect it. But @levitte has been doing some work on the tools repo so maybe something to do with that?? |
Yeah, still happens for me as well. The OpenSSL::Query does not work. |
|
Please try again. There was a web configuration error, which I corrected early this morning. |
Thanks @levitte, addrev works again. |
This fixes most of #11606
and in addition mentions also the generalized HTTP client #10667, which came up along with the CMP and CRMF contribution (#7646, #11470 etc.).