summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2018-09-04openssl req: don't try to report bitsRichard Levitte
2018-08-14Update copyright yearMatt Caswell
2018-06-25Fix some more gcc-9 warnings [-Wstringop-truncation]Bernd Edlinger
2018-05-31apps: when the 'compat' nameopt has been set, leave it beRichard Levitte
2018-05-13Fix memory leaks in CA related functions.Pavel Kopyl
2018-04-27s_server: fix warnings unused-but-set-variable (no-dh)Cristian Stoica
2018-04-25Fix documentation for the -showcerts s_client optionMatt Caswell
2018-04-19apps/s_socket.c: Fix do_acceptRichard Levitte
2018-04-19Fix ocsp app exit codeMatt Caswell
2018-04-03Change the "offset too large" message to more generic wordingBernd Edlinger
2018-04-03Fix range checks with -offset and -length in asn1parseBernd Edlinger
2018-04-03Fix a crash in the asn1parse commandBernd Edlinger
2018-03-27Update copyright yearMatt Caswell
2018-03-26Fix dsaparam -genkey with DER outformBernd Edlinger
2018-03-25Fix ecparam -genkey with point compression or DER outformBernd Edlinger
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 crash on a missing Subject in index.txt"Matt Caswell
2018-03-15Revert "Don't allow an empty Subject when creating a Certificate"Matt Caswell
2018-02-21do_body: fix heap-use-after-free.Pavel Kopyl
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-05Corrected 'cms' exit status when key or certificate cannot be openedKonstantin Shemyak
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
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