summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Tests for creating req from PKCS8 keys with extra attrsDmitry Belyavskiy2021-05-113-1/+53
* Reduce the runtime/output from the gmdiff testPauli2021-05-111-5/+7
* Fix i2d_PKCS8PrivateKey_nid_bio() regression.Shane Lontis2021-05-101-0/+37
* Mark pop/clear error stack in der2key_decode_p8Daniel Bevenius2021-05-091-0/+35
* Test oct2point for hybrid point encoding of (0, y)Theo Buehler2021-05-091-0/+50
* 80-test_cmp_http.t: Improve fuzzing exclusion patternDr. David von Oheimb2021-05-081-1/+1
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-081-12/+11
* apps/mac: Add digest and cipher command line optionsPauli2021-05-081-3/+23
* apps: remove initial newline from mac outputPauli2021-05-081-2/+2
* apps: add mac, cipher and digest arguments to the kdf applet.Pauli2021-05-081-2/+36
* test: add a provider load/unload cache flush test.Pauli2021-05-071-0/+38
* Fixes #14662. Return all EC parameters even for named curvesJon Spillett2021-05-071-0/+30
* Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett2021-05-071-2/+63
* evp_extra_test: Avoid potential double free of paramsTomas Mraz2021-05-061-0/+3
* Update copyright yearMatt Caswell2021-05-0625-25/+25
* Add some tests for -inform/keyform enforcementTomas Mraz2021-05-064-8/+40
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-3/+3
* APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb2021-05-051-2/+2
* adapt tests to SSL_OP_LEGACY_SERVER_CONNECT changeBenjamin Kaduk2021-05-052-1/+3
* mac: allow XOF MACs to be specified either via control or via the dedicated f...Pauli2021-05-052-15/+92
* Add .includedir pragmaRich Salz2021-05-052-1/+8
* cleanup where purpose is not needed in 25-test_verify.tDr. David von Oheimb2021-05-051-67/+67
* test/certs/setup.sh: Fix two glitchesDr. David von Oheimb2021-05-053-12/+12
* update test/certs/ee-pathlen.pem to contain SKID and AKIDDr. David von Oheimb2021-05-051-9/+10
* test/certs/setup.sh: structural cleanupDr. David von Oheimb2021-05-051-41/+32
* Fetch cipher-wrap after loading providers.Rich Salz2021-05-051-1/+10
* Fix KMAC bounds checks.Shane Lontis2021-05-051-0/+8
* testutil/load.c: Add checks for file(name) == NULLDr. David von Oheimb2021-05-041-7/+4
* Add a test for the public core bio APIMatt Caswell2021-05-043-1/+124
* test: fix failure with FIPS and no-des configured.Pauli2021-05-041-2/+2
* Fix no-fips-securitychecks test failureShane Lontis2021-05-011-0/+1
* SM2 signatures work correctly only with SM3 digestsTomas Mraz2021-04-301-0/+1
* acvp: fix the no-acvp_test buildPauli2021-04-302-3/+5
* Fix CRL app so that stdin works.Shane Lontis2021-04-301-1/+16
* remove end of line whitespacePauli2021-04-301-8/+8
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-304-26/+436
* Adjust ssl_test_new for SHA1 security levelMatt Caswell2021-04-295-28/+68
* Adjust sslapitest for SHA1 security levelMatt Caswell2021-04-291-0/+55
* Adjust dtlstest for SHA1 security levelMatt Caswell2021-04-291-0/+32
* Add test case for openssl crl -noout -hash outputTomas Mraz2021-04-291-1/+4
* Test a Finished message at the wrong time results in unexpected messageMatt Caswell2021-04-281-0/+74
* Add a threading test for loading/unloading providersMatt Caswell2021-04-281-1/+25
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-281-1/+1
* Skip test_fipsload when fips is disabled.Tomas Mraz2021-04-281-0/+1
* Add X509 version constants.David Benjamin2021-04-281-1/+1
* memleaktest with MSVC's AddressSanitizerKevin Cadieux2021-04-281-1/+4
* Add testing for updated cipher IVJon Spillett2021-04-289-1/+220
* Use "canonical" names when matching the output of the commandsTomas Mraz2021-04-282-3/+3
* Skip GOST engine tests in out of tree buildsTomas Mraz2021-04-281-1/+3
* Test that we don't have a memory leak in d2i_ASN1_OBJECT.Shane Lontis2021-04-271-0/+26