summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2022-06-02Fix the checks of EVP_PKEY_param_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-23Avoid unchecked string concatenationBenny Baumann
2022-05-23Avoid potential OOB if width > sizeof(start)Benny Baumann
2022-05-06s_serve: Report an error if init-connection fails without an attempt to read.Daniel Fiala
2022-05-05s_client -proxy / -starttls shouldn't be mutually exclusiveVita Batrla
2022-05-04openssl: dhparam: Print warning if -in argument is ignoredDaniel Fiala
2022-05-04Fix Coverity 1503314 unchecked return valuePauli
2022-05-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-21Fix a possible NULL pointer dereference in create_cert_store()Zhou Qingyang
2022-04-21Fix wild pointer dereference in make_ocsp_response()Zhou Qingyang
2022-04-19Do a prelimary check for numbers in openssl prime command.Daniel Fiala
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