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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add regress for ASN1_INTEGER_cmp()
jsing
2022-06-25
1
-1
/
+76
*
Use dynamic linking correctly. bntest and bn_to_string need static linking.
tb
2022-06-23
1
-3
/
+5
*
Explicitly include fcntl.h and unistd.h for pipe2
tb
2022-06-22
1
-1
/
+4
*
Fix format strings for size_t
tb
2022-06-22
1
-5
/
+5
*
Fix format string: use %zu for size_t, not %lu.
tb
2022-06-22
1
-3
/
+3
*
Use uppercase for SUCCESS for consistency
tb
2022-06-19
1
-2
/
+2
*
None of these tests needs to link statically.
tb
2022-06-19
2
-4
/
+4
*
Drop bogus DPADD += ${LIBSSL}
tb
2022-06-19
3
-7
/
+6
*
Quick regression test that checks that BN_is_prime_fasttest_ex()
tb
2022-06-18
2
-1
/
+97
*
Switch to using TLS_INT instead of handrolling it
tb
2022-06-15
1
-3
/
+2
*
More %i vs %d cleanup
tb
2022-06-10
7
-20
/
+20
*
Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch to
tb
2022-06-07
1
-18
/
+18
*
Minor tweaks to psk modes regress
tb
2022-06-06
1
-3
/
+3
*
move the calls to psk kex modes tests down to match order in ssl_tlsext.c
tb
2022-06-05
1
-4
/
+4
*
Add regress coverage for PSK kex modes tlsext handlers.
tb
2022-06-05
1
-2
/
+210
*
Use consistent spacing around assignments
tb
2022-06-02
1
-4
/
+4
*
Only constraints and verify need static linking in here.
tb
2022-06-02
2
-5
/
+9
*
*** empty log message ***
mbuhl
2022-05-28
4
-11
/
+11
*
Recent changes to truncate(2) swapped the ordering of some validations
anton
2022-05-24
1
-2
/
+2
*
Add a simple test that exercises ASN1_STRING_to_UTF8() a little.
tb
2022-05-16
2
-1
/
+130
*
Add the two length tests. Can't currently run them because we need an
tb
2022-05-14
1
-1
/
+6
*
Tweak regress in such a way that it would have caught the bug in
tb
2022-05-13
1
-1
/
+6
*
Enable X509v3_asid_subset() tests now that they no longer segfault.
tb
2022-05-12
1
-7
/
+1
*
Add a few more testcases for X509v3_asid_subset()
tb
2022-05-12
1
-1
/
+144
*
If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so that
tb
2022-05-10
1
-1
/
+5
*
Default Ruby is now 3.1
tb
2022-05-08
1
-2
/
+2
*
Switch wycheproof.go to using the EVP HKDF API.
tb
2022-05-05
1
-6
/
+67
*
Add tests that decode sequences into ASN.1 strings.
jsing
2022-04-28
1
-1
/
+97
*
Ensure we clear the error stack before running tests that print errors.
jsing
2022-04-27
2
-2
/
+10
*
Enable ASN.1 INTEGER tests with invalid lengths/encodings.
jsing
2022-04-27
1
-3
/
+1
*
Add ASN1_INTEGER test coverage.
jsing
2022-04-23
1
-1
/
+248
*
Add missing self. From anton
tb
2022-04-21
1
-2
/
+2
*
Initialize the mutex before making us of it from many threads. Prevents
anton
2022-04-03
1
-28
/
+23
*
Check EVPDigest* return values.
tb
2022-03-31
1
-4
/
+7
*
Add a simple test to ensure that pmeth->cleanup() can cope with NULL
tb
2022-03-30
2
-2
/
+93
*
Remove double slash in path to test program.
anton
2022-03-30
1
-9
/
+9
*
Adjust the signer test to link statically and work with hidden tls_signer
tb
2022-03-24
2
-3
/
+7
*
Revise regress for ascii/text to ASN.1 object conversion rewrite.
jsing
2022-03-19
1
-58
/
+10
*
Add another invalid separator test case.
jsing
2022-03-19
1
-1
/
+5
*
Fix dependency to build bn_mod_sqrt.
bluhm
2022-03-16
1
-2
/
+2
*
Check BIO_reset() return value to make gcc happy.
tb
2022-03-15
1
-2
/
+5
*
Add a simple regress to verify that the infinite loop in BN_mod_sqrt()
tb
2022-03-15
2
-1
/
+138
*
Add a few regress test cases for name constraints.
tb
2022-03-14
3
-5
/
+25
*
Simple regress for NULL deref reported by Guido Vranken and fixed in
tb
2022-03-10
2
-1
/
+51
*
Some more c99 initializers for consistency and readability
tb
2022-03-08
1
-23
/
+62
*
Add test coverage for i2a_ASN1_OBJECT()
jsing
2022-03-05
1
-3
/
+39
*
Provide additional ASN1_OBJECT test coverage.
jsing
2022-03-02
1
-16
/
+114
*
Add regress coverage for ASN1_OBJECT public interfaces.
jsing
2022-02-26
2
-1
/
+399
*
Test OBJ_obj2txt() with NULL and short buffers.
jsing
2022-02-20
1
-1
/
+12
*
Add memory BIO small I/O tests.
jsing
2022-02-19
1
-1
/
+72
[next]