Age | Commit message (Collapse) | Author |
|
this, so move from misc.c to misc.h so it's available. Fixes a Coverity
warning for 64bit time_t safety, ok djm@
|
|
ok djm@
|
|
|
|
|
|
|
|
BN_get_mem_data() returns a non-positive long on error, so assigning
it to a size_t and displaying that in error messages is incorrect.
|
|
The verbose evp test actually depends on the evptest binary. Use consistent
spacing and indentation.
|
|
|
|
the previous commit.
|
|
Make evptest silent by default: these pages of hexdumps are useless noise.
Add a verbose target for debugging.
|
|
|
|
|
|
while there, whack anything either out of date or not useful
joint work with claudio
|
|
various *d, *conf, *ctl files (where relevant) and simple;
also makes "man -k routing" more useful;
help from claudio and florian
ok claudio florian millert
|
|
|
|
The signal handlers in mountd.c were made safe in rev 1.34 from 2001.
OK bluhm@ kn@
|
|
Based on a patch from enh@google. OK tb@
|
|
Reported by Peter J. Philipp. OK deraadt@
|
|
|
|
ok jmatthew@
|
|
already run by it, and it breaks if root isn't in sudoers.
|
|
|
|
|
|
ok kettenis@ patrick@
|
|
ok kettenis@ patrick@
|
|
|
|
This was due to the sshd logs being written to the wrong log file.
While there, make save_debug_logs less verbose, write the name of the
tarball to regress.log and use $SUDO to remove the old symlinks (which
shouldn't be needed, but won't hurt). Initial problem spotted by anton@.
|
|
|
|
an fprintf failure we would not call fclose which would leak the FILE
pointer. While we're there, try to clean up the temp file on failure.
Spotted by Coverity, ok djm@
|
|
OK mbuhl@
|
|
- show a demo of a strong random string for psk, for some types of
configuration psk makes sense. the previous example hinted at.not
using it.
- change the EAP MSCHAPv2 example so that more than one client can
connect (previous used address config but with only a single address not
a pool), and use the newer keywords to show how to route all traffic
from dynamic-ip clients over the tunnel
ok tobhe@
|
|
platforms don't like overwriting existing symlinks.
|
|
|
|
Allows test to pass with the old version of the wycheproof-testvectors
package.
|
|
ok jsing
|
|
There is no reason for this to call EVP_CIPHER_meth_new(), as the flags
will be copied a line later anyway. Simplify this.
Requested by jsing
|
|
OPENSSL_zalloc() -> calloc(), OPENSSL_free() -> free() and a few assorted
cosmetic tweaks to match our style better.
ok jsing
|
|
As usual, this will be guarded by LIBRESSL_INTERNAL || LIBRESSL_NEXT_API
until the next bump.
ok jsing
|
|
This partially reverts jsing's OpenBSD commit b8185953, but without adding
back the error check that potentialy results in dumb leaks. No cleanup()
method in the wild returns anything but 1. Since that's the signature in
the EVP_CIPHER_meth_* API, we have no choice...
ok jsing
|
|
ok jsing
|
|
ok jsing
|
|
Nothing interesting uses them. There's a Debian SSH-1 module and
corresponding ncrack bits. That's not reason enough to have this
garbage.
ok jsing
|
|
|
|
This reinstates the original license on this file. Don't bother bumping
the copyright year. Nothing interesting has happened in here since the
initial commit.
(There was one interesting commit though: "Don't care openssl_zmalloc()",
which is interesting due to the lack of care, not because it's copyright
worthy)
ok jsing
|
|
This is the file as of OpenSSL 1.1.1 commit 82dfb986. Call the file
cipher_method_lib.c since the short names in this directory are hard
enough to read. This is a first step towards providing the poorly
named EVP_CIPHER_meth_* API which is needed by some projects because
of EVP_CIPHER opacity.
ok jsing
|
|
ssh.log and sshd.log, but that is insufficient for tests that have more
than one concurent ssh/sshd.
Instead, we'll log to separate datestamped files in a $OBJ/log/ and
leave a symlink at the previous location pointing at the most recent
instance with an entry in regress.log showing which files were created
at each point. This should be sufficient to reconstruct what happened
even for tests that use multiple instances of each program. If the test
fails, tar up all of the logs for later analysis.
This will let us also capture the output from some of the other tools
which was previously sent to /dev/null although most of those will be
in future commits.
|
|
OK tb@
|
|
|
|
deref later in sscanf. Spotted by Coverity, ok deraadt@
|
|
|