aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2018-09-04openssl req: don't try to report bitsRichard Levitte1-2/+1
2018-08-30Free SSL object on an error pathMatt Caswell1-2/+6
2018-08-24Do not ignore EVP_PKEY_print_public/EVP_PKEY_print_private return valuesDmitry Belyavskiy1-12/+20
2018-08-22Ignore the digest in req app if using EdDSAMatt Caswell1-1/+10
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell1-9/+13
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell1-7/+7
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell1-1/+1
2018-07-30apps/dsaparam.c generates code that is intended to be pasted or includedBeat Bolli2-31/+15
2018-07-26apps/apps.c: harmonize print_bignum_var output with coding style.Andy Polyakov1-4/+3
2018-07-25apps/dsaparam.c: make dsaparam -C output strict-warnings-friendly.Andy Polyakov1-1/+1
2018-07-23Make sure the 'tsget' script is called 'tsget.pl' everywhereRichard Levitte1-4/+3
2018-07-22apps/dsaparam.c: fix -C output.Andy Polyakov1-12/+15
2018-07-12apps/speed.c: let EVP_Update_loop_ccm behave more like EVP_Update_loopPatrick Steuer1-7/+15
2018-07-09Add tests for the "req" command, -addext flagRich Salz1-0/+1
2018-07-09apps/req.c: fix -addext option.Andy Polyakov1-14/+11
2018-07-06Don't fail if the PSK identity doesn't matchMatt Caswell1-2/+5
2018-07-06Add the ability to configure recv_max_early_data via s_serverMatt Caswell1-4/+15
2018-07-05Reject duplicate -addext parametersRich Salz1-3/+77
2018-07-02Add the ability to configure anti-replay via SSL_CONFMatt Caswell1-0/+5
2018-06-26Only dump session data after we have received itMatt Caswell1-15/+39
2018-06-24apps/speed.c: add missing checks for RAND_bytes()捷成吴1-2/+4
2018-06-24Support directories with "." in x509_load_serial()Ana María Martínez Gómez1-1/+1
2018-06-21apps/ca: fix useless get before delete.FdaSilvaYY1-3/+3
2018-06-21openssl ca: open the output file as late as possibleRichard Levitte1-4/+12
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb1-0/+7
2018-06-07Fix no-dsaMatt Caswell1-0/+2
2018-06-05Issue warnings for large DSA and RSA keysGeorg Schmidt4-0/+30
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