VirtualBox

Ignore:
Timestamp:
Mar 31, 2022 9:00:36 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150730
Message:

libs/openssl: Update to 3.0.2 and switch to it, bugref:10128

Location:
trunk/src/libs/openssl-3.0.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.0.2

    • Property svn:mergeinfo
      •  

        old new  
        1313/vendor/openssl/1.1.1k:145841-145843
        1414/vendor/openssl/3.0.1:150323-150324
        15 /vendor/openssl/current:147554-150322
         15/vendor/openssl/3.0.2:150728-150729
         16/vendor/openssl/current:147554-150727
  • trunk/src/libs/openssl-3.0.2/crypto/async/arch/async_posix.h

    r94082 r94404  
    11/*
    2  * Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved.
     2 * Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
    33 *
    44 * Licensed under the Apache License 2.0 (the "License").  You may not use
     
    2626#  define ASYNC_ARCH
    2727
    28 #  ifdef __CET__
     28#  if defined(__CET__) || defined(__ia64__)
    2929/*
    3030 * When Intel CET is enabled, makecontext will create a different
     
    3232 * use _longjmp.  It must call swapcontext to swap shadow stack as
    3333 * well as normal stack.
     34 * On IA64 the register stack engine is not saved across setjmp/longjmp. Here
     35 * swapcontext() performs correctly.
     36 */
     37#   define USE_SWAPCONTEXT
     38#  endif
     39#  if defined(__aarch64__) && defined(__clang__) \
     40    && defined(__ARM_FEATURE_BTI_DEFAULT) && __ARM_FEATURE_BTI_DEFAULT == 1
     41/*
     42 * setjmp/longjmp don't currently work with BTI on all libc implementations
     43 * when compiled by clang. This is because clang doesn't put a BTI after the
     44 * call to setjmp where it returns the second time. This then fails on libc
     45 * implementations - notably glibc - which use an indirect jump to there.
     46 * So use the swapcontext implementation, which does work.
     47 * See https://github.com/llvm/llvm-project/issues/48888.
    3448 */
    3549#   define USE_SWAPCONTEXT
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette