summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-7/+7
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-1/+1
* apps/dsaparam.c generates code that is intended to be pasted or includedBeat Bolli2018-07-302-31/+15
* apps/apps.c: harmonize print_bignum_var output with coding style.Andy Polyakov2018-07-261-4/+3
* apps/dsaparam.c: make dsaparam -C output strict-warnings-friendly.Andy Polyakov2018-07-251-1/+1
* Make sure the 'tsget' script is called 'tsget.pl' everywhereRichard Levitte2018-07-231-4/+3
* apps/dsaparam.c: fix -C output.Andy Polyakov2018-07-221-12/+15
* apps/speed.c: let EVP_Update_loop_ccm behave more like EVP_Update_loopPatrick Steuer2018-07-121-7/+15
* Add tests for the "req" command, -addext flagRich Salz2018-07-091-0/+1
* apps/req.c: fix -addext option.Andy Polyakov2018-07-091-14/+11
* Don't fail if the PSK identity doesn't matchMatt Caswell2018-07-061-2/+5
* Add the ability to configure recv_max_early_data via s_serverMatt Caswell2018-07-061-4/+15
* Reject duplicate -addext parametersRich Salz2018-07-051-3/+77
* Add the ability to configure anti-replay via SSL_CONFMatt Caswell2018-07-021-0/+5
* Only dump session data after we have received itMatt Caswell2018-06-261-15/+39
* apps/speed.c: add missing checks for RAND_bytes()捷成吴2018-06-241-2/+4
* Support directories with "." in x509_load_serial()Ana María Martínez Gómez2018-06-241-1/+1
* apps/ca: fix useless get before delete.FdaSilvaYY2018-06-211-3/+3
* openssl ca: open the output file as late as possibleRichard Levitte2018-06-211-4/+12
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-181-0/+7
* Fix no-dsaMatt Caswell2018-06-071-0/+2
* Issue warnings for large DSA and RSA keysGeorg Schmidt2018-06-054-0/+30
* Don't call setsockopt with an invalid fdMatt Caswell2018-05-311-2/+5
* Fix a memory leak in an error pathMatt Caswell2018-05-311-0/+1
* Free a variableMatt Caswell2018-05-311-0/+1
* Free a variable on an error pathMatt Caswell2018-05-311-0/+1
* Only set TCP_NODELAY if the protocol is TCPMatt Caswell2018-05-311-1/+1
* apps: when the 'compat' nameopt has been set, leave it beRichard Levitte2018-05-311-1/+2
* apps/speed.c: address asan failure with small -bytes and large -misalign.Andy Polyakov2018-05-301-1/+4
* apps/speed.c: add -aead flag.Andy Polyakov2018-05-301-42/+113
* apps/speed.c: clean up SIGARM handling.Andy Polyakov2018-05-301-24/+18
* Text description of GOST signature algorithmsDmitry Belyavskiy2018-05-301-0/+9
* Replace strdup() with OPENSSL_strdup()Todd Short2018-05-291-5/+9
* Add a sanity check on the length of pkeyutl inputsMatt Caswell2018-05-241-1/+11
* Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx2018-05-222-0/+5
* apps/s_socket.c: address rare TLSProxy failures on Windows.Andy Polyakov2018-05-211-0/+18
* Check malloc failure via app_mallocRich Salz2018-05-211-1/+1
* Fix no-srtp build warningsTodd Short2018-05-202-0/+8
* Allow the ca application to use EdDSAMatt Caswell2018-05-181-9/+13
* Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell2018-05-172-3/+6
* apps/speed: Add brainpool curves supportFdaSilvaYY2018-05-121-3/+27
* apps/speed: fix possible OOB access in some EC arraysFdaSilvaYY2018-05-121-123/+137
* Don't set TCP_NODELAY on a UDP socketMatt Caswell2018-05-111-1/+2
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-112-4/+4
* Fix s_client and s_server so that they correctly handle the DTLS timerMatt Caswell2018-05-082-10/+4
* apps/speed.c: merge parameters defining EC curves to test ...FdaSilvaYY2018-05-021-64/+54
* Fix memory leaks in CA related functions.Pavel Kopyl2018-05-022-1/+5
* apps/s_server.c: Avoid unused variable due to 'no-dtls'Richard Levitte2018-04-271-6/+4
* Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre2018-04-261-1/+1
* openssl rehash: exit 0 on warnings, same as c_rehashRichard Levitte2018-04-251-5/+6