summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2017-07-06Bounds check string functions in apps.Pauli
2017-07-06Rework the append_buf functionPauli
2017-07-06Avoid buffer overruns in the req command line utility.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-07-01When apps_startup() fails, exit with a failure code and a messageRichard Levitte
2017-06-30Cleanup some copyright stuffRich Salz
2017-06-29Fix double array increment in s_client mysql connectSteven Danneman
2017-06-29STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte
2017-06-29engine app: print out information on STORE loaders and STORE FILE handlersRichard Levitte
2017-06-29Add a simple store utility commandRichard Levitte
2017-06-27Use randomness not entropyRich Salz
2017-06-26Fix return value checking for BIO_sock_initPaul Yang
2017-06-25tsget.in: remove call of WWW::Curl::Easy::global_cleanupRichard Levitte
2017-06-21PSK related tweaks based on review feedbackMatt Caswell
2017-06-21Use constants rather than macros for the cipher bytes in the appsMatt Caswell
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