summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2021-12-29Plug memleaksTheo Buehler
2021-12-29Plug memleakTheo Buehler
2021-12-29More EVP_* return value checksTheo Buehler
2021-12-29Remove redundant NULL checksTheo Buehler
2021-12-29Minor cleanup after EC_POINT_get_affine_coordinates() unified theTheo Buehler
2021-12-29More return value checks for EVP_* APITheo Buehler
2021-12-29Check return values of EVP_* APITheo Buehler
2021-12-29knfmt makes this slightly nicer.Theo Buehler
2021-12-29One more leak of the same kindTheo Buehler
2021-12-29Plug memleakTheo Buehler
2021-12-29Set failed in test_random_points()Theo Buehler
2021-12-27Provide a set of RSA and ECDSA test certificates/keys.Joel Sing
2021-12-27Provide a script to generate test certificates/keys.Joel Sing
2021-12-26add missing include path; ok tb@Anton Lindqvist
2021-12-24Run malloc_duel for 60 seconds instead of 20. It did find kernelAlexander Bluhm
2021-12-24The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the APITheo Buehler
2021-12-24Print the name of the test before we run it.Joel Sing
2021-12-24Style tweak in {d2i,i2d}_IPAddrBlocks()Theo Buehler
2021-12-24Drop -g -O0 from CFLAGSTheo Buehler
2021-12-24link rfc3779 test to buildTheo Buehler
2021-12-24Add initial test coverage for RFC 3779 code.Theo Buehler
2021-12-23fix typo: boolean true should decode to 1, not 0Theo Buehler
2021-12-20Add regress coverage for the crazy SCT_new_from_base64() API.Joel Sing
2021-12-18support processing <openssl/bn.h>Ingo Schwarze
2021-12-16To ease maintenance, structure the lists of intentionally undocumentedIngo Schwarze
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