[openssl/openssl] 84e613: doc: document thread cancellation and non-local exits
"'Mounir IDRASSI' 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: 84e613df3a0b660280fb037b9070e866fbe013b8
https://github.com/openssl/openssl/commit/84e613df3a0b660280fb037b9070e866fbe013b8
Author: Mounir IDRASSI <[email protected]>
Date: 2026-08-19 (Wed, 19 Aug 2026)
Changed paths:
M doc/man3/OPENSSL_init_crypto.pod
M doc/man7/openssl-threads.pod
Log Message:
-----------
doc: document thread cancellation and non-local exits
Document that OpenSSL provides no general guarantee that an
in-progress call can be abandoned safely through thread cancellation,
forced termination, or another non-local exit.
Explain indirect cancellation points, the limits of thread-local
cleanup, POSIX cancellation masking, and cooperative cancellation.
Clarify in OPENSSL_init_crypto(3) that automatic thread cleanup does
not unwind an interrupted call.
Assisted-by: Codex:gpt-5.6-sol
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Wed Aug 19 10:31:45 2026
Merged-from: https://github.com/openssl/openssl/pull/32139
Commit: e375de560d4ef053002db1d1cc71c89e898a87eb
https://github.com/openssl/openssl/commit/e375de560d4ef053002db1d1cc71c89e898a87eb
Author: Mounir IDRASSI <[email protected]>
Date: 2026-08-19 (Wed, 19 Aug 2026)
Changed paths:
M doc/man3/SSL_poll.pod
M doc/man7/openssl-quic-concurrency.pod
Log Message:
-----------
doc: document QUIC thread cancellation consequences
Describe the domain-wide consequences of interrupting QUIC API
processing while synchronisation is held or notification state is
registered.
Clarify that SSL_poll() can leave stale registrations in multiple
notifier-enabled domains, and provide cooperative cancellation and
application-driven event-loop guidance.
Assisted-by: Codex:gpt-5.6-sol
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Wed Aug 19 10:31:46 2026
Merged-from: https://github.com/openssl/openssl/pull/32139
Compare: https://github.com/openssl/openssl/compare/431a34b15ef8...e375de560d4e
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/431a34-e375de%40github.com.