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
/
amd64
/
Makefile.inc
Age
Commit message (
Expand
)
Author
5 days
Provide a SHA-256 assembly implementation for amd64 using SHA-NI.
Joel Sing
6 days
Provide a replacement assembly implementation for SHA-512 on amd64.
Joel Sing
14 days
Provide a replacement assembly implementation for SHA-256 on amd64.
Joel Sing
2024-10-18
Provide crypto_cpu_caps_init() for amd64.
Joel Sing
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
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-27
Remove assembly for stitched modes.
Joel Sing
2024-03-27
Move bf_enc.c to the primary Makefile.
Joel Sing
2023-04-15
Stop building GF2m assembly
Theo Buehler
2023-02-16
Enable s2n-bignum word_clz() on amd64.
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-14
Remove unused Elliptic Curve code.
Joel Sing
2017-08-20
sprinkle a few missing dependencies on perl scripts internal bits.
Marc Espie
2016-11-11
Disable ec assembly for amd64 pending fixes for ssh, and bump
Bob Beck
2016-11-04
Ride the current major bump and enable assembler code for nist 256p curve,
Miod Vallat
2015-09-11
Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assembler
Miod Vallat
2014-11-17
Add the Cammelia cipher to libcrypto.
Miod Vallat
2014-08-11
Guard RSA / RC4-5 ASM when NO_ASM is not defined
Brent Cook
2014-05-06
Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to make
Miod Vallat
2014-04-17
Move the machine-specific parts of the libcrypto Makefile to per-arch makefile
Miod Vallat