History log of /openbsd-current/lib/libcrypto/arch/powerpc64/Makefile.inc
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.14 29-Mar-2024 jsing

Move camellia to primary Makefile.

These files are now built on all platforms.


# 1.13 29-Mar-2024 jsing

Move aes_core.c to the primary Makefile.

This is now built on all platforms.


# 1.12 29-Mar-2024 jsing

Move wp_block.c to the primary Makefile.

This is now built on all platforms.


# 1.11 28-Mar-2024 jsing

Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.


# 1.10 28-Mar-2024 jsing

Move rc4.c to primary Makefile.

This is now built on all platforms.


# 1.9 28-Mar-2024 jsing

Move des sources to primary Makefile.

Now that all platforms use a C des implementation, move it to the primary
Makefile.


# 1.8 27-Mar-2024 jsing

Consolidate rc4 code.

Discussed with tb@


# 1.7 27-Mar-2024 jsing

Move bf_enc.c to the primary Makefile.

Now that all architectures are using bf_enc.c, it does not make sense to
have it in every Makefile.inc file.


Revision tags: OPENBSD_7_3_BASE OPENBSD_7_4_BASE OPENBSD_7_5_BASE
# 1.6 31-Jan-2023 jsing

Remove the now empty bn_asm.c.

This rather misnamed file (bn_asm.c) previously contained the C code that
was needed to build libcrypto bignum on platforms that did not have
assembly implementations of the functions it contained.


# 1.5 17-Jan-2023 miod

Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add
interfaces, and remove empty assembly OPENSSL_cpuid_setup routines - the
default empty C fallback will work as good.

ok jsing@


Revision tags: OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.4 29-Jun-2020 kettenis

Disable assembly code for powerpc64; more work is needed to make it work.


# 1.3 28-Jun-2020 kettenis

Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't
hooked up and the lack of a bn_mul_mont_int implementation results in
undefined references.


# 1.2 26-Jun-2020 drahn

Accidentally doubled these files on first commit. Correcting.


# 1.1 25-Jun-2020 drahn

Intial attempt at powerpc64 libcrypto pieces.

just commit this kettenis@


# 1.10 28-Mar-2024 jsing

Move rc4.c to primary Makefile.

This is now built on all platforms.


# 1.9 28-Mar-2024 jsing

Move des sources to primary Makefile.

Now that all platforms use a C des implementation, move it to the primary
Makefile.


# 1.8 27-Mar-2024 jsing

Consolidate rc4 code.

Discussed with tb@


# 1.7 27-Mar-2024 jsing

Move bf_enc.c to the primary Makefile.

Now that all architectures are using bf_enc.c, it does not make sense to
have it in every Makefile.inc file.


Revision tags: OPENBSD_7_3_BASE OPENBSD_7_4_BASE OPENBSD_7_5_BASE
# 1.6 31-Jan-2023 jsing

Remove the now empty bn_asm.c.

This rather misnamed file (bn_asm.c) previously contained the C code that
was needed to build libcrypto bignum on platforms that did not have
assembly implementations of the functions it contained.


# 1.5 17-Jan-2023 miod

Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add
interfaces, and remove empty assembly OPENSSL_cpuid_setup routines - the
default empty C fallback will work as good.

ok jsing@


Revision tags: OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.4 29-Jun-2020 kettenis

Disable assembly code for powerpc64; more work is needed to make it work.


# 1.3 28-Jun-2020 kettenis

Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't
hooked up and the lack of a bn_mul_mont_int implementation results in
undefined references.


# 1.2 26-Jun-2020 drahn

Accidentally doubled these files on first commit. Correcting.


# 1.1 25-Jun-2020 drahn

Intial attempt at powerpc64 libcrypto pieces.

just commit this kettenis@


# 1.6 31-Jan-2023 jsing

Remove the now empty bn_asm.c.

This rather misnamed file (bn_asm.c) previously contained the C code that
was needed to build libcrypto bignum on platforms that did not have
assembly implementations of the functions it contained.


# 1.5 17-Jan-2023 miod

Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add
interfaces, and remove empty assembly OPENSSL_cpuid_setup routines - the
default empty C fallback will work as good.

ok jsing@


Revision tags: OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.4 29-Jun-2020 kettenis

Disable assembly code for powerpc64; more work is needed to make it work.


# 1.3 28-Jun-2020 kettenis

Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't
hooked up and the lack of a bn_mul_mont_int implementation results in
undefined references.


# 1.2 26-Jun-2020 drahn

Accidentally doubled these files on first commit. Correcting.


# 1.1 25-Jun-2020 drahn

Intial attempt at powerpc64 libcrypto pieces.

just commit this kettenis@


# 1.5 17-Jan-2023 miod

Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add
interfaces, and remove empty assembly OPENSSL_cpuid_setup routines - the
default empty C fallback will work as good.

ok jsing@


Revision tags: OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.4 29-Jun-2020 kettenis

Disable assembly code for powerpc64; more work is needed to make it work.


# 1.3 28-Jun-2020 kettenis

Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't
hooked up and the lack of a bn_mul_mont_int implementation results in
undefined references.


# 1.2 26-Jun-2020 drahn

Accidentally doubled these files on first commit. Correcting.


# 1.1 25-Jun-2020 drahn

Intial attempt at powerpc64 libcrypto pieces.

just commit this kettenis@


# 1.4 29-Jun-2020 kettenis

Disable assembly code for powerpc64; more work is needed to make it work.


# 1.3 28-Jun-2020 kettenis

Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't
hooked up and the lack of a bn_mul_mont_int implementation results in
undefined references.


# 1.2 26-Jun-2020 drahn

Accidentally doubled these files on first commit. Correcting.


# 1.1 25-Jun-2020 drahn

Intial attempt at powerpc64 libcrypto pieces.

just commit this kettenis@


# 1.3 28-Jun-2020 kettenis

Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't
hooked up and the lack of a bn_mul_mont_int implementation results in
undefined references.


# 1.2 26-Jun-2020 drahn

Accidentally doubled these files on first commit. Correcting.


# 1.1 25-Jun-2020 drahn

Intial attempt at powerpc64 libcrypto pieces.

just commit this kettenis@


# 1.2 26-Jun-2020 drahn

Accidentally doubled these files on first commit. Correcting.


# 1.1 25-Jun-2020 drahn

Intial attempt at powerpc64 libcrypto pieces.

just commit this kettenis@


# 1.1 25-Jun-2020 drahn

Intial attempt at powerpc64 libcrypto pieces.

just commit this kettenis@