aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Introduce ASN1_TIME_set_string_X509 APIRich Salz2017-06-112-4/+4
* Fix possible usage of NULL pointers in apps/spkac.cPaul Yang2017-06-101-8/+11
* Fix speed command for alternation of ciphers and digests.Jonathan Protzenko2017-06-091-0/+1
* Add support for using engine-backed keys in spkacLuke Faraone2017-06-091-2/+8
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-093-3/+3
* Fix possible memory over-read in apps/s_client.cRich Salz2017-06-081-0/+9
* Fix #2400 Add NO_RENEGOTIATE optionTodd Short2017-06-062-1/+7
* Avoid failing s_server when client's psk_identity is unexpectedDaniel Kahn Gillmor2017-06-051-6/+12
* Added mysql as starttls protocol.Keigo Tanaka2017-06-011-0/+83
* Remove unnecessary if condition from apps.cAashil Patel2017-06-011-3/+3
* Fix coding style in apps/passwd filePaul Yang2017-05-311-27/+26
* Fix srp app missing NULL termination with password callbackDiego Santa Cruz2017-05-221-18/+24
* -inkey can be an identifier, not just a fileRich Salz2017-05-213-3/+3
* Fix endless loop on srp app when listing usersDiego Santa Cruz2017-05-191-5/+8
* Fix gcc-7 warnings.Bernd Edlinger2017-05-112-0/+2
* Fix regression in openssl req -x509 behaviour.Tomas Mraz2017-05-111-2/+4
* Fix an s_server infinite loopMatt Caswell2017-05-091-3/+13
* Add the -groups option to s_server/s_clientMatt Caswell2017-05-031-4/+7
* Added support for ESSCertIDv2Marek Klein2017-05-033-0/+6
* Convert uses of snprintf to BIO_snprintfRich Salz2017-05-021-10/+10
* TLS1.3 PaddingTodd Short2017-05-021-1/+5
* Add checks on return code when applying some settings.FdaSilvaYY2017-04-282-75/+40
* Output prog name within error messageFdaSilvaYY2017-04-282-6/+6
* Add a 'max_send_frag' option to configure maximum size of send fragmentsFdaSilvaYY2017-04-282-7/+46
* Fix s_client when no-dtlsTodd Short2017-04-281-0/+2
* Remove (broken) diagnostic printRich Salz2017-04-271-6/+0
* Ensure s_client sends an SNI extension by defaultMatt Caswell2017-04-271-4/+26
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-2512-100/+69
* Correct some badly formated preprocessor linesRichard Levitte2017-04-251-5/+5
* Add guards around one of use of IPPROTO_SCTP where it was missingRichard Levitte2017-04-251-0/+2
* openssl enc: Don't unbuffer stdinBernard Spil2017-04-251-1/+0
* Fix some variable references in init_clientMatt Caswell2017-04-251-4/+5
* Ask libssl if we should retry not the socketMatt Caswell2017-04-251-3/+3
* Add a -sctp option to s_clientMatt Caswell2017-04-253-9/+62
* Add a -sctp option to s_serverMatt Caswell2017-04-253-21/+80
* OCSP Updates: error codes and multiple certificatesTodd Short2017-04-121-11/+21
* Make default_method mostly compile-timeRich Salz2017-04-071-5/+1
* Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson2017-04-034-16/+25
* Add requestCAfile optionDr. Stephen Henson2017-04-031-1/+17
* Add extensions to debug listDr. Stephen Henson2017-04-031-0/+5
* Ensure dhparams can handle X9.42 params in DERMatt Caswell2017-04-031-5/+17
* apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov2017-03-303-6/+6
* Fix s_client early data indicatorMatt Caswell2017-03-301-1/+1
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.Andy Polyakov2017-03-271-3/+3
* Fix no-dtls buildsMatt Caswell2017-03-171-1/+6
* Add TLSv1.3 draft-19 messages to traceTodd Short2017-03-161-16/+21
* Simplify code around next_proto.len by changing 'len' data type.FdaSilvaYY2017-03-161-16/+6
* Fix a -Wsign-compare warningBenjamin Kaduk2017-03-141-1/+1
* Add HelloRetryRequest text to s_client/s_serverTodd Short2017-03-101-0/+1