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
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix indent
tb
2024-03-29
1
-2
/
+2
*
Apply style(9) hammer.
jsing
2024-03-29
1
-118
/
+117
*
Hide symbols in RIPEMD
joshua
2024-03-28
3
-1
/
+45
*
Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.
jsing
2024-03-28
14
-102
/
+43
*
Make AES_cbc_encrypt() always be a C function.
jsing
2024-03-28
5
-17
/
+32
*
Use static inline for rc4_set_key_internal().
jsing
2024-03-28
1
-2
/
+2
*
Remove unused SM3_Transform()
jsing
2024-03-28
1
-9
/
+1
*
Rename SM3_block_data_order() and make static.
jsing
2024-03-28
1
-9
/
+8
*
Remove md32_common.h since it is now (finally) unused.
jsing
2024-03-28
1
-309
/
+0
*
Rework loads and stores for sm3.
jsing
2024-03-28
1
-61
/
+57
*
Remove .init section that calls OPENSSL_cpuid_setup on i386.
jsing
2024-03-28
1
-4
/
+0
*
Remove .init section that calls OPENSSL_cpuid_setup on amd64.
jsing
2024-03-28
1
-10
/
+0
*
Rework loads and stores in ripemd.
jsing
2024-03-28
1
-74
/
+53
*
Remove OPENSSL_UNISTD define
tb
2024-03-28
13
-39
/
+0
*
Expand ROTATE macro to crypto_rol_u32().
jsing
2024-03-28
1
-8
/
+10
*
Include stdint.h since we use uint*_t types.
jsing
2024-03-28
1
-1
/
+2
*
Inline initial hash values.
jsing
2024-03-28
1
-18
/
+11
*
Remove no unnecessary do { } while (0);
jsing
2024-03-28
1
-3
/
+1
*
Inline HASH_MAKE_STRING.
jsing
2024-03-28
1
-17
/
+20
*
Expand HASH_* defines.
jsing
2024-03-28
1
-26
/
+28
*
Hide symbols in RC4
joshua
2024-03-28
3
-1
/
+36
*
Reorder functions.
jsing
2024-03-28
1
-116
/
+115
*
Tidy includes.
jsing
2024-03-28
1
-5
/
+5
*
Inline functions from md32_common.h.
jsing
2024-03-28
1
-1
/
+101
*
Load in the top of the loop, as we do for other hash implementations.
jsing
2024-03-28
2
-20
/
+20
*
Remove now unnecessary do { } while (0);
jsing
2024-03-28
1
-3
/
+1
*
Inline HASH_MAKE_STRING.
jsing
2024-03-28
1
-14
/
+14
*
Expand ROTATE macro to crypto_rol_u32().
jsing
2024-03-28
1
-11
/
+16
*
Demacro sha1.
jsing
2024-03-28
1
-164
/
+252
*
Inline initial hash values.
jsing
2024-03-28
1
-12
/
+8
*
Clean up various defines and prototypes.
jsing
2024-03-28
1
-28
/
+2
*
Use TLS_ERROR_INVALID_ARGUMENT for "too large" and "too small" errors
joshua
2024-03-28
2
-8
/
+9
*
Nuke more gost
beck
2024-03-28
2
-0
/
+0
*
Nuke more leftover GOST tendrils.
beck
2024-03-28
4
-1499
/
+2
*
Tidy includes.
jsing
2024-03-28
1
-4
/
+4
*
Expand HASH_* defines.
jsing
2024-03-28
1
-27
/
+29
*
Reorder functions.
jsing
2024-03-28
1
-109
/
+109
*
Inline functions from md32_common.h for ripemd.
jsing
2024-03-28
1
-1
/
+101
*
Fix line wrapping.
jsing
2024-03-28
1
-6
/
+4
*
Remove fallback files that are now always included in the build.
jsing
2024-03-28
1
-5
/
+1
*
Use TLS_ERROR_OUT_OF_MEMORY error code for calloc errors in libtls
joshua
2024-03-28
1
-6
/
+7
*
Move rc4.c to primary Makefile.
jsing
2024-03-28
12
-32
/
+14
*
Use C functions for RC4 public API.
jsing
2024-03-28
5
-21
/
+52
*
Fix coverity complaints.
beck
2024-03-28
1
-4
/
+6
*
Check the return value of EVP_CIPHER_CTX_reset()
tb
2024-03-28
1
-3
/
+5
*
Move des sources to primary Makefile.
jsing
2024-03-28
12
-35
/
+13
*
Remove now unused des assembly.
jsing
2024-03-28
3
-2630
/
+0
*
Stop building the assembly implementation of des on sparc64.
jsing
2024-03-28
1
-6
/
+2
*
Remove now unused ripemd i386 assembly.
jsing
2024-03-28
1
-591
/
+0
*
Stop building the assembly implementation of des and ripemd on i386.
jsing
2024-03-28
1
-6
/
+2
[next]