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
OPENBSD_7_7
OPENBSD_7_8
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Now our fflush() comply POSIX-2008. test_fflush is expected "pass".
yasuoka
2025-06-03
2
-6
/
+3
*
parse_test_file: add a missing call to finish in last cleanup
tb
2025-06-03
1
-1
/
+4
*
parse_test_file: add missing error checks for init()
tb
2025-06-03
1
-3
/
+5
*
Add non-EVP tests for AES CFB128 and OFB128 modes
kenjiro
2025-06-03
1
-8
/
+112
*
openssl-ruby/Makefile: zap trailing whitespace added in previous
tb
2025-05-31
1
-2
/
+2
*
explicit_bzero test: don't redefine __SANITIZE_ADDRESS__
tb
2025-05-31
1
-1
/
+3
*
test.h: include stddef.h for NULL and size_t
tb
2025-05-31
1
-1
/
+2
*
test.c: drop include of libgen.h
tb
2025-05-31
1
-2
/
+1
*
test.c: plug leak of tmp_file
tb
2025-05-31
1
-1
/
+2
*
Fix attributes in test.h
tb
2025-05-31
1
-4
/
+4
*
test.c: avoid NULL-dereference
tb
2025-05-31
1
-2
/
+3
*
Add test whether fflush() complies POSIX for the handling of
yasuoka
2025-05-25
1
-1
/
+82
*
Add test for ungetwc().
yasuoka
2025-05-25
2
-1
/
+94
*
Add tests for the functions in <stdio_ext.h>.
yasuoka
2025-05-25
7
-2
/
+455
*
Include "stdio" in SUBDIR. This should have been done along with the
yasuoka
2025-05-25
1
-4
/
+4
*
Add regress/lib/libc/stdio/test_fflush.c to test fflush() behavior for
yasuoka
2025-05-24
2
-0
/
+236
*
Adapt to new maloc_options declaration
otto
2025-05-24
1
-2
/
+2
*
Adapt test to new malloc_options regime
otto
2025-05-24
1
-7
/
+8
*
Add the ability to run individual ruby ssl test for figuring out
beck
2025-05-23
1
-1
/
+16
*
asn1: merge invalid generalized time tests into invalid time tests
joshua
2025-05-22
1
-16
/
+10
*
Convert sha_test to use new test framework
joshua
2025-05-22
2
-153
/
+141
*
Convert md_test to use new test framework
joshua
2025-05-22
2
-122
/
+106
*
Fix test_errorf macro expanding to two lines
joshua
2025-05-22
1
-4
/
+8
*
Add basic HKDF test using EVP_PKEY_HKDF
kenjiro
2025-05-22
1
-1
/
+81
*
Add initial regress test framework
joshua
2025-05-21
3
-0
/
+408
*
Add NULL checks to HKDF and TLS1-PRF EVP_PKEY cleanup functions
kenjiro
2025-05-21
1
-1
/
+3
*
mlkem_unittest: fix typo in comment
tb
2025-05-21
1
-2
/
+2
*
Make MLKEM1024_marshal_private_key consistent with the public_key funcitons
beck
2025-05-20
5
-39
/
+24
*
Fix up MLKEM768_marshal_private_key to not use a passed in CBB
beck
2025-05-19
5
-26
/
+11
*
API changes for ML-KEM
beck
2025-05-19
5
-98
/
+77
*
bio_dump: only run strncmp if there's something to compare
tb
2025-05-18
1
-2
/
+2
*
Stop using CRYPTO_gcm128_init() and stack allocated GCM128_CONTEXT.
jsing
2025-05-16
1
-16
/
+16
*
merge the x509name test into x509_name_test.c
tb
2025-05-05
4
-73
/
+125
*
Improve the pqueue test
tb
2025-05-04
3
-48
/
+57
*
Remove the three test cases covering prime239v*
tb
2025-05-04
1
-121
/
+1
*
Verify that the selected key share is indeed group 29
tb
2025-05-03
1
-1
/
+6
*
mlkem_unittest: check return value of decap()
tb
2025-05-03
1
-5
/
+11
*
mlkem_tests: add an empty line for consistency
tb
2025-05-03
1
-1
/
+2
*
tlsexttest: remove check that clients receive SNI before ALPN
tb
2025-04-30
1
-33
/
+3
*
c2sp: drop OpenSSL 1.1 and 3.2, add 3.5
tb
2025-04-27
1
-2
/
+2
*
Enable remaining tests with NULL, 0
tb
2025-04-14
2
-9
/
+3
*
Link hash regress to build
tb
2025-04-14
1
-1
/
+2
*
Add some regress coverage for the hashes in libc
tb
2025-04-14
2
-0
/
+946
*
parse_test_file()
tb
2025-04-13
1
-1
/
+3
*
Avoid compiler warning on some OS
tb
2025-04-13
1
-1
/
+1
*
Adjust x509_name_regress to the X509_NAME_print() fix in a_strex.c r1.38
tb
2025-03-19
1
-15
/
+2
*
Add regress coverage for X509_NAME_oneline and X509_NAME_print
tb
2025-03-15
2
-1
/
+314
*
Test SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.
jsing
2025-03-12
1
-1
/
+56
*
ec_asn1_test: Prepare for upcoming bump
tb
2025-03-08
2
-8
/
+11
*
asn1object: improve error message to include returned value
tb
2025-02-26
1
-2
/
+2
[prev]
[next]