summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2017-04-25Ask libssl if we should retry not the socketMatt Caswell
2017-04-25Add a -sctp option to s_clientMatt Caswell
2017-04-25Add a -sctp option to s_serverMatt Caswell
2017-04-12OCSP Updates: error codes and multiple certificatesTodd Short
2017-04-07Make default_method mostly compile-timeRich Salz
2017-04-03Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson
2017-04-03Add requestCAfile optionDr. Stephen Henson
2017-04-03Add extensions to debug listDr. Stephen Henson
2017-04-03Ensure dhparams can handle X9.42 params in DERMatt Caswell
2017-03-30apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov
2017-03-30Fix s_client early data indicatorMatt Caswell
2017-03-29More typo fixesFdaSilvaYY
2017-03-27apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.Andy Polyakov
2017-03-17Fix no-dtls buildsMatt Caswell
2017-03-16Add TLSv1.3 draft-19 messages to traceTodd Short
2017-03-16Simplify code around next_proto.len by changing 'len' data type.FdaSilvaYY
2017-03-14Fix a -Wsign-compare warningBenjamin Kaduk
2017-03-10Add HelloRetryRequest text to s_client/s_serverTodd Short
2017-03-09Make the output of enc -ciphers identical even if run several times in a sess...Pauli
2017-03-08Add some TLS13 values to s_client/s_serverTodd Short
2017-03-08Limit the output of the enc -ciphers command to just the ciphers enc canPauli
2017-03-07Increase the password buffer size to APP_PASS_LEN.Pauli
2017-03-06Fix no-pskMatt Caswell
2017-03-04apps/s_client.c: harden ldap_ExtendedResponse_parse.Andy Polyakov