summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
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
2016-09-22some minor cleanup;Jason McIntyre
2016-09-22shorten x509;Jason McIntyre
2016-09-20shorten version;Jason McIntyre
2016-09-20shorten the verify error list;Jason McIntyre
2016-09-19put the spkac section in the right place;Jason McIntyre
2016-09-19shorten verify;Jason McIntyre
2016-09-17remove comment about CMS; ok jsingTheo de Raadt
2016-09-15add some Xr for acme-client(1);Jason McIntyre
2016-09-15some spkac shortening; ok beckJason McIntyre
2016-09-15shorten ts;Jason McIntyre
2016-09-12shorten speed;Jason McIntyre
2016-09-08shorten smime;Jason McIntyre
2016-09-05remove a cms leftoverTheo de Raadt
2016-09-04shorten sess_id;Jason McIntyre
2016-09-04Nuke one more cms tendrilBob Beck
2016-09-04bye bye cms. send it to the atticBob Beck
2016-09-04Options that take a time argument....take an argumentPhilip Guenther
2016-09-03shorten s_time; help/ok bcookJason McIntyre
2016-09-02shorten s_server;Jason McIntyre
2016-09-01shorten s_client;Jason McIntyre
2016-08-31We don't need any VMS access tricks.Theo de Raadt
2016-08-30Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tTheo de Raadt
2016-08-30buf[][] with strange use all over the place is ridiculous, especiallyTheo de Raadt
2016-08-30Fix 32-bit time handling, using time_t and make it work on systemsTheo de Raadt
2016-08-30shorten rsautl;Jason McIntyre
2016-08-28shorten the rsa text; of note, i've also reduced the descriptionJason McIntyre
2016-08-27shorten the req text;Jason McIntyre
2016-08-26Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give eachTheo de Raadt