summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2022-07-14apps/x509: add warnings for options ignored when -CA is not specifiedDr. David von Oheimb
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb
2022-07-14apps/x509: Fix -CAfile option being neglected with -new or -inDr. David von Oheimb
2022-07-13speed: Always reset the outlen when calling EVP_PKEY_deriveTomas Mraz
2022-07-11apps/cmp.c: fix cleanup of CMP_CTX vs. APP_HTTP_TLS_INFO in its http_cb_arg f...Dr. David von Oheimb
2022-07-11Add config option for speed commandKan
2022-07-06Fixes OSCP->OCSP typo in ocsp command lineAlexander Scheel
2022-07-06app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLSDr. David von Oheimb
2022-07-01APPS: dsaparam, gendsa: Support setting propertiesClemens Lang
2022-07-01apps/cmp.c: improve print_itavs()Dr. David von Oheimb
2022-07-01apps/cmp.c: Fix glitch in -newkeypass warning and extend warnings for genmDr. David von Oheimb
2022-06-30Update the default macsaltlen and Add the configure for macsaltlenKan
2022-06-23Fix the checks of X509_LOOKUP_* functionsPeiwei Hu
2022-06-23Fix the checks of X509_REVOKED_add1_ext_i2dPeiwei Hu
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-06-22apps/s_server.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-06-16Have set_dateopt() return 1 on success to make -dateopt workHartmut Holzgraefe
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