History log of /openbsd/lib/libcrypto/bn/arch/amd64/word_clz.S (Results 1 – 5 of 5)
Revision Date Author Comments
# 22787c51 24-Feb-2024 tb <tb@openbsd.org>

Replace uses of endbr64 with _CET_ENDBR from cet.h

cet.h is needed for other platforms to emit the relevant .gnu.properties
sections that are necessary for them to enable IBT. It also avoids issues

Replace uses of endbr64 with _CET_ENDBR from cet.h

cet.h is needed for other platforms to emit the relevant .gnu.properties
sections that are necessary for them to enable IBT. It also avoids issues
with older toolchains on macOS that explode on encountering endbr64.

based on a diff by kettenis
ok beck kettenis

show more ...


# 1d4dcfa7 25-Apr-2023 deraadt <deraadt@openbsd.org>

Add endbr64 where needed by inspection. Passes regresson tests.
ok jsing, and kind of tb an earlier version


# 8c38c49a 16-Feb-2023 jsing <jsing@openbsd.org>

Change include from _internal_s2n_bignum.h to s2n_bignum_internal.h.


# 11f745e9 16-Feb-2023 jsing <jsing@openbsd.org>

Include the ISC license from s2n-bignum's LICENSE file.


# 5dab377e 16-Feb-2023 jsing <jsing@openbsd.org>

Bring in word_clz.S from s2n-bignum for amd64.