summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2018-08-18Plug SSL object leaks in doConnection().cheloha
2018-08-16Revert previous, which was wrong as noted by schwarze. Also revert a hunkTheo Buehler
2018-08-16Remove unused variable.rob
2018-08-14Don't fail by default in the -new case; ok tb jcacheloha
2018-08-11Refactor the nearly identical benchmark loops into a single loop.cheloha
2018-07-13openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GETcheloha
2018-04-25The cookie in the cookie verify callback needs to be const.Theo Buehler
2018-04-10Delete the description of the argument of the "ciphers" commandIngo Schwarze
2018-03-31Improve description of openssl(1) ciphers.Ingo Schwarze
2018-03-30Updates to the description of "openssl ca" from OpenSSL.Ingo Schwarze
2018-03-30checked the content against the current version of OpenSSL openssl.pod;Ingo Schwarze
2018-03-22organizationUnitName -> organizationalUnitName;Jason McIntyre
2018-02-28ca start/enddates require all 4 yyyy from 2050 on; first twoJason McIntyre
2018-02-18document s_client -groups;Jason McIntyre
2018-02-11typo in output string; from edgar pettijohnJason McIntyre
2018-02-08Convert option handling for openssl(1) genpkey.Joel Sing
2018-02-07Restore a check before BN_free() that needs to exist and write it such thatJoel Sing
2018-02-07Nuke some more free NULL guards.Joel Sing
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
2018-02-07Remove guards around *_free() calls since these functions handle NULL.Joel Sing
2018-02-07Remove guards around *_free() calls since these functions handle NULL.Joel Sing
2018-02-06Remove manual shutdown and close of the socket since in this caseTheo Buehler
2018-01-28Initialize variables to avoid compiler warningsKinichiro Inoguchi
2018-01-15Add s_server and s_client -tlsextdebug messagesKinichiro Inoguchi
2018-01-07Remove unused extern variable in openssl(1) s_timeKinichiro Inoguchi
2017-12-05Seperate real and user timer interfacesJeremie Courreges-Anglas
2017-11-29Mixing -url with any of -host, -port, or -path should be a usage errorPhilip Guenther
2017-11-24Use clock_gettime and getrusage to compute real and user time.Jeremie Courreges-Anglas
2017-11-02openssl s_time -connect host:port needs dns promise for pledge(2) otherwise itRicardo Mestre
2017-10-07Fix cast-pasto's in commentsPhilip Guenther
2017-08-28Remove SSLv23 padding mode.Joel Sing
2017-08-13Switch to -Werror with clang for libressl.Doug Hogan
2017-08-12Remove NPN support - the -nextprotoneg options now become no-ops.Joel Sing
2017-07-09remove redundant variable declarations in Makefiles, since those areMarc Espie
2017-05-16typo: ket -> key.Theo Buehler
2017-05-08simplify startdate/enddate validationBob Beck
2017-05-07Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoidJonathan Gray
2017-05-04Fix the ca command so that certs it generates have RFC5280 conformant time.Bob Beck
2017-04-18use freezero() instead of 4-line conditional explicit_bzero + freeTheo de Raadt
2017-01-24Add a -groups option to openssl s_client, which allows supported EC curvesJoel Sing
2017-01-21whitespaceTheo de Raadt
2017-01-20rearrange pledge promises into the canonical order; easier to eyeballTheo de Raadt
2017-01-20fix pledge for openssl ocsp - we will need tty to ask for a cert pwBob Beck
2017-01-19fix openssl ocsp to not report sucess when the ocsp responder rejects usBob Beck
2017-01-03consistently spell ASN.1;Jason McIntyre
2016-12-30Display details of the server ephemeral key, based on OpenSSL.Joel Sing
2016-12-30Expand ASN1_ITEM_rptr macros here as well... used with NETSCAPE_X509 of allJoel Sing
2016-12-30Stop using M_PKCS12_* compatibility macros here as well.Joel Sing
2016-10-06typoChristian Weisgerber
2016-09-22trim STANDARDS; ok jsingJason McIntyre