[openssl/openssl] 661fc3: OSSL_CMP_{exec_certreq,SRV_CTX}_new.pod: enrich do...
"'David von Oheimb' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-3.5/[email protected]> |
Branch: refs/heads/openssl-3.5
Home: https://github.com/openssl/openssl
Commit: 661fc3f81a15179575fb924e3d1afa54d6aef050
https://github.com/openssl/openssl/commit/661fc3f81a15179575fb924e3d1afa54d6aef050
Author: Dr. David von Oheimb <[email protected]>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M doc/man3/OSSL_CMP_SRV_CTX_new.pod
M doc/man3/OSSL_CMP_exec_certreq.pod
Log Message:
-----------
OSSL_CMP_{exec_certreq,SRV_CTX}_new.pod: enrich doc of CMP client and server
In particular, clarify that they focus on the Lightweight CMP Profile
and that the server is single-threaded.
Reviewed-by: Andrew Dinh <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Thu Aug 27 07:24:59 2026
(Merged from https://github.com/openssl/openssl/pull/28988)
(cherry picked from commit 44635ff58b34e677b1bcf4bd87be07c4698d414c)
Commit: c72616d6b3a13320093ad5328750f8234a5ec6bc
https://github.com/openssl/openssl/commit/c72616d6b3a13320093ad5328750f8234a5ec6bc
Author: Dr. David von Oheimb <[email protected]>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M crypto/cmp/cmp_server.c
M doc/man3/OSSL_CMP_SRV_CTX_new.pod
Log Message:
-----------
OSSL_CMP_SRV_process_request(): complete transaction detection and context re-initialization
This motivated factoring out new functions: assuming_new_transaction()
and transaction_reinit(). It also includes a minor fix: so far, receiving
an error message from the client was taken as an indication for a new
transaction, which does not make much sense; so, this case has been dropped
in assuming_new_transaction().
Reviewed-by: Andrew Dinh <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Thu Aug 27 07:25:01 2026
(Merged from https://github.com/openssl/openssl/pull/28988)
(cherry picked from commit 70c89a2c33b3524fdb32ee9609e526e555f11078)
Commit: a1e5288390499189181f877c91907cd7915f0491
https://github.com/openssl/openssl/commit/a1e5288390499189181f877c91907cd7915f0491
Author: Dr. David von Oheimb <[email protected]>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M crypto/cmp/cmp_server.c
M test/cmp_client_test.c
Log Message:
-----------
OSSL_CMP_SRV_process_request(): fix wrong handling of aborted polling transaction
The check for acceptable response body types during polling
should only be done when we are in an active transaction.
Also fix missing parentheses in test/cmp_client_test.c, which had prevented reporting failure.
Reviewed-by: Andrew Dinh <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Thu Aug 27 07:25:02 2026
(Merged from https://github.com/openssl/openssl/pull/28988)
(cherry picked from commit 3ad285003e55e1600c7ed591fcd7e36d1208cae2)
Compare: https://github.com/openssl/openssl/compare/723045d5b48d...a1e528839049
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/openssl-3.5/723045-a1e528%40github.com.