index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always use C functions for AES_{encrypt,decrypt}().
jsing
2024-03-29
6
-5
/
+17
*
Move camellia to primary Makefile.
jsing
2024-03-29
11
-40
/
+10
*
Stop building camellia assembly on amd64 and i386.
jsing
2024-03-29
2
-5
/
+8
*
Move aes_core.c to the primary Makefile.
jsing
2024-03-29
11
-30
/
+10
*
Always use C functions for AES_set_{encrypt,decrypt}_key().
jsing
2024-03-29
4
-3
/
+15
*
Move wp_block.c to the primary Makefile.
jsing
2024-03-29
11
-33
/
+10
*
Stop building whirlpool assembly on amd64 and i386.
jsing
2024-03-29
2
-6
/
+3
*
Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.
jsing
2024-03-28
11
-21
/
+16
*
Make AES_cbc_encrypt() always be a C function.
jsing
2024-03-28
2
-2
/
+6
*
Remove OPENSSL_UNISTD define
tb
2024-03-28
13
-39
/
+0
*
Move rc4.c to primary Makefile.
jsing
2024-03-28
11
-31
/
+10
*
Use C functions for RC4 public API.
jsing
2024-03-28
2
-2
/
+8
*
Move des sources to primary Makefile.
jsing
2024-03-28
11
-34
/
+10
*
Stop building the assembly implementation of des on sparc64.
jsing
2024-03-28
1
-6
/
+2
*
Stop building the assembly implementation of des and ripemd on i386.
jsing
2024-03-28
1
-6
/
+2
*
Remove unused rc4 parisc assembly.
jsing
2024-03-27
1
-5
/
+1
*
Consolidate rc4 code.
jsing
2024-03-27
9
-18
/
+17
*
Remove assembly for stitched modes.
jsing
2024-03-27
1
-4
/
+1
*
Move bf_enc.c to the primary Makefile.
jsing
2024-03-27
11
-33
/
+10
*
Stop building the assembly implementation of blowfish on i386.
jsing
2024-03-27
1
-3
/
+2
*
split the Symbols.list up so that arch specific symbols do not end up everywhere
robert
2023-11-12
2
-0
/
+2
*
zap a stray space
tb
2023-08-25
1
-2
/
+2
*
Remove constructor attribute for OPENSSL_cpuid_setup() on arm/aarch64.
jsing
2023-07-26
2
-10
/
+2
*
Provide a libcrypto Makefile.inc for riscv64.
jsing
2023-07-07
1
-0
/
+26
*
Stop building GF2m assembly
tb
2023-04-15
3
-8
/
+2
*
Sprinkle a few BTI instructions into the arm64 assembly files and pass
kettenis
2023-04-05
2
-1
/
+8
*
Replace bn_sub_part_words() with bn_sub().
jsing
2023-02-22
1
-2
/
+1
*
Enable s2n-bignum word_clz() on amd64.
jsing
2023-02-16
1
-1
/
+2
*
Remove the now empty bn_asm.c.
jsing
2023-01-31
6
-11
/
+5
*
Remove sparc related files from libcrypto.
jsing
2023-01-31
2
-181
/
+0
*
Use s2n-bignum assembly implementations for libcrypto bignum on amd64.
jsing
2023-01-29
1
-2
/
+11
*
Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr().
jsing
2023-01-21
1
-1
/
+6
*
Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h).
jsing
2023-01-20
1
-2
/
+1
*
Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add
miod
2023-01-17
5
-124
/
+6
*
Remove unused Elliptic Curve code.
jsing
2023-01-14
4
-19
/
+3
*
Move all data tables from .text section to .rodata, and update the code to
miod
2023-01-13
1
-3
/
+1
*
Move all data tables from .text section to .rodata, and update the code to
miod
2023-01-13
1
-3
/
+1
*
based upon inspection of obj/*.S ...
deraadt
2023-01-11
1
-1
/
+3
*
temporarily force hppa libcrypto to be built --no-execute-only because
deraadt
2023-01-11
1
-1
/
+3
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
14
-40
/
+40
*
use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64
robert
2022-03-25
1
-5
/
+55
*
Start disentangling armv7 and aarch64 code
tb
2022-03-23
7
-2
/
+508
*
riscv64 openssl config
drahn
2021-05-02
1
-0
/
+154
*
Retire OpenBSD/sgi.
visa
2021-05-01
1
-5
/
+1
*
Disable assembly code for powerpc64; more work is needed to make it work.
kettenis
2020-06-29
1
-8
/
+9
*
Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't
kettenis
2020-06-28
1
-3
/
+3
*
Accidentally doubled these files on first commit. Correcting.
drahn
2020-06-26
2
-194
/
+1
*
Intial attempt at powerpc64 libcrypto pieces.
drahn
2020-06-25
2
-0
/
+386
*
Add cpuid support for arm64 so that we can recognize which
patrick
2019-07-02
1
-1
/
+4
*
Remove commented out rc5 bits
tb
2019-05-11
7
-20
/
+6
[next]