History log of /openbsd-current/lib/libcrypto/bn/s2n_bignum_internal.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.3 24-Feb-2024 tb

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


Revision tags: OPENBSD_7_3_BASE OPENBSD_7_4_BASE
# 1.2 21-Jan-2023 jsing

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


# 1.1 21-Jan-2023 jsing

Bring in the internal and "public" headers for s2n-bignum.

s2n-bignum provides a collection of bignum routines that are written in
pure machine code. Each function is written in constant-time style and
has a formal proof. We intend on making use of these for libcrypto's
bignum implementation on aarch64 and amd64.

ok tb@


# 1.2 21-Jan-2023 jsing

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


# 1.1 21-Jan-2023 jsing

Bring in the internal and "public" headers for s2n-bignum.

s2n-bignum provides a collection of bignum routines that are written in
pure machine code. Each function is written in constant-time style and
has a formal proof. We intend on making use of these for libcrypto's
bignum implementation on aarch64 and amd64.

ok tb@