summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2019-12-09apps/speed: replace list of #define by enums declarations.FdaSilvaYY
2019-12-09apps/speed: factorize ec test curves declarationsFdaSilvaYY
2019-12-09apps/speed: improve sm2 failure code.FdaSilvaYY
2019-12-09apps/speed: simplify 'doit' action flag management code.FdaSilvaYY
2019-12-09apps/speed: initialize key material only when its algo is selected.FdaSilvaYY
2019-12-09apps/speed: remove a shared global variableFdaSilvaYY
2019-12-09apps/speed: discard useless protoypes as these methods are defines before bei...FdaSilvaYY
2019-12-09apps/speed: allow to continue tests after any init failure handling.FdaSilvaYY
2019-12-04Deprecate the AES_ige_*() functionsMatt Caswell
2019-11-29Check the return from OPENSSL_buf2hexstr()Matt Caswell
2019-11-29apps/ocsp.c: sock_timeout -> socket_timeoutRichard Levitte
2019-11-22main: avoid a NULL dereference on initialisation.Pauli
2019-11-20Document command parameters.Rich Salz
2019-11-16commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8raniervf
2019-11-14Fix no-engineMatt Caswell
2019-11-08Add "sections" to -help outputRich Salz
2019-11-07Update source files for deprecation at 3.0Richard Levitte
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