aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2018-05-31Don't call setsockopt with an invalid fdMatt Caswell1-2/+5
2018-05-31Fix a memory leak in an error pathMatt Caswell1-0/+1
2018-05-31Free a variableMatt Caswell1-0/+1
2018-05-31Free a variable on an error pathMatt Caswell1-0/+1
2018-05-31Only set TCP_NODELAY if the protocol is TCPMatt Caswell1-1/+1
2018-05-31apps: when the 'compat' nameopt has been set, leave it beRichard Levitte1-1/+2
2018-05-30apps/speed.c: address asan failure with small -bytes and large -misalign.Andy Polyakov1-1/+4
2018-05-30apps/speed.c: add -aead flag.Andy Polyakov1-42/+113
2018-05-30apps/speed.c: clean up SIGARM handling.Andy Polyakov1-24/+18
2018-05-30Text description of GOST signature algorithmsDmitry Belyavskiy1-0/+9
2018-05-29Replace strdup() with OPENSSL_strdup()Todd Short1-5/+9
2018-05-24Add a sanity check on the length of pkeyutl inputsMatt Caswell1-1/+11
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx2-0/+5
2018-05-21apps/s_socket.c: address rare TLSProxy failures on Windows.Andy Polyakov1-0/+18
2018-05-21Check malloc failure via app_mallocRich Salz1-1/+1
2018-05-20Fix no-srtp build warningsTodd Short2-0/+8
2018-05-18Allow the ca application to use EdDSAMatt Caswell1-9/+13
2018-05-17Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell2-3/+6
2018-05-12apps/speed: Add brainpool curves supportFdaSilvaYY1-3/+27
2018-05-12apps/speed: fix possible OOB access in some EC arraysFdaSilvaYY1-123/+137
2018-05-11Don't set TCP_NODELAY on a UDP socketMatt Caswell1-1/+2
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx2-4/+4
2018-05-08Fix s_client and s_server so that they correctly handle the DTLS timerMatt Caswell2-10/+4
2018-05-02apps/speed.c: merge parameters defining EC curves to test ...FdaSilvaYY1-64/+54
2018-05-02Fix memory leaks in CA related functions.Pavel Kopyl2-1/+5
2018-04-27apps/s_server.c: Avoid unused variable due to 'no-dtls'Richard Levitte1-6/+4
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre1-1/+1
2018-04-25openssl rehash: exit 0 on warnings, same as c_rehashRichard Levitte1-5/+6
2018-04-25Fix documentation for the -showcerts s_client optionMatt Caswell1-1/+2
2018-04-25apps/opt.c: Remove the access checks of input and output filesRichard Levitte1-12/+2
2018-04-25Better check of return values from app_isdir and app_accessRichard Levitte1-3/+3
2018-04-25Revert "Check directory is able to create files for various -out option"Richard Levitte3-104/+5
2018-04-25Revert "Add VMS version of app_dirname()"Richard Levitte1-52/+3
2018-04-25Revert "Check on VMS as well"Richard Levitte1-2/+2
2018-04-23Fix openssl ca, to correctly make output file binary when using -spkacRichard Levitte1-6/+6
2018-04-23Fix late opening of output fileRichard Levitte1-4/+5
2018-04-19Enable all implemented digestsRichard Levitte1-1/+4
2018-04-19correct spelling errors detected by Debian lintianA. Schulze1-1/+1
2018-04-19Fix ocsp app exit codeMatt Caswell1-3/+1
2018-04-18Add missing index_index() when reloading OCSP responderViktor Dukhovni3-4/+8
2018-04-18apps/s_socket.c: fix memory sanitizer problem in ACCEPT printout.Andy Polyakov1-2/+4
2018-04-17apps/s_socket.c: print only dynamically allocated port in do_server.Andy Polyakov1-1/+5
2018-04-12openssl rehash: use libcrypto variables for default dirRichard Levitte1-3/+4
2018-04-08apps/{s_client.c|s_socket}.c: omit usleep calls.Andy Polyakov2-26/+13
2018-04-08apps/s_socket.c: disable the Nagle algorithm.Andy Polyakov1-1/+2
2018-04-06Duplicate code refactoredKaoru Toda1-63/+43
2018-04-06Add a note and better error if using Ed25519/Ed448 in dgstMatt Caswell1-0/+11
2018-04-04openssl s_server: print the accepting address and socketRichard Levitte3-12/+32
2018-04-03Change the "offset too large" message to more generic wordingBernd Edlinger1-1/+1
2018-04-03Remove an unnecessary cast in the param to BUF_MEM_growBernd Edlinger1-1/+1