summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2022-05-03Update copyright yearMatt Caswell
2022-04-21str[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-01req, x509: Allow printing modulus of RSA-PSS keysTomas Mraz
2022-03-22Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.Daniel Fiala
2022-03-15Update copyright yearMatt Caswell
2022-03-14check return value of functions that call BIO_new() internallyxkernel
2022-03-10Set protocol in init_client()Todd Short
2022-03-10check the return value of BIO_new_file()xkernel
2022-03-04Enable openssl req -x509 to create certificates from CSRsHugo Landau
2022-03-03s_server: Do not use SSL_sendfile when KTLS is not being usedHugo Landau
2022-02-28check the return value of CRYPTO_strdup()xkernel
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-14openssl rehash: add check for OPENSSL_strdupJiasheng Jiang
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-03Fix copyrightsTodd Short
2022-02-02apps/progs.pl: use SOURCE_DATE_EPOCH if defined for copyright yearRoss Burton
2022-01-27Ensure ciphers command honours -propqueryMatt Caswell
2022-01-24s_server: correctly handle 2^14 byte long recordsHubert Kario
2022-01-14coverity 1497107: dereference after null checkPauli
2022-01-12pkeyutl: Fix regression with -kdflen optionTomas Mraz
2022-01-11Fix: some patches related to error exitingPeiwei Hu
2022-01-05apps/passwd.c: free before error exitingPeiwei Hu
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-29Ensure s_client sends SNI data when used with -proxyMatt Caswell
2021-12-22HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback functionDr. David von Oheimb
2021-12-15APPS/cmp: Fix logic and doc of mutually exclusive -server/-use_mock_srv/-port...Dr. David von Oheimb
2021-12-14Update copyright yearMatt Caswell
2021-12-09APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ...Dr. David von Oheimb
2021-12-09APPS/cmp: fix -rspin option such that it works again without -reqinDr. David von Oheimb
2021-12-02s_cb.c: check the return value of X509_get0_pubkey()x2018
2021-11-29Return -1 properly from do_X509_REQ_verify and do_X509_verifyPW Hu
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand....x2018
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential ...x2018
2021-11-25check the return value of OPENSSL_strdup to prevent potential memory access e...x2018
2021-11-22SSL_export_keying_material: fix return checkPeiwei Hu
2021-11-17Fix verbosity of CMP client diagnosticsDr. David von Oheimb
2021-11-16EVP_PKEY_keygen_init: fix return checkPeiwei Hu
2021-11-16EVP_PKEY_paramgen_init: fix return checkPeiwei Hu
2021-11-09Fix sigsize usage in apps/speed.cXiaofei Bai
2021-11-08APPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()Dr. David von Oheimb
2021-10-27speed: range check the argument given to -multiPauli
2021-10-25cmp.c: Avoid dereference with negative index and use memcpyTomas Mraz
2021-10-22Fix the s_server psk_server_cb for use in DTLSMatt Caswell