summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-24Remove HEADER_X509_H and HEADER_SSL_H include detectors from appsDr. Matthias St. Pierre
2019-07-23Re-implement the cipher and digest listings for 'openssl list'Richard Levitte
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-16remove end of line spacesPauli
2019-07-16Remove tab characters from C source files.Pauli
2019-07-16Actually silently ignore GET / OCSP requestsViktor Dukhovni