summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2017-05-17Fix regression in openssl req -x509 behaviour.Tomas Mraz
2017-04-13pkeyutl exit with 0 if the verification succeededjunfx
2017-04-03Ensure dhparams can handle X9.42 params in DERMatt Caswell
2017-03-29Free the compression methods in s_server and s_clientMatt Caswell
2017-03-10make updateRichard Levitte
2017-03-10Fix apps/progs.pl to generate correctly formatted progs.hRichard Levitte
2017-03-09Make the output of enc -ciphers identicalPauli
2017-03-09Fix build problem with current 1.0.2 branch.Bernd Edlinger
2017-03-08Limit the output of the enc -ciphers commandPauli
2017-03-03Add missing usage hints how to generate primes.Bernd Edlinger
2017-02-21Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger
2017-02-21Fix a few memleaks in TXT_DB.Bernd Edlinger
2017-02-15Fix some realloc error handling issues.Bernd Edlinger
2016-11-26apps/speed.c: Fix crash when config loading failsVitezslav Cizek
2016-10-28Fix a double free in ca command lineMatt Caswell
2016-10-20%p takes void*, so make sure to cast arguments to void*Richard Levitte
2016-10-20apps: make setup_engine() and release_engine() available alwaysRichard Levitte
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-19Fix no-desRichard Levitte
2016-10-19Make 'openssl prime ""' not segfaultRichard Levitte
2016-09-28apps/apps.c: initialize and de-initialize engine around key loadingRichard Levitte
2016-09-28Revert "Call ENGINE_init() before trying to use keys from engine"Rich Salz
2016-09-28Call ENGINE_init() before trying to use keys from engineDavid Woodhouse
2016-09-21apps/apps.c: include sys/socket.h to declare recv()Richard Levitte
2016-09-20RT4669: dgst can only sign/verify one fileRichard Levitte
2016-09-15Finally, make sure vms_term_sock.c is builtRichard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-09-15Reformat to fit OpenSSL source code standardsRichard Levitte
2016-09-15Remove entirely unnecessary pointer size guardsRichard Levitte
2016-09-15Add copyright and license on apps/vms_term_sock.[ch]Richard Levitte
2016-09-15VSI submission: redirect terminal input through socketRichard Levitte
2016-08-26Fix a few leaks in X509_REQ_to_X509.FdaSilvaYY
2016-08-26Fix the no-tls1 optionMatt Caswell
2016-08-22Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte
2016-08-21Fix pointer/alloc prob from previous commitRich Salz
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2016-07-28Add missing casts.Rich Salz
2016-07-19Support PKCS v2.0 print in pkcs12 utility.Dr. Stephen Henson
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell
2016-06-29Allow proxy certs to be present when verifying a chainRichard Levitte
2016-06-27Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell
2016-06-20Fix missing opening bracesRichard Levitte
2016-06-20apps/req.c: Increment the right variable when parsing '+'Richard Levitte
2016-06-16Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell
2016-06-15RT4526: Call TerminateProcess, not ExitProcessRich Salz
2016-06-12Fix link error.Dr. Stephen Henson
2016-06-12Don't skip leading zeroes in PSK keys.Dr. Stephen Henson
2016-05-20openssl verify: only display the command usage on usage errorsRichard Levitte
2016-05-20Revert "Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()"Richard Levitte
2016-05-19Check that the obtained public key is validMatt Caswell