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