summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2021-12-15Add coverage for CBS additions.Joel Sing
2021-12-15Some more ASN.1 struct types that are postponed (because they areIngo Schwarze
2021-12-14tweak for the generated sourceTheo Buehler
2021-12-14more symbols that are postponed or intentionally undocumented andIngo Schwarze
2021-12-14Add regress coverage for ASN1_get_object()Joel Sing
2021-12-14Add regress for ASN1_tag2bit() and ASN1_tag2str()Joel Sing
2021-12-13Kill sys/cdefs.h includes, because overly complicated include+macroTheo de Raadt
2021-12-13remove a couple hundred sys/param.h includes in userland code, andTheo de Raadt
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2021-12-11Merge two bugfixes in ASN1_STRING_TABLE_add(3) and ASN1_STRING_TABLE_get(3)Ingo Schwarze
2021-12-09Fix missing return in asn1_compare_bytes()Joel Sing
2021-12-09Add initial tests for coverage of ASN.1 complex/constructed types.Joel Sing
2021-12-09Add initial tests for coverage of ASN.1 basic/primitive types.Joel Sing
2021-12-07be more specific which NETSCAPE stuff to ignore, and whyIngo Schwarze
2021-12-07Some improvements allowing to handle asn1.h and x509v3.h:Ingo Schwarze
2021-12-05Allow libradius tests to compile with opaque HMAC_CTX.Theo Buehler
2021-12-05Add initial regress for CT.Joel Sing
2021-12-04gross trailing whitespaceTheo Buehler
2021-12-04Free cert, key and ocsp_staple on exit of do_keypair_test().Theo Buehler
2021-12-04Convert main into single exit to appease asan.Theo Buehler
2021-12-04Explicitly free EVP_MD_CTX to appease asan. Reported by Ilya Shipitsin.Theo Buehler
2021-12-04Add regress for ECPKParameters ASN.1 encoding/decoding.Joel Sing
2021-12-02Tell testers which packages to install right away (and why)Klemens Nanni
2021-11-30Add regress for {d2i,i2d}_{,DSA_,EC_,RSA_}PUBKEY{,_bio}().Joel Sing
2021-11-26make the bn/mont test compile with opaque DH.Theo Buehler
2021-11-25Rework this test to compile with opaque RSATheo Buehler
2021-11-25Resolve last issue with opaque BIGNUM in this test.Theo Buehler
2021-11-21Prepare ssltest for opaque DHTheo Buehler
2021-11-21wycheproof: modify RSA tests to work with opaque RSA structTheo Buehler
2021-11-21wycheproof.go: modify some DSA and ECDSA code to work with opaque structsTheo Buehler
2021-11-20Switch to BIO_up_ref() instead of adjusting references manually.Theo Buehler
2021-11-20Use BIO_up_ref() instead of adjusting refcounts manuallyTheo Buehler
2021-11-19Mark the X509_VERIFY_PARAM_ID variable type as intentionallyIngo Schwarze
2021-11-19Make function prototype parsing a bit stricter,Ingo Schwarze
2021-11-19Very quick and dirty script to help me check that the symbolsIngo Schwarze
2021-11-18sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_resetTheo Buehler
2021-11-18gost: missed one cleanupTheo Buehler
2021-11-18sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resetTheo Buehler
2021-11-18gost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resetTheo Buehler
2021-11-18evptest: no need to call EVP_MD_CTX_cleanup() before EVP_MD_CTX_free()Theo Buehler
2021-11-18Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init()Theo Buehler
2021-11-18Fix ssltest to work with opaque EVP_PKEY.Theo Buehler
2021-11-18sha*test: convert these tests to work with opaque EVP_MD_CTX.Theo Buehler
2021-11-18zap trailing whitespaceTheo Buehler
2021-11-18hmactest: convert to opaque HMAC_CTX.Theo Buehler
2021-11-18gost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX.Theo Buehler
2021-11-18exptest: convert to opaque BN; minor KNF tweaks.Theo Buehler
2021-11-18evptest: fix compilation with opaque EVP_{CIPHER,MD}_CTX. Uses aTheo Buehler
2021-11-18ecdsatest: make this test compile with opaque EVP_MD_CTX.Theo Buehler
2021-11-18dsatest: make this work with opaque BN. Some more fixes will be neededTheo Buehler