summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2019-11-04Fix no-sm2 issuePaul Yang
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-10-30apps/dgst.c: allocate a new signature bufferPavel Karagodin
2019-10-28Fix an s_server arbitrary file read issue on WindowsMatt Caswell
2019-10-28Cleanup hardcoded cipher suite codepoints in s_serverJohannes Bauer
2019-10-18Update dgst.c to show a list of message digestsagnosticdev
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz
2019-10-17'openssl list' and 'openssl provider': adapt display of multiple namesRichard Levitte
2019-10-16Fix typo and create compatibility macroAndreas Schnebinger
2019-10-15Remove duplicated line in 'openssl list' outputRich Salz
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-10-11Ignore empty ALPN elements in CLI argsViktor Dukhovni
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-10-09Refactor -passin/-passout documentationRich Salz
2019-10-07Support SM2 in apps/speedPaul Yang
2019-10-06Also mention -- flag and ignore if undocumentedRich Salz
2019-10-05Add missing help text for some optionsRich Salz
2019-09-30Fix a bundle of mischecks of return valuesPaul Yang
2019-09-30Fix a return value bug in apps/speed.cPaul Yang
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-09-29Fix a double free issue when signing SM2 certPaul Yang
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre
2019-09-25Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTXMatt Caswell
2019-09-24Fix bugs in "info" commands flagsRich Salz
2019-09-23Add TLS version options to s_timeraja-ashok
2019-09-19Add option grouping capability to appsJon Spillett
2019-09-17apps/pkcs12: print multiple PKCS#12 safeBag attribute values if presentJon Spillett
2019-09-15Add fips module integrity checkShane Lontis
2019-09-06App updates for KDF provider conversion.Pauli
2019-09-04Move libapps.a source to apps/libRichard Levitte
2019-09-04Suppress 'No server certificate CA names sent' messageBilly Brawner
2019-09-04New function EVP_CIPHER_free()Richard Levitte
2019-09-04New function EVP_MD_free()Richard Levitte
2019-09-03Fix Coverity 1453452: Control flow issues (DEADCODE)Pauli
2019-09-02Add CPU info to the speed command summaryBernd Edlinger
2019-08-30Fix pkeyutl -verifyrecoverMatt Caswell
2019-08-29Allow an output indentation of zero in apps.Pauli
2019-08-28openssl provider: New sub-command, for provider discoveryRichard Levitte
2019-08-28Move print_param_types() to libapps, and give it indent argumentRichard Levitte
2019-08-27Coverty fixes for MACsRichard Levitte
2019-08-27OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use itRichard Levitte
2019-08-24Add app for fips installationShane Lontis
2019-08-22openssl dgst, openssl enc: check for end of inputRichard Levitte
2019-08-19Get rid of using deprecated function isasciiDmitry Belyavskiy
2019-08-15Re-implement 'openssl list -mac-algorithms'Richard Levitte
2019-08-15Adapt apps/mac.c to use provider based MACsRichard Levitte
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-08-15Modify 'openssl list' to give more verbose descriptionsRichard Levitte
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell