summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen
2019-01-31Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger
2019-01-31Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger
2019-01-31Fix a memory leak with di2_X509_CRL reuseBernd Edlinger
2019-01-30Fix no-dso buildsMatt Caswell
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-24Make sure we trigger retransmits in DTLS testingMatt Caswell
2019-01-21Fix a memory leak in the mem bioCorey Minyard
2019-01-17Reduce inputs before the RSAZ code.David Benjamin
2019-01-08Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY
2019-01-07Add a test for correct handling of the cryptopro bug extensionMatt Caswell
2019-01-06Fix no-cmacMatt Caswell
2019-01-04Introduce a no-pinshared optionMatt Caswell
2019-01-04Test atexit handlersMatt Caswell
2019-01-04Don't link shlibloadtest against libcryptoMatt Caswell
2019-01-04Fix shlibloadtest to properly execute the dso_ref testMatt Caswell
2018-12-31Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger
2018-12-11Add an Ed448 malleability testMatt Caswell
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell
2018-12-03Add an Ed25519 signature maleability testMatt Caswell
2018-11-27Don't test the collected system errors when configured to not have themRichard Levitte
2018-11-24Avoid test_errstr in a cross compiled configurationRichard Levitte
2018-11-23Add an error message test recipes for system error messagesRichard Levitte
2018-11-20Update copyright yearMatt Caswell
2018-11-15test/siphash_internal_test.c: ensure the SIPHASH structure is zeroedRichard Levitte
2018-11-14Fix no-ec and no-tls1_2Matt Caswell
2018-11-14Fix rpath-related Linux "test_shlibload" failure.Richard Levitte
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-11-12Add a test for SSL_CTX_set0_CA_list()/SSL_CTX_set_client_CA_list()Matt Caswell
2018-11-12Test use of a brainpool ECDSA certificateMatt Caswell
2018-11-12Add some test brainpool certificatesMatt Caswell
2018-11-12Fix SipHash init order.Richard Levitte
2018-11-10Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz
2018-11-08Test: enable internal tests for shared Windows buildsDr. Matthias St. Pierre
2018-11-08Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre
2018-11-05Fix a race condition in drbgtest.cBernd Edlinger
2018-11-05Fix error handling in drbgtest.cBernd Edlinger
2018-10-30Add a client_cert_cb testMatt Caswell
2018-10-29test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte
2018-10-29Add a test where we reuse the EVP_PKEY_CTX for two HKDF test runsMatt Caswell
2018-10-27RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre
2018-10-26Backport some DRBG renamings and typo fixesDr. Matthias St. Pierre
2018-10-26Add a test for duplicated DTLS recordsMatt Caswell
2018-10-25Windows: Produce a static version of the public libraries, alwaysRichard Levitte
2018-10-19Test DTLS cookie generation and verificationMatt Caswell
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-10-16Fix no-engineMatt Caswell
2018-10-16Indentation fixes.Pauli
2018-10-16Remove useless check.Mykola Baibuz
2018-10-15Fix no-tls1_2Matt Caswell