summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2022-07-20crank SSH_SK_VERSION_MAJOR to matchDamien Miller
2022-07-19zap trailing spacesTheo Buehler
2022-07-19Regenerate golden numbers due to RC4-MD5 now being disabled by default.Theo Buehler
2022-07-19Add log_debug() and pt_getaddr() dummy functions because prefix_set_dmetric()Claudio Jeker
2022-07-18Revert accidental commitTheo Buehler
2022-07-18Add comments to explain the magic numbers 57 and 58Theo Buehler
2022-07-18Avoid sending the QUIC transport parameters extension now that weTheo Buehler
2022-07-17Revise regress for QUIC transport parameters TLS extension.Joel Sing
2022-07-16Revert previous. The added includes were already there. Duh.Theo Buehler
2022-07-14Only run the client connection test with supported ciphers. Avoids testTheo Buehler
2022-07-13Enable Wycheproof primality tests.Theo Buehler
2022-07-12The asn1time test no longer needs static linking.Theo Buehler
2022-07-09Check that ASN1_{INTEGER,ENUMERATED}_get(NULL) return 0 as documented.Theo Buehler
2022-07-08whitespaceTheo Buehler
2022-07-08Add to variables instead of overriding themTheo Buehler
2022-07-07Add support for primality checkingTheo Buehler
2022-07-07Adjust to new bgpctl outputClaudio Jeker
2022-07-07Use the security level knob in the test script.Theo Buehler
2022-07-07Only run tests against ciphers supported by the method.Theo Buehler
2022-07-07Add some minimal regress coverage for the security level.Theo Buehler
2022-07-07Make the ssltest security level aware.Theo Buehler
2022-07-07Adjust prototype of dummy rde_generate_updates() functionClaudio Jeker
2022-07-07Switch ssltest to using the newly generated certs that use SHA-256 insteadTheo Buehler
2022-07-06While the HTML standard allows multiple <h1> elements in the sameIngo Schwarze
2022-07-05cope with ASN1_TIME_set_string_X509() renameAnton Lindqvist
2022-07-04Add TEST_REGRESS_CACHE_DIR which, if set, is used to cache regress testDarren Tucker
2022-07-02Adjust to new tls1_ec_nid2group_id API.Theo Buehler
2022-06-30Add valid time test from ruby regress, and check ASN1_time_to_tmBob Beck
2022-06-30add valid utc time that should fail to parse as generalizedBob Beck
2022-06-30Add tests for times missing seconds, and to be able to testBob Beck
2022-06-30With recent a_time_tm.c changes, we also need the bytestring API.Theo Buehler
2022-06-29Add support for sending QUIC transport parametersBob Beck
2022-06-29Use relative paths so beck can run regress in his git tree and haveTheo Buehler
2022-06-29cope with rtentry refcnt changesAnton Lindqvist
2022-06-28Botan 2.19.2 has removed support for the OpenSSL crypto provider.Alexander Bluhm
2022-06-28Use refcnt API for struct rtentry instead of hand-crafted atomicAlexander Bluhm
2022-06-28Only asn1time needs to be static for now.Theo Buehler
2022-06-28Make this regress test link staticly and use internal symbolsBob Beck
2022-06-28Fix the legacy verifier callback behaviour for untrusted certs.Bob Beck
2022-06-27Add new time manipulation funcitons that OpenSSL has exposed thatBob Beck
2022-06-27Regress test for the open policy role capability. Make sure it properlyClaudio Jeker
2022-06-26In groff commit 78e66624 on May 7 20:15:33 2021 +1000,Ingo Schwarze
2022-06-26Fix URI name constraints, allow for URI's with no host part.Bob Beck
2022-06-25Move leaf certificate checks to the last thing after chain validation.Bob Beck
2022-06-25Increase the auto partitioner's maximum /usr size to 30G.mbuhl
2022-06-25Check pointer argument after {d2i,i2d}_ASN1_{BIT_STRING,BOOLEAN,INTEGER}()Joel Sing
2022-06-25Add regress for ASN1_INTEGER_{get,set}_{u,}int64()Joel Sing
2022-06-25Add regress for ASN1_INTEGER_cmp()Joel Sing
2022-06-23Use dynamic linking correctly. bntest and bn_to_string need static linking.Theo Buehler
2022-06-22Explicitly include fcntl.h and unistd.h for pipe2Theo Buehler