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