summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2018-09-10Don't cast an int * to a size_t *Matt Caswell
2018-09-07Support EdDSA in apps/speedPaul Yang
2018-09-05New openssl subject parser hard to debugEric Curtin
2018-09-04openssl req: don't try to report bitsRichard Levitte
2018-08-30Free SSL object on an error pathMatt Caswell
2018-08-24Do not ignore EVP_PKEY_print_public/EVP_PKEY_print_private return valuesDmitry Belyavskiy
2018-08-22Ignore the digest in req app if using EdDSAMatt Caswell
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-07-30apps/dsaparam.c generates code that is intended to be pasted or includedBeat Bolli
2018-07-26apps/apps.c: harmonize print_bignum_var output with coding style.Andy Polyakov
2018-07-25apps/dsaparam.c: make dsaparam -C output strict-warnings-friendly.Andy Polyakov
2018-07-23Make sure the 'tsget' script is called 'tsget.pl' everywhereRichard Levitte
2018-07-22apps/dsaparam.c: fix -C output.Andy Polyakov
2018-07-12apps/speed.c: let EVP_Update_loop_ccm behave more like EVP_Update_loopPatrick Steuer
2018-07-09Add tests for the "req" command, -addext flagRich Salz
2018-07-09apps/req.c: fix -addext option.Andy Polyakov
2018-07-06Don't fail if the PSK identity doesn't matchMatt Caswell
2018-07-06Add the ability to configure recv_max_early_data via s_serverMatt Caswell
2018-07-05Reject duplicate -addext parametersRich Salz
2018-07-02Add the ability to configure anti-replay via SSL_CONFMatt Caswell
2018-06-26Only dump session data after we have received itMatt Caswell
2018-06-24apps/speed.c: add missing checks for RAND_bytes()捷成吴
2018-06-24Support directories with "." in x509_load_serial()Ana María Martínez Gómez
2018-06-21apps/ca: fix useless get before delete.FdaSilvaYY
2018-06-21openssl ca: open the output file as late as possibleRichard Levitte
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb
2018-06-07Fix no-dsaMatt Caswell
2018-06-05Issue warnings for large DSA and RSA keysGeorg Schmidt
2018-05-31Don't call setsockopt with an invalid fdMatt Caswell
2018-05-31Fix a memory leak in an error pathMatt Caswell
2018-05-31Free a variableMatt Caswell
2018-05-31Free a variable on an error pathMatt Caswell
2018-05-31Only set TCP_NODELAY if the protocol is TCPMatt Caswell
2018-05-31apps: when the 'compat' nameopt has been set, leave it beRichard Levitte
2018-05-30apps/speed.c: address asan failure with small -bytes and large -misalign.Andy Polyakov
2018-05-30apps/speed.c: add -aead flag.Andy Polyakov
2018-05-30apps/speed.c: clean up SIGARM handling.Andy Polyakov
2018-05-30Text description of GOST signature algorithmsDmitry Belyavskiy
2018-05-29Replace strdup() with OPENSSL_strdup()Todd Short
2018-05-24Add a sanity check on the length of pkeyutl inputsMatt Caswell
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx
2018-05-21apps/s_socket.c: address rare TLSProxy failures on Windows.Andy Polyakov
2018-05-21Check malloc failure via app_mallocRich Salz
2018-05-20Fix no-srtp build warningsTodd Short
2018-05-18Allow the ca application to use EdDSAMatt Caswell
2018-05-17Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell
2018-05-12apps/speed: Add brainpool curves supportFdaSilvaYY
2018-05-12apps/speed: fix possible OOB access in some EC arraysFdaSilvaYY