openssl/crypto/async/arch
H.J. Lu 34675b2ba9 Use swapcontext for Intel CET
When Intel CET is enabled, makecontext will create a different shadow
stack for each context.  async_fibre_swapcontext cannot use _longjmp.
It must call swapcontext to swap shadow stack as well as normal stack.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10983)
2020-02-07 23:25:37 +00:00
..
async_null.c
async_null.h
async_posix.c Use swapcontext for Intel CET 2020-02-07 23:25:37 +00:00
async_posix.h Use swapcontext for Intel CET 2020-02-07 23:25:37 +00:00
async_win.c
async_win.h