summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2022-04-02CMS sign digestViktor Söderqvist
2022-04-01req, x509: Allow printing modulus of RSA-PSS keysTomas Mraz
2022-03-28Size of random output is now a long, also added option to select chunk sizeKevin K Biju
2022-03-22Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.Daniel Fiala
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-03-10Allow to *just* print key and IV of unstreamable modes when no input filesEasySec
2022-03-10Set protocol in init_client()Todd Short
2022-03-10check the return value of BIO_new_file()xkernel
2022-03-04apps: several return value checks for BIO_new()xkernel
2022-03-03s_server: Do not use SSL_sendfile when KTLS is not being usedHugo Landau
2022-03-03Enable openssl req -x509 to create certificates from CSRsHugo Landau
2022-02-28check the return value of CRYPTO_strdup()xkernel
2022-02-24Add -quiet option to pkcs7 for -print_certsRaul Ferrando
2022-02-18enc : add support for wrap modeEasySec
2022-02-17apps/s_server: Add missing check for BIO_newJiasheng Jiang
2022-02-17apps/ocsp: Add check for OPENSSL_strdupJiasheng Jiang
2022-02-17s_server: Add check for OPENSSL_strdupJiasheng Jiang
2022-02-14Add tests for do_updatedbArmin Fuerst
2022-02-14openssl rehash: add check for OPENSSL_strdupJiasheng Jiang
2022-02-14Implement a new flag for running s_client in a non-interactive modeRami Khaldi
2022-02-11Added checking for buflen overflow due to MAX_MISALIGNMENT.Kevin K Biju
2022-02-09Send auxiliary messages to bio_err.Daniel
2022-02-07Fix SIZE_MAX not defined on z/OS etcAnkit Das
2022-02-07Fix typosDimitris Apostolou
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-02-03Fix copyrightsTodd Short
2022-02-03Use opt_int_arg() to parse integers in apps/speed.cKevin K Biju
2022-02-02apps/progs.pl: use SOURCE_DATE_EPOCH if defined for copyright yearRoss Burton
2022-01-28apps: Add option -no_ems to s_client/s_server appsyangyangtiantianlonglong
2022-01-28Add -verbose/-queit flags to dhparamPhilip Prindeville
2022-01-28Use progress_cb in genrsaPhilip Prindeville
2022-01-27Ensure ciphers command honours -propqueryMatt Caswell
2022-01-21Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville
2022-01-20s_server: correctly handle 2^14 byte long recordsHubert Kario
2022-01-18speed: rework if condition to avoid empty statementPauli
2022-01-18apps/ca: replace ;; with ; as statement separatorPauli
2022-01-14coverity 1497107: dereference after null checkPauli
2022-01-12pkeyutl: Fix regression with -kdflen optionTomas Mraz
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2022-01-11PKCS12 app: Improve readability w.r.t. enc_flag, renamed to enc_nameDr. David von Oheimb
2022-01-08apps.c: fix various coding style nits found by check-format.plDr. David von Oheimb
2022-01-07Fix: some patches related to error exitingPeiwei Hu
2022-01-07apps/cmp.c: fix coding style nits reported by check-format.plDr. David von Oheimb
2022-01-07APPS load_key_certs_crls(): Make file access errors much more readableDr. David von Oheimb
2022-01-05Fix typosDimitris Apostolou
2022-01-05apps/passwd.c: free before error exitingPeiwei Hu
2022-01-04CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. David von Oheimb
2022-01-04app_http_tls_cb: Fix double-free in case TLS not usedDr. David von Oheimb
2022-01-04HTTP client: Work around HTTPS proxy use bug due to callback design flawDr. David von Oheimb
2021-12-30APPS/cmp: improve diagnostics for presence of TLS optionsDr. David von Oheimb