summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2017-06-21Tweak the client side PSK callbackMatt Caswell
2017-06-21Fix no-pskMatt Caswell
2017-06-21Add the ability to set a TLSv1.3 PSK via just the key bytesMatt Caswell
2017-06-21Add the ability to use a server side TLSv1.3 external PSK in s_serverMatt Caswell
2017-06-21Add the ability to use a client side TLSv1.3 external PSK in s_clientMatt Caswell
2017-06-21Print Ed25519 in s_client/s_serverDr. Stephen Henson
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-21Reformat progs.pl; add ARIA supportRich Salz
2017-06-20Ensure a space after colon in enc -vRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-20Make clear error message if opt_<number> failsPaul Yang
2017-06-19s_client accepts host/port as positional argument.Cory Benfield
2017-06-16Forbid to specify -nextprotoneg if -tls1_3 is enabledPaul Yang
2017-06-15Build apps/progs.h dynamicallyRichard Levitte
2017-06-13Update copyright on progs.hRich Salz
2017-06-13Make SNI behavior more clear in s_client doc & helpPaul Yang
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-06-12Refactor functions in testdsa.hPaul Yang
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz
2017-06-10Fix possible usage of NULL pointers in apps/spkac.cPaul Yang
2017-06-09Fix speed command for alternation of ciphers and digests.Jonathan Protzenko
2017-06-09Add support for using engine-backed keys in spkacLuke Faraone
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang
2017-06-08Fix possible memory over-read in apps/s_client.cRich Salz
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short
2017-06-05Avoid failing s_server when client's psk_identity is unexpectedDaniel Kahn Gillmor
2017-06-01Added mysql as starttls protocol.Keigo Tanaka
2017-06-01Remove unnecessary if condition from apps.cAashil Patel
2017-05-31Fix coding style in apps/passwd filePaul Yang
2017-05-22Fix srp app missing NULL termination with password callbackDiego Santa Cruz
2017-05-21-inkey can be an identifier, not just a fileRich Salz
2017-05-19Fix endless loop on srp app when listing usersDiego Santa Cruz
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-05-11Fix regression in openssl req -x509 behaviour.Tomas Mraz
2017-05-09Fix an s_server infinite loopMatt Caswell
2017-05-03Add the -groups option to s_server/s_clientMatt Caswell
2017-05-03Added support for ESSCertIDv2Marek Klein
2017-05-02Convert uses of snprintf to BIO_snprintfRich Salz
2017-05-02TLS1.3 PaddingTodd Short
2017-04-28Add checks on return code when applying some settings.FdaSilvaYY
2017-04-28Output prog name within error messageFdaSilvaYY
2017-04-28Add a 'max_send_frag' option to configure maximum size of send fragmentsFdaSilvaYY
2017-04-28Fix s_client when no-dtlsTodd Short
2017-04-27Remove (broken) diagnostic printRich Salz
2017-04-27Ensure s_client sends an SNI extension by defaultMatt Caswell
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-04-25Correct some badly formated preprocessor linesRichard Levitte
2017-04-25Add guards around one of use of IPPROTO_SCTP where it was missingRichard Levitte
2017-04-25openssl enc: Don't unbuffer stdinBernard Spil
2017-04-25Fix some variable references in init_clientMatt Caswell