summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2018-01-22Don't crash on a missing Subject in index.txtMatt Caswell
2018-01-22Don't allow an empty Subject when creating a CertificateMatt Caswell
2018-01-15Fix intermittent Windows and Cygwin failures in s_serverRichard Levitte
2018-01-15Fix intermittent Cygwin failures in s_clientRichard Levitte
2018-01-14Use constant value 1 instead of SHUT_WR in do_serverBernd Edlinger
2018-01-14Explicitly shut the socket down in s_clientBernd Edlinger
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-09Various small build improvements on mkdef.pl, progs.plDavid von Oheimb
2018-01-06Corrected 'cms' exit status when key or certificate cannot be openedKonstantin Shemyak
2017-12-10Useless conf != NULL testFdaSilvaYY
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-12-08In apps_startup(), call OPENSSL_init_ssl() rather than OPENSSL_init_crypto()Richard Levitte