index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-03-29
Move wp_block.c to the primary Makefile.
Joel Sing
2024-03-29
Sync EVP_MD_meth removal with what landed upstream
Theo Buehler
2024-03-29
Remove CMS special now that we do not depend on pem.h being included first.
Joel Sing
2024-03-29
Stop playing #ifdef HEADER_PEM_H games in cms.h.
Joel Sing
2024-03-29
Stop using pem2.h.
Joel Sing
2024-03-29
Hide symbols in DES
joshua
2024-03-29
Rename AES_cbc_encrypt to aes_cbc_encrypt_internal for the SEH handlers.
Joel Sing
2024-03-29
Stop building whirlpool assembly on amd64 and i386.
Joel Sing
2024-03-29
Back out tzset(3) change, it is not effective.
Todd C. Miller
2024-03-29
Call tzset() in main() so we don't need to check TZ repeatedly.
Todd C. Miller
2024-03-29
Fix indent
Theo Buehler
2024-03-29
Apply style(9) hammer.
Joel Sing
2024-03-28
Hide symbols in RIPEMD
joshua
2024-03-28
Alder Lake-N eMMC needs the 0V quirk
Jonathan Gray
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
Use static inline for rc4_set_key_internal().
Joel Sing
2024-03-28
Remove unused SM3_Transform()
Joel Sing
2024-03-28
Rename SM3_block_data_order() and make static.
Joel Sing
2024-03-28
Remove md32_common.h since it is now (finally) unused.
Joel Sing
2024-03-28
Rework loads and stores for sm3.
Joel Sing
2024-03-28
Remove .init section that calls OPENSSL_cpuid_setup on i386.
Joel Sing
2024-03-28
Remove .init section that calls OPENSSL_cpuid_setup on amd64.
Joel Sing
2024-03-28
Rework loads and stores in ripemd.
Joel Sing
2024-03-28
Remove OPENSSL_UNISTD define
Theo Buehler
2024-03-28
Expand ROTATE macro to crypto_rol_u32().
Joel Sing
2024-03-28
Include stdint.h since we use uint*_t types.
Joel Sing
2024-03-28
Inline initial hash values.
Joel Sing
2024-03-28
Remove no unnecessary do { } while (0);
Joel Sing
2024-03-28
Inline HASH_MAKE_STRING.
Joel Sing
2024-03-28
Expand HASH_* defines.
Joel Sing
2024-03-28
Hide symbols in RC4
joshua
2024-03-28
Reorder functions.
Joel Sing
2024-03-28
Tidy includes.
Joel Sing
2024-03-28
Inline functions from md32_common.h.
Joel Sing
2024-03-28
Load in the top of the loop, as we do for other hash implementations.
Joel Sing
2024-03-28
Remove now unnecessary do { } while (0);
Joel Sing
2024-03-28
Inline HASH_MAKE_STRING.
Joel Sing
2024-03-28
Expand ROTATE macro to crypto_rol_u32().
Joel Sing
2024-03-28
Demacro sha1.
Joel Sing
2024-03-28
Inline initial hash values.
Joel Sing
2024-03-28
Clean up various defines and prototypes.
Joel Sing
2024-03-28
Use TLS_ERROR_INVALID_ARGUMENT for "too large" and "too small" errors
joshua
2024-03-28
Nuke more gost
Bob Beck
2024-03-28
Nuke more leftover GOST tendrils.
Bob Beck
2024-03-28
unstub guc functions
Jonathan Gray
2024-03-28
add more iosys_map interfaces used by inteldrm guc code
Jonathan Gray
2024-03-28
Tidy includes.
Joel Sing
2024-03-28
Expand HASH_* defines.
Joel Sing
2024-03-28
Reorder functions.
Joel Sing
[next]