summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2018-11-20Update copyright yearMatt Caswell
2018-10-15apps: allow empty attribute values with -subjBenjamin Kaduk
2018-10-13Fix copy&paste error found in Coverity scanTomas Mraz
2018-09-05New openssl subject parser hard to debugEric Curtin
2018-09-04openssl req: don't try to report bitsRichard Levitte
2018-09-01Backport #7007 to 1.1.0Dmitry Belyavskiy
2018-08-30Free SSL object on an error pathMatt Caswell
2018-08-14Update copyright yearMatt Caswell
2018-07-25apps/dsaparam.c: make dsaparam -C output strict-warnings-friendly.Andy Polyakov
2018-07-22apps/dsaparam.c: fix -C output.Andy Polyakov
2018-06-21openssl ca: open the output file as late as possibleRichard Levitte
2018-05-31apps: when the 'compat' nameopt has been set, leave it beRichard Levitte
2018-05-18apps/speed: fix possible OOB access in some EC arraysFdaSilvaYY
2018-05-13Fix memory leaks in CA related functions.Pavel Kopyl
2018-05-11Fix s_client and s_server so that they correctly handle the DTLS timerMatt Caswell
2018-04-27apps/s_server.c: Avoid unused variable due to 'no-dtls'Richard Levitte
2018-04-25openssl rehash: exit 0 on warnings, same as c_rehashRichard Levitte
2018-04-25Fix documentation for the -showcerts s_client optionMatt Caswell
2018-04-23Fix openssl ca, to correctly make output file binary when using -spkacRichard Levitte
2018-04-23Fix late opening of output fileRichard Levitte
2018-04-19Fix ocsp app exit codeMatt Caswell
2018-04-12openssl rehash: use libcrypto variables for default dirRichard Levitte
2018-04-03Change the "offset too large" message to more generic wordingBernd Edlinger
2018-04-03Remove an unnecessary cast in the param to BUF_MEM_growBernd Edlinger
2018-04-03Fix range checks with -offset and -length in asn1parseBernd Edlinger
2018-04-03Use strtol instead of atoi in asn1parseBernd Edlinger
2018-04-03Improve diagnostics for invalid arguments in asn1parse -strparseBernd Edlinger
2018-04-03Fix a crash in the asn1parse commandBernd Edlinger
2018-03-27Update copyright yearMatt Caswell
2018-03-26Previously this x509 command line was working, restore thatBernd Edlinger
2018-03-26Fix dsaparam -genkey with DER outformBernd Edlinger
2018-03-25Fix ecparam -genkey with point compression or DER outformBernd Edlinger
2018-03-21Cleanup the s_time command.Bernd Edlinger
2018-03-20Make pkeyutl a bit more user-friendlyJohannes Bauer
2018-03-19s_client, s_server: do generic SSL configuration first, specialization afterRichard Levitte
2018-03-19Support "-min_protocol" and "-max_protocol" in s_server and s_clientRichard Levitte
2018-03-15Fix a memory leak in the ca applicationMatt Caswell
2018-03-15Allow multiple entries without a Subject even if unique_subject == yesMatt Caswell
2018-03-15Report a readable error on a duplicate cert in ca appMatt Caswell
2018-03-15Revert "Don't allow an empty Subject when creating a Certificate"Matt Caswell
2018-03-15Revert "Don't crash on a missing Subject in index.txt"Matt Caswell
2018-03-09Restore the display of options with 'openssl version -a'Richard Levitte
2018-02-21do_body: fix heap-use-after-free.Pavel Kopyl
2018-02-15Check the return code from ASN1_TIME_diff()Matt Caswell
2018-02-15The function X509_gmtime_adj() can failMatt Caswell
2018-01-30Add the SSL_OP_NO_RENEGOTIATION option to 1.1.0Matt Caswell
2018-01-26Fix some style nits in commit eee8a40Bernd Edlinger
2018-01-25Check # of arguments for remaining commands.Rich Salz
2018-01-25Make the s_server command listen on IPv6 only when requestedBernd Edlinger
2018-01-22Don't attempt to use X25519 for ECDSA in speedMatt Caswell