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
/
wycheproof
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable regression tests for small builtin curves
tb
2024-11-24
1
-2
/
+16
*
Exercise EVP_chacha20_poly1305() with in-place decryption
tb
2024-05-22
1
-2
/
+143
*
Fix an error message left out in the mustDecodeHexString() conversion
tb
2023-11-07
1
-2
/
+2
*
Pull up the handling of the two webcrypto special snowflakes
tb
2023-11-07
1
-13
/
+9
*
Drop a useless line and bump copyright years
tb
2023-11-07
1
-4
/
+3
*
Unwrap a few lines
tb
2023-11-07
1
-72
/
+32
*
Wrap hex.DecodeString() into mustDecodeHexString()
tb
2023-11-07
1
-390
/
+78
*
Use maps to retrieve various AES variants
tb
2023-11-07
1
-60
/
+72
*
Convert hashEvpMdFromString() to a map
tb
2023-11-07
1
-26
/
+19
*
Add stringer interfaces to the test groups
tb
2023-11-07
1
-102
/
+126
*
Pull everything except the actual run call out of the closure
tb
2023-11-06
1
-11
/
+9
*
Introduce testGroupFromAlgorithm()
tb
2023-11-06
1
-50
/
+54
*
Add a wycheproofTestGroupRunner interface
tb
2023-11-06
1
-72
/
+26
*
Add aliases for AES AEAD constructions and ChaCha
tb
2023-11-06
1
-9
/
+12
*
Fix a for loop bug introduced in the concurrency refactor
tb
2023-11-06
1
-3
/
+4
*
Uncomment json webcrypto line. Packages will have caught up...
tb
2023-11-06
1
-3
/
+2
*
Fix whitespace
tb
2023-07-08
1
-2
/
+2
*
partial fix for make -j8 (bluhm@ is sitting right next to me and agreeing)
espie
2023-07-08
1
-5
/
+4
*
Update Wycheproof.go to exercise truncated SHA-2 and SHA-3
tb
2023-04-25
1
-5
/
+27
*
Skip sect* curve checks
tb
2023-04-17
1
-2
/
+2
*
wycheproof: fix copy-paste error in previous
tb
2023-04-06
1
-2
/
+2
*
wycheproof: use EVP_MD instead of importing "hash"
tb
2023-04-06
1
-70
/
+52
*
Enable FRP256v2 tests
tb
2023-03-25
1
-6
/
+2
*
Remove dead/unreachable code
tb
2023-03-25
1
-7
/
+1
*
Add OPENSSL_cleanup() calls to some regress.
jsing
2023-03-11
1
-1
/
+3
*
Process up to four test vector files concurrently.
jsing
2023-03-08
1
-4
/
+30
*
Run test groups concurrently.
jsing
2023-03-08
1
-144
/
+151
*
zap more audit remnants
tb
2023-03-08
1
-6
/
+1
*
Remove acceptable audit.
jsing
2023-03-08
1
-94
/
+1
*
Comment out glob for JSON webcrypto tests for now
tb
2023-03-01
1
-2
/
+3
*
Explicitly skip the json_web* tests now.
tb
2023-02-28
1
-1
/
+2
*
Add a few missing NIDs for new Wycheproof tests.
tb
2023-02-28
1
-1
/
+12
*
Skip FRP256v1 curve in ECDH tests. We do not support it.
tb
2023-02-28
1
-1
/
+6
*
Refrain from printing SUCCESS in some of my tests
tb
2022-12-01
1
-3
/
+1
*
zap a stray semicolon
tb
2022-11-18
1
-2
/
+2
*
Add initial Wycheproof EdDSA test coverage
tb
2022-11-17
1
-1
/
+111
*
Remove an outdated TODO
tb
2022-11-16
1
-4
/
+1
*
Enable Wycheproof primality tests.
tb
2022-07-13
2
-4
/
+4
*
whitespace
tb
2022-07-08
1
-3
/
+3
*
Add to variables instead of overriding them
tb
2022-07-08
1
-4
/
+4
*
Add support for primality checking
tb
2022-07-07
4
-10
/
+218
*
Switch wycheproof.go to using the EVP HKDF API.
tb
2022-05-05
1
-6
/
+67
*
Convert wycheproof.go for opaque EVP_AEAD_CTX
tb
2022-01-14
1
-11
/
+18
*
wycheproof: modify RSA tests to work with opaque RSA struct
tb
2021-11-21
1
-11
/
+57
*
wycheproof.go: modify some DSA and ECDSA code to work with opaque structs
tb
2021-11-21
1
-5
/
+23
*
Simplify runAesCmacTest() by using EVP_DigestSign().
tb
2021-09-24
1
-16
/
+3
*
Run the CMAC tests through EVP_PKEY_new_CMAC_key().
tb
2021-04-03
1
-10
/
+22
*
go fmt whitespace nit
tb
2020-05-14
1
-3
/
+3
*
reinstate an error check that was commented out while waiting for arm
tb
2020-05-14
1
-5
/
+4
*
Fix two bugs in the AES-CBC-PKCS5 tests that didn't hide failing tests:
tb
2020-04-27
1
-3
/
+3
[next]