summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Free cert, key and ocsp_staple on exit of do_keypair_test().tb2021-12-041-1/+4
* Convert main into single exit to appease asan.tb2021-12-041-22/+33
* Explicitly free EVP_MD_CTX to appease asan. Reported by Ilya Shipitsin.tb2021-12-041-10/+16
* Add regress for ECPKParameters ASN.1 encoding/decoding.jsing2021-12-042-2/+210
* Tell testers which packages to install right away (and why)kn2021-12-023-3/+7
* Add regress for {d2i,i2d}_{,DSA_,EC_,RSA_}PUBKEY{,_bio}().jsing2021-11-302-1/+570
* make the bn/mont test compile with opaque DH.tb2021-11-261-4/+12
* Rework this test to compile with opaque RSAtb2021-11-251-282/+427
* Resolve last issue with opaque BIGNUM in this test.tb2021-11-251-3/+3
* Prepare ssltest for opaque DHtb2021-11-211-18/+39
* wycheproof: modify RSA tests to work with opaque RSA structtb2021-11-211-11/+57
* wycheproof.go: modify some DSA and ECDSA code to work with opaque structstb2021-11-211-5/+23
* Switch to BIO_up_ref() instead of adjusting references manually.tb2021-11-202-16/+6
* Use BIO_up_ref() instead of adjusting refcounts manuallytb2021-11-201-9/+3
* Mark the X509_VERIFY_PARAM_ID variable type as intentionallyschwarze2021-11-191-3/+16
* Make function prototype parsing a bit stricter,schwarze2021-11-191-1/+1
* Very quick and dirty script to help me check that the symbolsschwarze2021-11-191-0/+266
* sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_resettb2021-11-181-3/+2
* gost: missed one cleanuptb2021-11-181-2/+2
* sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resettb2021-11-181-4/+3
* gost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resettb2021-11-181-2/+2
* evptest: no need to call EVP_MD_CTX_cleanup() before EVP_MD_CTX_free()tb2021-11-181-4/+3
* Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init()tb2021-11-181-5/+3
* Fix ssltest to work with opaque EVP_PKEY.tb2021-11-181-22/+33
* sha*test: convert these tests to work with opaque EVP_MD_CTX.tb2021-11-183-31/+42
* zap trailing whitespacetb2021-11-181-7/+7
* hmactest: convert to opaque HMAC_CTX.tb2021-11-181-29/+37
* gost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX.tb2021-11-181-19/+23
* exptest: convert to opaque BN; minor KNF tweaks.tb2021-11-181-40/+47
* evptest: fix compilation with opaque EVP_{CIPHER,MD}_CTX. Uses atb2021-11-181-22/+30
* ecdsatest: make this test compile with opaque EVP_MD_CTX.tb2021-11-181-7/+8
* dsatest: make this work with opaque BN. Some more fixes will be neededtb2021-11-181-114/+124
* dhtest: fix this to work with opaque BN. This will need more fixes totb2021-11-181-48/+61
* bntest: Fix all but one test in this file to work with opaque BN.tb2021-11-181-399/+563
* Test ASN1_STRING_copy(3).schwarze2021-11-132-1/+121
* Test adding extensions to certification requests.schwarze2021-11-032-2/+167
* Add regress that calls SSL_set_tlsext_host_name() with a NULL host name.jsing2021-11-021-1/+15
* Rework SNI hostname regress to be table driven.jsing2021-11-011-62/+147
* Rework x509attribute regress test in such a way that it doesn't needtb2021-11-011-11/+7
* Make this test compile again after the damage done in libcryptotb2021-10-311-19/+20
* Prepare regress for opaque structs in x509*.htb2021-10-314-25/+18
* openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.tb2021-10-281-6/+9
* Free memory on text exit to make asan quieterbeck2021-10-261-53/+83
* Revise regress for removal of SSL_SESSION_INTERNAL.jsing2021-10-261-27/+27
* Drop two uses of the terrible asn1 kludge spotted by antontb2021-10-251-3/+3
* For open/openat, if the flags parameter does not contain O_CREAT, thederaadt2021-10-242-4/+4
* Add a regress test for TLS client/server.jsing2021-10-233-1/+496
* Revise regress test for tls13_buffer rename.jsing2021-10-231-14/+16
* Revise regress for tlsext_tick_lifetime_hint changing type.jsing2021-10-231-2/+2
* Pull in ssl_locl.h so that we can keep reaching into libssl internals.jsing2021-10-152-1/+4