summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2020-08-09Convert openssl req option handling.Joel Sing
2020-07-27Wrap long lines s_server.cKinichiro Inoguchi
2020-07-27Add function prototype and move sub functions to bottomKinichiro Inoguchi
2020-07-27Remove space between '*' and pointer variable in s_server.cKinichiro Inoguchi
2020-07-27Remove 's_' prefix from member of s_server_config structKinichiro Inoguchi
2020-07-27Convert openssl(1) s_server option handlingKinichiro Inoguchi
2020-07-14Convert option handling for openssl(1) verify.Joel Sing
2020-07-14Remove hyphenKinichiro Inoguchi
2020-07-14Add single space between pem and ...Kinichiro Inoguchi
2020-07-14Add manual for openssl(1) certhashKinichiro Inoguchi
2020-07-10Clean up s_client.cKinichiro Inoguchi
2020-07-10Change variable bio_c_out from global to localKinichiro Inoguchi
2020-07-09Wrap long lines and put space in front of label in s_client.cKinichiro Inoguchi
2020-07-09Remove c_ prefix from s_client_config memberKinichiro Inoguchi
2020-07-09Convert openssl(1) s_client option handlingKinichiro Inoguchi
2020-05-23While the second SSL_CTX in this code is only used on servernameTheo Buehler
2020-05-23In ssl_lib.c revision 1.217, jsing enabled SSL_MODE_AUTO_RETRY byTheo Buehler
2020-05-23Avoid an out-of-bounds array access in the s_server.Theo Buehler
2020-05-22sockaddr should be sockaddr_storage, otherwise "openssl s_client -6 -dtls1"Theo de Raadt
2020-05-13Add description for -tls1_3 and -no_tls1_3 options to openssl(1) s_serverKinichiro Inoguchi
2020-05-13Add -tls1_3 and -no_tls1_3 options to openssl(1) s_serverKinichiro Inoguchi
2020-05-10Make openssl X509 handle the failure case return code from X509_time_cmp.Bob Beck
2020-05-10Conditionalize sleep-before-retry in server code to only be done whenBob Beck
2020-04-26Display TLSv1.3 extension type with openssl(1) -tlsextdebugKinichiro Inoguchi
2020-04-26s_client: fix use of possibly uninitialized valuesKinichiro Inoguchi
2020-04-25In s_server.c rev. 1.33, jsing added support for "openssl s_server -groups";Ingo Schwarze
2020-04-19Add -groups option to openssl(1) s_server.Joel Sing
2020-02-19Tag subcommand sectionskn
2020-02-16Add -tls1_3 and -notls1_3 options to openssl(1) s_client.Joel Sing
2020-01-25add a couple of XXX for future cleanupTheo Buehler
2020-01-24Teach openssl s_client a bit about TLSv1.3.Theo Buehler
2020-01-23Make -peekaboo mode also use SSL_pending after peeking, to ensureBob Beck
2020-01-22Simplify the peekaboo code.Joel Sing
2020-01-22Add -peekaboo option to s_client, to test SSL_peekBob Beck
2020-01-04Check CMS API return value in openssl(1) cmsKinichiro Inoguchi
2019-12-18use "Currently" in the doc for "openssl enc" when talking about defaultStuart Henderson
2019-12-18In January, the default digest used in the openssl enc command wasTheo Buehler
2019-11-28Add manual for openssl(1) cmsKinichiro Inoguchi
2019-11-19More return value check in openssl(1) cmsKinichiro Inoguchi
2019-11-19Add manual descriptions for openssl(1) req -addextKinichiro Inoguchi
2019-11-18Remove typedef and check sk_push return value in openssl(1) cmsKinichiro Inoguchi
2019-11-18Add -keyopt opiton to openssl(1) cms subcommandKinichiro Inoguchi
2019-11-06Check return value and remove unnecessary variableKinichiro Inoguchi
2019-11-06Add -addext option to openssl(1) req subcommandKinichiro Inoguchi
2019-11-04Indent labels for diffability.Joel Sing
2019-11-04Remove spaces between * and variable names.Joel Sing
2019-11-04Remove explicit NULL checks before *_free() calls.Joel Sing
2019-11-04Hook openssl(1) cms back up.Joel Sing
2019-11-04Currently we need to include pem.h before cms.h...Joel Sing
2019-11-04Remove engine argument from load_cert() calls.Joel Sing