summaryrefslogtreecommitdiffstats
path: root/regress/lib/libutil
AgeCommit message (Expand)AuthorFilesLines
2020-02-14no need to declare "extern optarg" and "extern optind"schwarze1-3/+1
2019-10-24The ber_* namespace is used by liblber since time immemorial,tb2-99/+99
2019-09-18Correct spelling in comment.rob1-2/+2
2019-08-14Add test case for ber_scanf_elements.rob1-1/+48
2019-06-01Update regression test for a maximum sizeof(int32_t) length octets.rob1-8/+6
2019-05-31Fix edge case tests in long form encoding. Regress failure noticed by Bluhm onrob1-5/+5
2019-05-13Hookup ber regress.rob1-2/+2
2019-05-12Add an enum test. Modify some output.rob1-2/+11
2019-05-12Use .OBJDIR.rob1-3/+3
2019-05-12Remove a now obsolete comment about BITSTRING.rob1-6/+1
2019-05-12Add test cases for enum, and an additional test for null.rob1-1/+47
2019-05-12Test mandatory use of minimal contents octets for int and enum.rob1-1/+10
2019-05-10Add some more edge case tests.rob1-9/+27
2019-04-27Tweak; work in progress.rob1-2/+5
2019-04-27Tweak tests; work in progress.rob1-59/+308
2019-04-27Use REGRESS_TARGETS et al.rob1-4/+10
2019-04-27Add test, update comments, and modify some output.rob1-15/+27
2019-04-27Fix comment regarding suspected problem when handling large negative integers.rob1-2/+2
2019-04-27Tweak previous.rob1-7/+15
2019-04-27Regress testing for int (long long). Two's complement is eating my brain.rob1-0/+469
2019-03-31Fix white space and add an snmp test.rob1-6/+13
2019-03-31Tweak ldap related tests.rob1-36/+58
2019-03-27Tweak output and correct a comment.rob1-3/+3
2019-03-27Modify a test to stress embedded ber elements in ber_printf_elements(). Alsorob1-11/+20
2019-03-27Replace "garbage" test with an explicit test of an incorrect length (i.e. notrob1-4/+4
2019-03-27Check errno on expected failures. Also fix some output wording.rob1-3/+4
2019-03-27Only perform position and memory checks on short form encoding (i.e. shortrob1-10/+43
2019-03-27Cleanup output and main return code.rob1-23/+14
2019-03-26Fix white space.rob1-5/+5
2019-03-26Add ber api regress. Assumes that ber has been built into libutil.rob2-0/+602
2017-03-16Enable tests for +/-LLONG_MAX and add tests for other boundary conditions.dtucker1-6/+19
2017-03-15Add tests for scaled overflow and underflow and the exact overflow anddtucker1-3/+44
2017-03-15Clean up errno handling in fmt_scaled test:dtucker1-13/+9
2017-02-25Add missing includes to avoid implicit function declarations.jsg1-1/+2
2016-08-14Convert quad_t to long longguenther1-8/+8
2014-08-10guenther wants a copyrighttedu1-0/+17
2014-08-10Only need <stdint.h> and not all of <inttypes.h> hereguenther1-1/+1
2014-04-08add a test for writing too fartedu1-0/+9
2013-07-29updated regress values from djmtedu1-31/+31
2013-06-04link subdirtedu2-3/+3
2013-06-04missed a space in the latin passphrase.tedu1-3/+3
2013-06-04tests for bcrypt_pbkdf_test.ctedu2-0/+136
2012-11-12require scan_scaled to set errno to EINVAL rather than ERANGE if ithalex1-3/+4
2012-09-06Move the commented out test program in pkcs5_pbkdf2.c into a propermatthew3-2/+154
2009-06-20Repair comment ID & typo, no binary changeian1-5/+5
2005-10-21bullshit test; pointed out by davidderaadt1-2/+0
2005-03-09Now that rounding is done properly for fractionless numbers, fix theotto1-4/+6
2005-03-08Some more real-life regression cases.otto1-0/+3
2004-09-16new regression found in the wild: 1099512676352 -> 2.0T; fixed a minute ago.otto1-0/+1
2004-07-16errno -> err in a structure. OK deraadt@david1-8/+8