summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add X448/Ed448 support to libsslMatt Caswell2018-03-051-0/+3
* Do not set a nonzero default max_early_dataBenjamin Kaduk2018-02-281-0/+2
* Check on VMS as wellRichard Levitte2018-02-281-2/+2
* Add VMS version of app_dirname()Richard Levitte2018-02-281-3/+52
* Fix the type of -out optionPaul Yang2018-02-282-2/+2
* Check directory is able to create files for various -out optionPaul Yang2018-02-283-5/+104
* storeutl: make sure s2i_ASN1_INTEGER is correctly declaredRichard Levitte2018-02-281-0/+1
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Adapt storeutl to allow search for specific objectsRichard Levitte2018-02-231-9/+192
* Adapt storeutl to allow looking for a specific info typeRichard Levitte2018-02-231-5/+54
* initialise dc variable to satisfy old compilers.Steve Linsell2018-02-221-1/+1
* Add support for PBKDF2 for enc commandEasySec2018-02-211-10/+48
* do_body: fix heap-use-after-free.Pavel Kopyl2018-02-211-1/+0
* Add BIO_bind function to bind local address for a socket.John Hughes2018-02-193-4/+72
* Check the return code from ASN1_TIME_diff()Matt Caswell2018-02-151-1/+3
* The function X509_gmtime_adj() can failMatt Caswell2018-02-151-7/+10
* Ignore an s_client psk in TLSv1.3 if not TLSv1.3 suitableMatt Caswell2018-02-141-1/+1
* Update copyright yearMatt Caswell2018-02-1343-43/+43
* Fix of prefix bio filter (bf_prefix.c): rely on the given lengthRichard Levitte2018-02-011-2/+3
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-013-0/+23
* Remove bad commentsTodd Short2018-02-011-11/+0
* ocsp.c doesn't free the whole output chain, maybe causing a memory leakRichard Levitte2018-02-011-1/+1
* Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte2018-02-013-1/+26
* Add an apps internal BIO filter for prefixing output linesRichard Levitte2018-02-013-2/+186
* Apps: divide the modules in direct command modules, support library and initRichard Levitte2018-01-311-11/+17
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-3148-3/+48
* Fix some style nits in commit eee8a40Bernd Edlinger2018-01-261-6/+8
* Make the s_server command listen on IPv6 only when requestedBernd Edlinger2018-01-251-3/+24
* Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper2018-01-241-3/+3
* Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper2018-01-241-4/+3
* Add -rsigopt option to ocsp commandDavid Cooper2018-01-241-6/+37
* Add the ability for s_server to operate statelesslyMatt Caswell2018-01-241-52/+68
* Enable the cookie callbacks to work even in TLS in the appsMatt Caswell2018-01-243-12/+33
* Fix no-ec --strict-warnings buildsBenjamin Kaduk2018-01-231-0/+2
* Don't attempt to use X25519 for ECDSA in speedMatt Caswell2018-01-221-8/+9
* 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
* Copyright update of more files that have changed this yearRichard Levitte2018-01-195-6/+6
* Fix intermittent Windows and Cygwin failures in s_serverRichard Levitte2018-01-151-0/+14
* Fix intermittent Cygwin failures in s_clientRichard Levitte2018-01-141-1/+5
* Use constant value 1 instead of SHUT_WR in do_serverBernd Edlinger2018-01-141-7/+1
* Explicitly shut the socket down in s_clientBernd Edlinger2018-01-141-0/+11
* Change the name of the SEC typedef to openssl_speed_sec_t.Pauli2018-01-121-6/+7
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-093-3/+3
* Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...David von Oheimb2018-01-091-1/+1
* Clarify error for unrecognized arguments.Jacob Hoffman-Andrews2018-01-081-2/+2
* Remove remaining NETWARE ifdef'sRich Salz2018-01-071-15/+0
* Add the possibility to do 'openssl help [command]'Richard Levitte2018-01-061-0/+10
* apps: make sure prog_init only calculates onceRichard Levitte2018-01-061-2/+9
* Corrected 'cms' exit status when key or certificate cannot be openedKonstantin Shemyak2018-01-061-2/+6