summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2019-06-01Update regression test for a maximum sizeof(int32_t) length octets.rob
2019-05-31Fix edge case tests in long form encoding. Regress failure noticed by Bluhm onrob
2019-05-23Throw malloc_conceal and freezero into the mix.Otto Moerbeek
2019-05-16enable malloc_duel; "tests want to run" bluhm@Otto Moerbeek
2019-05-15Turn the 2 thread duel into a 11 thread melee.Otto Moerbeek
2019-05-14Remove the REGRESS_MAXTIME feature from regress framework. TheAlexander Bluhm
2019-05-14Use propper regress target to integrate better into test framework.Alexander Bluhm
2019-05-13Hookup ber regress.rob
2019-05-13The call to fseek(fp, -1, SEEK_END) also sets the reported size toAlexander Bluhm
2019-05-12Add an enum test. Modify some output.rob
2019-05-12Use .OBJDIR.rob
2019-05-12Remove a now obsolete comment about BITSTRING.rob
2019-05-12Add test cases for enum, and an additional test for null.rob
2019-05-12Test mandatory use of minimal contents octets for int and enum.rob
2019-05-10Regress libedit needs header files generated during src libeditAlexander Bluhm
2019-05-10Add some more edge case tests.rob
2019-05-09Add a test vector for Streebog 512 from Guido VrankenTheo Buehler
2019-05-09Proper prototype for main(). Make sparc64 happier.Claudio Jeker
2019-05-02Add test fseek(,-1) works properly.YASUOKA Masahiko
2019-04-27Tweak; work in progress.rob
2019-04-27Tweak tests; work in progress.rob
2019-04-27Use REGRESS_TARGETS et al.rob
2019-04-27Add test, update comments, and modify some output.rob
2019-04-27Fix comment regarding suspected problem when handling large negative integers.rob
2019-04-27Tweak previous.rob
2019-04-27Regress testing for int (long long). Two's complement is eating my brain.rob
2019-04-24Do not check for working go executable during make clean cleandir obj.Alexander Bluhm
2019-04-24Do not check for working go executable during make clean cleandir obj.Alexander Bluhm
2019-04-13Add a test for the bn_to_string() function introduced in v3_utl.c r1.32.Theo Buehler
2019-04-07exitting -> exitingTheo Buehler
2019-04-05whitespace consistencyTheo Buehler
2019-04-05Add SERVER_HELLO_RETRY stateTheo Buehler
2019-04-04I forgot to mark some targets as .PHONYTheo Buehler
2019-04-04Use correct define.Joel Sing
2019-03-31Fix white space and add an snmp test.rob
2019-03-31Tweak ldap related tests.rob
2019-03-29Fix a compiler warning. Also use srandom_deterministic(3) since usingYASUOKA Masahiko
2019-03-28Enable GOST cipher selection test after libssl has been fixed.Alexander Bluhm
2019-03-27Tweak output and correct a comment.rob
2019-03-27Modify a test to stress embedded ber elements in ber_printf_elements(). Alsorob
2019-03-27Replace "garbage" test with an explicit test of an incorrect length (i.e. notrob
2019-03-27Check errno on expected failures. Also fix some output wording.rob
2019-03-27Only perform position and memory checks on short form encoding (i.e. shortrob
2019-03-27Cleanup output and main return code.rob
2019-03-26Fix white space.rob
2019-03-26Add ber api regress. Assumes that ber has been built into libutil.rob
2019-03-25Update regress following sigalgs changes.Joel Sing
2019-03-21Fix typo in usage and comment.Alexander Bluhm
2019-03-17Add regress tests for the EVP_aes_*_wrap() API. Based on the tests inTheo Buehler
2019-03-17link sm4 regress to the buildTheo Buehler