index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
arch
Age
Commit message (
Expand
)
Author
2024-08-11
Provide and use crypto_arch.h.
Joel Sing
2024-06-04
enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all the
Theo de Raadt
2024-03-29
Always use C functions for AES_{encrypt,decrypt}().
Joel Sing
2024-03-29
Move camellia to primary Makefile.
Joel Sing
2024-03-29
Stop building camellia assembly on amd64 and i386.
Joel Sing
2024-03-29
Move aes_core.c to the primary Makefile.
Joel Sing
2024-03-29
Always use C functions for AES_set_{encrypt,decrypt}_key().
Joel Sing
2024-03-29
Move wp_block.c to the primary Makefile.
Joel Sing
2024-03-29
Stop building whirlpool assembly on amd64 and i386.
Joel Sing
2024-03-28
Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.
Joel Sing
2024-03-28
Make AES_cbc_encrypt() always be a C function.
Joel Sing
2024-03-28
Remove OPENSSL_UNISTD define
Theo Buehler
2024-03-28
Move rc4.c to primary Makefile.
Joel Sing
2024-03-28
Use C functions for RC4 public API.
Joel Sing
2024-03-28
Move des sources to primary Makefile.
Joel Sing
2024-03-28
Stop building the assembly implementation of des on sparc64.
Joel Sing
2024-03-28
Stop building the assembly implementation of des and ripemd on i386.
Joel Sing
2024-03-27
Remove unused rc4 parisc assembly.
Joel Sing
2024-03-27
Consolidate rc4 code.
Joel Sing
2024-03-27
Remove assembly for stitched modes.
Joel Sing
2024-03-27
Move bf_enc.c to the primary Makefile.
Joel Sing
2024-03-27
Stop building the assembly implementation of blowfish on i386.
Joel Sing
2023-11-12
split the Symbols.list up so that arch specific symbols do not end up everywhere
Robert Nagy
2023-08-25
zap a stray space
Theo Buehler
2023-07-26
Remove constructor attribute for OPENSSL_cpuid_setup() on arm/aarch64.
Joel Sing
2023-07-07
Provide a libcrypto Makefile.inc for riscv64.
Joel Sing
2023-04-15
Stop building GF2m assembly
Theo Buehler
2023-04-05
Sprinkle a few BTI instructions into the arm64 assembly files and pass
Mark Kettenis
2023-02-22
Replace bn_sub_part_words() with bn_sub().
Joel Sing
2023-02-16
Enable s2n-bignum word_clz() on amd64.
Joel Sing
2023-01-31
Remove the now empty bn_asm.c.
Joel Sing
2023-01-31
Remove sparc related files from libcrypto.
Joel Sing
2023-01-29
Use s2n-bignum assembly implementations for libcrypto bignum on amd64.
Joel Sing
2023-01-21
Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr().
Joel Sing
2023-01-20
Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h).
Joel Sing
2023-01-17
Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add
Miod Vallat
2023-01-14
Remove unused Elliptic Curve code.
Joel Sing
2023-01-13
Move all data tables from .text section to .rodata, and update the code to
Miod Vallat
2023-01-13
Move all data tables from .text section to .rodata, and update the code to
Miod Vallat
2023-01-11
based upon inspection of obj/*.S ...
Theo de Raadt
2023-01-11
temporarily force hppa libcrypto to be built --no-execute-only because
Theo de Raadt
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-03-25
use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64
Robert Nagy
2022-03-23
Start disentangling armv7 and aarch64 code
Theo Buehler
2021-05-02
riscv64 openssl config
Dale Rahn
2021-05-01
Retire OpenBSD/sgi.
Visa Hankala
2020-06-29
Disable assembly code for powerpc64; more work is needed to make it work.
Mark Kettenis
2020-06-28
Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't
Mark Kettenis
2020-06-26
Accidentally doubled these files on first commit. Correcting.
Dale Rahn
2020-06-25
Intial attempt at powerpc64 libcrypto pieces.
Dale Rahn
[next]