summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2020-10-14no need to initialize i if it's re-initialized a few lines downTheo Buehler
2020-10-14Free peekaboo pbuf at end of s_client_main()Theo Buehler
2020-10-13Make sure an OCSP query sends a host headerTheo Buehler
2020-10-08set SO_REUSEADDR on the server socket when we play oscp server.Bob Beck
2020-10-02Add -[46] nops for compatibility with the OpenSSL s_serverTheo Buehler
2020-09-09Wrap long lines, add space in front of goto label in openssl(1) ocsp.cKinichiro Inoguchi
2020-09-09Change SSLv23_client_method to TLS_client_method openssl(1) ocspKinichiro Inoguchi
2020-09-09Remove space between pointer '*' and variable name in ocsp.cKinichiro Inoguchi
2020-09-09Convert openssl(1) ocsp option handlingKinichiro Inoguchi
2020-09-09Add option type OPTION_UL_VALUE_ORKinichiro Inoguchi
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