[openssl/openssl] e99e4e: 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-4.0/[email protected]> |
Branch: refs/heads/openssl-4.0
Home: https://github.com/openssl/openssl
Commit: e99e4e89c1c30b40502d61efbf4b16a98c22f406
https://github.com/openssl/openssl/commit/e99e4e89c1c30b40502d61efbf4b16a98c22f406
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:03 2026
Merged-from: https://github.com/openssl/openssl/pull/32139
Commit: 475cd6c34bc7111b6beea35dc74742fce86145dd
https://github.com/openssl/openssl/commit/475cd6c34bc7111b6beea35dc74742fce86145dd
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:04 2026
Merged-from: https://github.com/openssl/openssl/pull/32139
Compare: https://github.com/openssl/openssl/compare/01ba3593a087...475cd6c34bc7
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-4.0/01ba35-475cd6%40github.com.