| Commit message (Collapse) | Author | Files | Lines |
|
ok guenther
|
|
This makes 'openssl version' print a string that matches the -portable
release number. Thanks to @blakkeim for pointing it out.
The version integer is left alone, with the idea of discouraging software from
relying on magic numbers for detecting features. Software configuration should
do explicit feature tests instead.
ok beck@, deraadt@
|
|
ok tedu@
|
|
gethostname being declared properly on Compaq platforms that use DEC C...
|
|
need to have additional checks here.
|
|
with a failure if the NPN verification fails.
|
|
only that it returns -1 on failure.
pointed out by guenther@
|
|
use C99 array initialization syntax for strict C compilers.
from kinichiro, found building with HP/UX compiler
ok deraadt@, guenther@
|
|
Prefer this because it is the POSIX standard and has consistent behavior
across platforms.
Use BIO_socket_nbio consistently across the tree.
from Jonas 'Sortie' Termansen, ok deraadt@
|
|
function was found broken in 1993, and later on in 1997?
|
|
in order to catch all negative sizes.
|
|
libcrypto has not been started yet.
ok schwarze@ miod@
|
|
not all versions of <linux/random.h> include <linux/types.h> by default
|
|
i looked a bit closer and found instances before Reno, so correct HISTORY.
References:
http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.1cBSD/usr/src/ucb/dbx/defs.h
http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.3BSD/usr/src/etc/inetd.c
http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Reno/src/lib/libc/string/strdup.c
ok deraadt@
|
|
Avoid potential integer overflow in the size argument of malloc() and
realloc() by using reallocarray() to avoid unchecked multiplication.
ok deraadt@
|
|
Avoid potential integer overflow in the size argument of malloc() and
realloc() by using reallocarray() to avoid unchecked multiplication.
ok deraadt@
|
|
looks good deraadt@
tweaks and ok millert@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(I also forgot to credit doug for much of the initial markup in the
previous commit.)
|