History log of /openbsd/lib/libcrypto/bn/arch/amd64/bignum_add.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


# 999c1c14 23-Jan-2023 jsing <jsing@openbsd.org>

Change include from _internal_s2n_bignum.h to s2n_bignum_internal.h.


# 3b6dd4a6 23-Jan-2023 jsing <jsing@openbsd.org>

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


# e0bd33c5 23-Jan-2023 jsing <jsing@openbsd.org>

Bring in various s2n-bignum functions for amd64.

This brings in bignum_add(), bignum_cmadd(), bignum_cmul(), bignum_mul()
and bignum_sub(), along with bignum_{mul,sqr}_4_8_alt() and
bignum_{mul,sqr}

Bring in various s2n-bignum functions for amd64.

This brings in bignum_add(), bignum_cmadd(), bignum_cmul(), bignum_mul()
and bignum_sub(), along with bignum_{mul,sqr}_4_8_alt() and
bignum_{mul,sqr}_8_16_alt().

Discussed with tb@

show more ...