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
OPENBSD_7_8
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
/
aes
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
aes: move explicit_bzero() after NULL check
tb
2025-09-15
1
-5
/
+7
*
Call aes_set_encrypt_key_generic() from aes_set_decrypt_key_generic().
jsing
2025-09-08
1
-2
/
+2
*
Allow generic AES implementation to be used as a fallback.
jsing
2025-09-08
1
-17
/
+53
*
Zero the round keys on AES_set_{en,de}crypt_key() function entry.
jsing
2025-09-08
1
-1
/
+5
*
Validate AES_set_{encrypt,decrypt}_key() inputs at API boundary.
jsing
2025-09-08
2
-18
/
+28
*
Remove remaining block128_f casts from EVP AES.
jsing
2025-07-22
1
-1
/
+4
*
Move AES-NI for ECB out of EVP.
jsing
2025-07-22
3
-3
/
+53
*
Move AES-NI from EVP to AES for CCM mode.
jsing
2025-07-21
4
-4
/
+136
*
Zero stack based IV and buffer when aes_ctr32_encrypt_generic() completes.
jsing
2025-07-20
1
-1
/
+4
*
Simplify AES-XTS implementation and remove AES-NI specific code from EVP.
jsing
2025-07-13
4
-4
/
+96
*
Move aes_ecb_encrypt_internal() prototype to aes_local.h.
jsing
2025-07-06
1
-1
/
+4
*
Simplify EVP AES-GCM implementation and remove AES-NI specific code.
jsing
2025-06-27
1
-1
/
+4
*
Move AES-NI from EVP to AES for CTR mode.
jsing
2025-06-27
3
-5
/
+88
*
Remove unused defines from aes_local.h.
jsing
2025-06-27
1
-5
/
+1
*
Integrate AES-NI into the AES code.
jsing
2025-06-15
4
-60
/
+264
*
Use timingsafe_memcmp when comparing authenticators
kenjiro
2025-06-03
1
-2
/
+2
*
Merge AES-IGE into aes.c.
jsing
2025-05-25
2
-119
/
+65
*
Simplify AES-IGE and remove code with implementation defined behaviour.
jsing
2025-05-25
1
-117
/
+40
*
Remove now unused AES assembly generation scripts.
jsing
2025-05-21
3
-5256
/
+0
*
Simplify EVP AES code for ECB.
jsing
2025-05-19
1
-1
/
+13
*
Remove block128_f function casts.
jsing
2025-05-19
1
-8
/
+20
*
Use standard integer types rather than custom typedefs.
jsing
2025-04-21
2
-25
/
+21
*
Move AES public functions from aes_core.c to aes.c.
jsing
2025-04-20
2
-56
/
+47
*
Remove #error if OPENSSL_NO_FOO is defined
tb
2025-01-25
2
-10
/
+2
*
AES_{decrypt,encrypt}() don't return void internal function
tb
2024-11-13
1
-3
/
+3
*
Provide and use crypto_arch.h.
jsing
2024-08-11
2
-2
/
+5
*
Hide symbols in aes
joshua
2024-03-30
3
-3
/
+17
*
Tweak defines since the Td4 table is only used for AES_{encrypt,decrypt}
jsing
2024-03-29
1
-6
/
+9
*
Always use C functions for AES_{encrypt,decrypt}().
jsing
2024-03-29
8
-79
/
+107
*
Always use C functions for AES_set_{encrypt,decrypt}_key().
jsing
2024-03-29
5
-54
/
+85
*
Rename AES_cbc_encrypt to aes_cbc_encrypt_internal for the SEH handlers.
jsing
2024-03-29
1
-4
/
+4
*
Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.
jsing
2024-03-28
2
-79
/
+26
*
Make AES_cbc_encrypt() always be a C function.
jsing
2024-03-28
3
-15
/
+26
*
Consolidate most of the AES modes into a single C file.
jsing
2024-03-28
5
-287
/
+68
*
Remove assembly for stitched modes.
jsing
2024-03-27
1
-1237
/
+0
*
Replace GETU32 and PUTU32.
jsing
2024-03-27
2
-29
/
+26
*
Remove near duplicate AES_set_{encrypt,decrypt}_key() functions.
jsing
2024-03-27
1
-208
/
+2
*
Use crypto_rol_u32() instead of an undefined ROTATE macro.
jsing
2024-03-27
1
-9
/
+5
*
Remove unused NDEBUG define.
jsing
2024-03-27
1
-7
/
+1
*
Tidy includes and a comment.
jsing
2024-03-27
1
-3
/
+7
*
Remove rather scary unused experimental code.
jsing
2024-03-27
1
-1081
/
+0
*
Add a few missing endbr64 to libcrypto
tb
2024-02-24
1
-0
/
+4
*
Replace uses of endbr64 with _CET_ENDBR from cet.h
tb
2024-02-24
5
-61
/
+61
*
aesni_ctr32_encrypt_blocks() is called indirectly from C code, so it
deraadt
2023-09-18
1
-0
/
+1
*
Remove more *_options() stuff
tb
2023-07-31
1
-3
/
+1
*
Two files did not want to go away. Go!
tb
2023-07-28
1
-0
/
+0
*
Remove various ${thing}_options
tb
2023-07-28
1
-65
/
+0
*
Add endbr64 where needed by inspection. Passes regresson tests.
deraadt
2023-04-25
5
-0
/
+60
*
Drop two useless READMEs
tb
2023-04-17
1
-3
/
+0
*
Use explicit .text instead of .previous to please Windows/MinGW on amd64
tb
2023-02-23
5
-5
/
+5
[next]