summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2018-03-272-2/+2
* Fix dsaparam -genkey with DER outformBernd Edlinger2018-03-261-0/+3
* Fix ecparam -genkey with point compression or DER outformBernd Edlinger2018-03-251-0/+6
* Fix a memory leak in the ca applicationMatt Caswell2018-03-151-2/+2
* Allow multiple entries without a Subject even if unique_subject == yesMatt Caswell2018-03-151-0/+19
* Report a readable error on a duplicate cert in ca appMatt Caswell2018-03-151-107/+105
* Revert "Don't crash on a missing Subject in index.txt"Matt Caswell2018-03-151-4/+0
* Revert "Don't allow an empty Subject when creating a Certificate"Matt Caswell2018-03-151-10/+0
* do_body: fix heap-use-after-free.Pavel Kopyl2018-02-211-2/+0
* Don't crash on a missing Subject in index.txtMatt Caswell2018-01-221-0/+4
* Don't allow an empty Subject when creating a CertificateMatt Caswell2018-01-221-0/+10
* Corrected 'cms' exit status when key or certificate cannot be openedKonstantin Shemyak2018-01-051-2/+6
* Standardize syntax around sizeof(foo)Rich Salz2017-12-0821-116/+116
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-133-8/+13
* Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl2017-11-031-0/+3
* Make sure that a cert with extensions gets version number 2 (v3)Richard Levitte2017-09-261-4/+9
* Add missing HTML tag in www_body in s_server.cXiaoyin Liu2017-08-091-1/+1
* schlock global variable needs to be volatileXiaoyin Liu2017-07-241-1/+2
* Fix apps/s_client.c's XMPP clientRichard Levitte2017-07-201-0/+2
* tsget: remove call of WWW::Curl::Easy::global_cleanupRichard Levitte2017-06-251-1/+0
* Fix possible usage of NULL pointers in apps/spkac.cPaul Yang2017-06-101-8/+11
* Fix speed command for alternation of ciphers and digests.Jonathan Protzenko2017-06-091-0/+1
* Fix srp app missing NULL termination with password callbackDiego Santa Cruz2017-06-011-29/+37
* Fix regression in openssl req -x509 behaviour.Tomas Mraz2017-05-171-2/+4
* pkeyutl exit with 0 if the verification succeededjunfx2017-04-131-1/+3
* Ensure dhparams can handle X9.42 params in DERMatt Caswell2017-04-031-6/+18
* Free the compression methods in s_server and s_clientMatt Caswell2017-03-292-0/+2
* make updateRichard Levitte2017-03-101-1/+1
* Fix apps/progs.pl to generate correctly formatted progs.hRichard Levitte2017-03-101-15/+15
* Make the output of enc -ciphers identicalPauli2017-03-091-9/+16
* Fix build problem with current 1.0.2 branch.Bernd Edlinger2017-03-091-0/+1
* Limit the output of the enc -ciphers commandPauli2017-03-081-0/+7
* Add missing usage hints how to generate primes.Bernd Edlinger2017-03-031-0/+3
* Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger2017-02-212-6/+6
* Fix a few memleaks in TXT_DB.Bernd Edlinger2017-02-211-5/+6
* Fix some realloc error handling issues.Bernd Edlinger2017-02-151-3/+6
* apps/speed.c: Fix crash when config loading failsVitezslav Cizek2016-11-261-6/+4
* Fix a double free in ca command lineMatt Caswell2016-10-281-1/+0
* %p takes void*, so make sure to cast arguments to void*Richard Levitte2016-10-201-2/+2
* apps: make setup_engine() and release_engine() available alwaysRichard Levitte2016-10-2034-244/+39
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-2032-16/+157
* Fix no-desRichard Levitte2016-10-191-0/+2
* Make 'openssl prime ""' not segfaultRichard Levitte2016-10-191-2/+10
* apps/apps.c: initialize and de-initialize engine around key loadingRichard Levitte2016-09-281-1/+4
* Revert "Call ENGINE_init() before trying to use keys from engine"Rich Salz2016-09-281-1/+1
* Call ENGINE_init() before trying to use keys from engineDavid Woodhouse2016-09-281-1/+1
* apps/apps.c: include sys/socket.h to declare recv()Richard Levitte2016-09-211-0/+2
* RT4669: dgst can only sign/verify one fileRichard Levitte2016-09-201-0/+5
* Finally, make sure vms_term_sock.c is builtRichard Levitte2016-09-151-1/+1
* Refactor to avoid unnecessary preprocessor logicRichard Levitte2016-09-154-87/+62