index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
Age
Commit message (
Expand
)
Author
2022-08-13
blist: fix a possible blist corruption with blist_alloc() due to unsigned
Sebastien Marie
2022-08-12
Fix upper bound in a for loop (no functional change).
Theo Buehler
2022-08-12
Tweak a comment to be more accurate.
Theo Buehler
2022-08-11
add some tests for parse_absolute_time(), including cases where it
Damien Miller
2022-08-06
blist: use swblk_t type (defined in sys/blist.h)
Sebastien Marie
2022-08-06
remove swblk_t type from sys/types.h
Sebastien Marie
2022-08-05
fix error message
Theo Buehler
2022-08-05
Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n");
Theo Buehler
2022-08-05
Make the bogokey[] global static const.
Theo Buehler
2022-08-05
Move CBB_init() to a consistent place.
Theo Buehler
2022-08-05
Consistently initialize failure to 1 at the top of the function and
Theo Buehler
2022-08-05
Consistently check for CBB_init() failure.
Theo Buehler
2022-08-05
Remove most of the indirection introduced in previous and instead fetch
Theo Buehler
2022-08-04
Add some glue to fetch the tlsext functions from the tls_extensions[]
Theo Buehler
2022-08-03
some love for patch regress
Omar Polo
2022-08-02
If the body of a man(7) .MT or .UR block is empty, do not emit a warning.
Ingo Schwarze
2022-08-02
Reorganize the tests that require custom command line options
Ingo Schwarze
2022-07-30
Update copyright for additional/new code.
Joel Sing
2022-07-30
Provide additional AEAD test cases.
Joel Sing
2022-07-30
Add EVP_aes_192_gcm() as a known AEAD.
Joel Sing
2022-07-30
Allow the AEAD to be specified for a test file.
Joel Sing
2022-07-30
Run AEAD tests against EVP_CIPHER implementations.
Joel Sing
2022-07-30
Allow quoted ASCII strings as input for AEAD regress.
Joel Sing
2022-07-30
Sort includes.
Joel Sing
2022-07-30
Less #ifndef OPENSSL_NO_*
Joel Sing
2022-07-30
Fix comment formatting.
Joel Sing
2022-07-30
Switch to ISC license.
Joel Sing
2022-07-29
Replace the swap extent(9) usage by a blist data structure.
Sebastien Marie
2022-07-28
Add a second test to validate the tables in the library.
Theo Buehler
2022-07-27
Adjust a comment to reflect reality, minor code tweaks.
Theo Buehler
2022-07-26
Don't use echo "<blah>" | fdisk -e to create boot partition.
Kenneth R Westerback
2022-07-26
minor tweaks: unwrap a line, tweak a comment and zap an empty line
Theo Buehler
2022-07-26
No need to provide a dummy nexthop anymore, instead set the nhflags to
Claudio Jeker
2022-07-25
Remove test of non-portable implementation details (whether wctype_t
Philip Guenther
2022-07-25
Add a regression test for bn_isqrt.c
Theo Buehler
2022-07-25
Separate the macro for generating string test functions
Ingo Schwarze
2022-07-25
Restore missing "!" in TEST_SSH_ELAPSED_TIMES test.
Darren Tucker
2022-07-24
Test TEST_SSH_ELAPSED_TIMES for empty string not executable. No-op
Darren Tucker
2022-07-22
Extend TLS buffer regress to cover read/write usage.
Joel Sing
2022-07-21
Make test table based, extend it a little
Theo Buehler
2022-07-20
link ssl_set_alpn_protos to regress
Theo Buehler
2022-07-20
Add a quick and dirty regress for SSL{_CTX,}_set_alpn_protos()
Theo Buehler
2022-07-20
crank SSH_SK_VERSION_MAJOR to match
Damien Miller
2022-07-19
zap trailing spaces
Theo Buehler
2022-07-19
Regenerate golden numbers due to RC4-MD5 now being disabled by default.
Theo Buehler
2022-07-19
Add log_debug() and pt_getaddr() dummy functions because prefix_set_dmetric()
Claudio Jeker
2022-07-18
Revert accidental commit
Theo Buehler
2022-07-18
Add comments to explain the magic numbers 57 and 58
Theo Buehler
2022-07-18
Avoid sending the QUIC transport parameters extension now that we
Theo Buehler
2022-07-17
Revise regress for QUIC transport parameters TLS extension.
Joel Sing
[next]