summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-06-13Fix two additional instances of the old EVP_MAC_CTX_ functions being used.Pauli
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-11kdf: make function naming consistent.Pauli
2020-06-10Add a CMAC testMatt Caswell
2020-06-10run_tests.pl: Add options for focussing output on failed (sub-)testsDr. David von Oheimb
2020-06-10Silence gcc false positive warning on refdatalen in test/tls13encryptiontest.cDr. David von Oheimb
2020-06-10Silence gcc false positive warning on alpn_protos_len in test/handshake_helper.cDr. David von Oheimb
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis
2020-06-09Add a test for renegotiation with EXTMS droppedTomas Mraz
2020-06-08test: TLS1.3 and new ciphers for kTLSVadim Fedorenko
2020-06-08Fix 90-test_store.t for latest config, limits, providers, and disabled algosDr. David von Oheimb
2020-06-08Add chain to PKCS#12 test file generation in 90-test_store.tDr. David von Oheimb
2020-06-06TEST: Adjust test/bioprinttest.c to behave like the testutil routinesRichard Levitte
2020-06-06TESTUTIL: Adjust the rest of testutilRichard Levitte
2020-06-06TESTUTIL: Separate TAP output and other output by BIO filterRichard Levitte
2020-06-05When asked if an ECX key has parameters we should answer "true"Matt Caswell
2020-06-05Fix error path in int create_ssl_ctx_pair()Matt Caswell
2020-06-05Implement a test for sigalgs not being presentMatt Caswell
2020-06-05Implement a Filtering ProviderMatt Caswell
2020-06-05fips: add additional algorithms to the FIPS provider.Pauli
2020-06-04TEST: Add provider_fallback_test, to test aspects of fallback providersRichard Levitte
2020-06-04Update copyright yearMatt Caswell
2020-06-03ossl_shim: const cast the param arguments to avoid errorsPauli
2020-06-03Update manpage to fix examples, other minor tweaksRich Salz
2020-06-03Cleanup cert config files for testsRich Salz
2020-06-03ossl_shim: include core_names.h to resolve undeclared symbolsPauli
2020-06-02TEST: Test i2d_PKCS8PrivateKey_bio() and PEM_write_bio_PKCS8PrivateKey()Richard Levitte
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
2020-06-01Revert the check for NaN in %f formatBernd Edlinger
2020-05-29bio printf: Avoid using rounding errors in range checkBernd Edlinger
2020-05-28test HKDF with empty IKMBenjamin Kaduk
2020-05-28Add a test for fetching EVP_PKEY style algs without a providerMatt Caswell
2020-05-28Fail if we fail to fetch the EVP_KEYMGMTMatt Caswell
2020-05-28Fix errtest for older compilersShane Lontis
2020-05-28ossl_shim: use the correct ticket key call back.Pauli
2020-05-28fips: add AES OFB mode ciphers to FIPS provider.Pauli
2020-05-28fips: add AES CFB mode ciphers to FIPS provider.Pauli
2020-05-27Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-26Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis
2020-05-26ossl_shim: add deprecation guards around the -use-ticket-callback option.Pauli
2020-05-23GOST external testsDmitry Belyavskiy
2020-05-23Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger
2020-05-19Test for the SSL_OP_IGNORE_UNEXPECTED_EOF optionDmitry Belyavskiy
2020-05-19deprecate EC precomputation functionalityBilly Brumley
2020-05-18Delete the sslprovider testMatt Caswell
2020-05-16deprecate EC_POINTs_mul functionBilly Brumley
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell
2020-05-15Test TLSv1.3 out-of-band PSK with all 5 ciphersuitesraja-ashok