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
/
regress
/
lib
/
libcrypto
/
aead
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix error message
tb
2023-09-28
1
-2
/
+2
*
Check that EVP_CIPHER_CTX_iv_length() matches what was set
tb
2023-09-28
1
-1
/
+9
*
fixup for MS compilers
bcook
2023-07-07
1
-1
/
+8
*
Test EVP_chacha20_poly1305() (linking statically for now)
jsing
2022-08-20
2
-3
/
+4
*
Update copyright for additional/new code.
jsing
2022-07-30
1
-1
/
+2
*
Provide additional AEAD test cases.
jsing
2022-07-30
6
-1
/
+1991
*
Add EVP_aes_192_gcm() as a known AEAD.
jsing
2022-07-30
1
-1
/
+3
*
Allow the AEAD to be specified for a test file.
jsing
2022-07-30
2
-8
/
+12
*
Run AEAD tests against EVP_CIPHER implementations.
jsing
2022-07-30
1
-15
/
+220
*
Allow quoted ASCII strings as input for AEAD regress.
jsing
2022-07-30
1
-21
/
+42
*
Sort includes.
jsing
2022-07-30
1
-4
/
+4
*
Less #ifndef OPENSSL_NO_*
jsing
2022-07-30
1
-17
/
+1
*
Fix comment formatting.
jsing
2022-07-30
1
-4
/
+7
*
Switch to ISC license.
jsing
2022-07-30
1
-46
/
+13
*
Undo static linking and other workarounds that are no longer needed
tb
2022-01-14
1
-4
/
+3
*
Rework test to use EVP_AEAD_CTX_{new,free}() and link statically for now
tb
2022-01-12
2
-20
/
+32
*
add support for xchacha20 and xchacha20-poly1305
dlg
2019-01-22
2
-2
/
+20
*
Add missing $OpenBSD$ markers.
tb
2018-07-17
2
-0
/
+2
*
Remove chacha20-poly1305-old regress and test vectors.
jsing
2017-08-28
2
-627
/
+0
*
Update AEAD regress to match EVP_aead_chacha20_poly1305() changes.
jsing
2016-04-28
2
-83
/
+83
*
After opening an AEAD, ensure that the decrypted output matches the
jsing
2016-04-13
1
-0
/
+5
*
Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,
reyk
2015-11-02
2
-0
/
+42
*
Wrong logic; Coverity CID 78894
miod
2015-02-15
1
-1
/
+1
*
Include -DLIBRESSL_INTERNAL in regress makefiles.
jsing
2014-07-08
1
-2
/
+2
*
Build these tests with WARNINGS=Yes and -Werror, and do the necessary
miod
2014-06-01
1
-1
/
+3
*
Update the aead regress to work with the improved EVP AEAD API.
jsing
2014-05-26
1
-22
/
+14
*
Add additional chacha20-poly1305 test vectors.
jsing
2014-05-15
2
-10
/
+620
*
Add chacha20-poly1305 test vector to regress.
jsing
2014-05-15
2
-5
/
+24
*
KNF.
jsing
2014-05-15
1
-6
/
+7
*
Add a regress test for AEAD, based on Adam Langley's code.
jsing
2014-05-15
3
-0
/
+413