[openssl/openssl] f692e4: 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.6/[email protected]> |
Branch: refs/heads/openssl-3.6
Home: https://github.com/openssl/openssl
Commit: f692e4d83091d18f2da89b0d77919eb6abb599d0
https://github.com/openssl/openssl/commit/f692e4d83091d18f2da89b0d77919eb6abb599d0
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: dbc903a3378f8453a8339e0f1aa3ad1632be8f5b
https://github.com/openssl/openssl/commit/dbc903a3378f8453a8339e0f1aa3ad1632be8f5b
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: 332f2385ca74bd64029386f069c577aa39f61354
https://github.com/openssl/openssl/commit/332f2385ca74bd64029386f069c577aa39f61354
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/e09c15646b47...332f2385ca74
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.6/e09c15-332f23%40github.com.