summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-03Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl
2017-09-26Make sure that a cert with extensions gets version number 2 (v3)Richard Levitte
2017-08-09Add missing HTML tag in www_body in s_server.cXiaoyin Liu
2017-07-24schlock global variable needs to be volatileXiaoyin Liu
2017-07-20Fix apps/s_client.c's XMPP clientRichard Levitte
2017-06-25tsget: remove call of WWW::Curl::Easy::global_cleanupRichard Levitte
2017-06-10Fix possible usage of NULL pointers in apps/spkac.cPaul Yang
2017-06-09Fix speed command for alternation of ciphers and digests.Jonathan Protzenko
2017-06-01Fix srp app missing NULL termination with password callbackDiego Santa Cruz
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