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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-28
Include stdint.h since we use uint*_t types.
jsing
1
-1
/
+2
2024-03-28
Inline initial hash values.
jsing
1
-18
/
+11
2024-03-28
Remove no unnecessary do { } while (0);
jsing
1
-3
/
+1
2024-03-28
Inline HASH_MAKE_STRING.
jsing
1
-17
/
+20
2024-03-28
Expand HASH_* defines.
jsing
1
-26
/
+28
2024-03-28
Hide symbols in RC4
joshua
3
-1
/
+36
2024-03-28
Reorder functions.
jsing
1
-116
/
+115
2024-03-28
Tidy includes.
jsing
1
-5
/
+5
2024-03-28
Inline functions from md32_common.h.
jsing
1
-1
/
+101
2024-03-28
Load in the top of the loop, as we do for other hash implementations.
jsing
2
-20
/
+20
2024-03-28
Remove now unnecessary do { } while (0);
jsing
1
-3
/
+1
2024-03-28
Inline HASH_MAKE_STRING.
jsing
1
-14
/
+14
2024-03-28
Expand ROTATE macro to crypto_rol_u32().
jsing
1
-11
/
+16
2024-03-28
Demacro sha1.
jsing
1
-164
/
+252
2024-03-28
Inline initial hash values.
jsing
1
-12
/
+8
2024-03-28
Clean up various defines and prototypes.
jsing
1
-28
/
+2
2024-03-28
Use TLS_ERROR_INVALID_ARGUMENT for "too large" and "too small" errors
joshua
2
-8
/
+9
2024-03-28
Nuke more gost
beck
2
-0
/
+0
2024-03-28
Nuke more leftover GOST tendrils.
beck
4
-1499
/
+2
2024-03-28
Tidy includes.
jsing
1
-4
/
+4
2024-03-28
Expand HASH_* defines.
jsing
1
-27
/
+29
2024-03-28
Reorder functions.
jsing
1
-109
/
+109
2024-03-28
Inline functions from md32_common.h for ripemd.
jsing
1
-1
/
+101
2024-03-28
Fix line wrapping.
jsing
1
-6
/
+4
2024-03-28
Remove fallback files that are now always included in the build.
jsing
1
-5
/
+1
2024-03-28
Use TLS_ERROR_OUT_OF_MEMORY error code for calloc errors in libtls
joshua
1
-6
/
+7
2024-03-28
Move rc4.c to primary Makefile.
jsing
12
-32
/
+14
2024-03-28
Use C functions for RC4 public API.
jsing
5
-21
/
+52
2024-03-28
Fix coverity complaints.
beck
1
-4
/
+6
2024-03-28
Check the return value of EVP_CIPHER_CTX_reset()
tb
1
-3
/
+5
2024-03-28
Move des sources to primary Makefile.
jsing
12
-35
/
+13
2024-03-28
Remove now unused des assembly.
jsing
3
-2630
/
+0
2024-03-28
Stop building the assembly implementation of des on sparc64.
jsing
1
-6
/
+2
2024-03-28
Remove now unused ripemd i386 assembly.
jsing
1
-591
/
+0
2024-03-28
Stop building the assembly implementation of des and ripemd on i386.
jsing
1
-6
/
+2
2024-03-28
Consolidate most of the AES modes into a single C file.
jsing
6
-293
/
+70
2024-03-28
PKCS#1.5 PBE: test and assign
tb
1
-3
/
+2
2024-03-28
Stop pandering to the loadbalancer industrial complex.
beck
1
-17
/
+3
2024-03-27
fix leaks in the horrible ssl whackery necessary for this test.
beck
1
-4
/
+5
2024-03-27
Fix up server processing of key shares.
beck
2
-13
/
+173
2024-03-27
Remove unused rc4 parisc assembly.
jsing
2
-299
/
+1
2024-03-27
Catch the blowfish that escaped.
jsing
1
-2
/
+2
2024-03-27
Consolidate rc4 code.
jsing
12
-119
/
+50
2024-03-27
Remove assembly for stitched modes.
jsing
3
-1756
/
+1
2024-03-27
Remove empty rc4_local.h include.
jsing
3
-10
/
+2
2024-03-27
Remove private_RC4_set_key() from the public rc4.h header.
jsing
1
-2
/
+1
2024-03-27
Unifdef BF_PTR2.
jsing
2
-95
/
+4
2024-03-27
Remove unused c2l/c2ln/l2c/l2cn macros.
jsing
1
-47
/
+3
2024-03-27
Consolidate blowfish code.
jsing
6
-639
/
+381
2024-03-27
Replace GETU32 and PUTU32.
jsing
2
-29
/
+26
[next]