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
/
lib
/
libcrypto
/
chacha
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove #error if OPENSSL_NO_FOO is defined
tb
2025-01-25
1
-5
/
+1
*
Revert __bounded__ hack in chacha-merged.c
tb
2024-06-05
1
-5
/
+1
*
Neuter the bounded attribute as was done elsewhere for portable
tb
2024-06-01
1
-1
/
+5
*
Unbreak the namespace build after a broken mk.conf and tool misfire had
beck
2023-07-07
1
-1
/
+2
*
Hide symbols in chacha
beck
2023-07-05
1
-1
/
+6
*
Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20().
jsing
2022-08-20
1
-3
/
+23
*
Switch from u_int and u_char to u32 and u8 to avoid portability issues.
tb
2021-10-22
1
-17
/
+14
*
add support for xchacha20 and xchacha20-poly1305
dlg
2019-01-22
3
-3
/
+63
*
Convert the sigma and tau initialisers to byte arrays, rather than using
jsing
2017-08-13
1
-3
/
+12
*
Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms.
bcook
2015-12-09
2
-5
/
+6
*
Add missing year to copyright.
jsing
2014-07-25
1
-2
/
+2
*
replace u_int8_t with uint8_t
bcook
2014-07-11
1
-3
/
+5
*
add missing stdint. include for uint32_t, etc.
bcook
2014-07-08
1
-1
/
+4
*
If a chacha operation does not consume all of the generated key stream,
jsing
2014-06-24
3
-7
/
+46
*
Some KNF.
jsing
2014-06-24
1
-6
/
+12
*
tags as requested by miod and tedu
deraadt
2014-06-12
3
-0
/
+3
*
Get the public headers from the official place with <openssl/ >
deraadt
2014-05-31
1
-1
/
+1
*
KNF.
jsing
2014-05-15
2
-156
/
+158
*
__bounded => __attribute__((__bounded__
djm
2014-05-10
1
-5
/
+5
*
Provide an EVP implementation for ChaCha.
jsing
2014-05-01
2
-0
/
+31
*
Add ChaCha to libcrypto, based on djb's public domain implementation.
jsing
2014-05-01
3
-0
/
+314