index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2014-10-26
The open flags param to mkostemps() should be "flags" not "oflags"
Todd C. Miller
2014-10-26
mknod(2) now supports creating FIFOs too. Fix description of device file
Philip Guenther
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-10-23
Save space in man page: err() -> errc() and combine vars.
Doug Hogan
2014-10-22
We prefer to use call reallocarray() with nmemb first and size second.
Todd C. Miller
2014-10-22
In PKCS12_setup_mac(), do not assign p12->mac->salt->length until the allocation
Miod Vallat
2014-10-22
Use reallocarray() instead of calloc() (originally was realloc).
Todd C. Miller
2014-10-22
Avoid a NULL pointer dereference that can be triggered by
Joel Sing
2014-10-22
Place most of the RAND_* functions under #ifndef LIBRESSL_INTERNAL (some
Joel Sing
2014-10-22
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
Joel Sing
2014-10-22
Avoid writing in second person in malloc.3
Doug Hogan
2014-10-22
Don't leak the old data if _kvm_reallocarray() fails
Philip Guenther
2014-10-20
List extensions in the STANDARDS section, replacing some text below CAVEATS.
Ingo Schwarze
2014-10-20
digests: *_LONG_LOG2 is not used, stop talking about it.
Brent Cook
2014-10-20
SSL: Fix memory leak in d2i_SSL_SESSION.
Brent Cook
2014-10-19
make RETURN VALUES more concise
Ingo Schwarze
2014-10-19
Revamp malloc.3 by reordering the sections and rewriting parts.
Doug Hogan
2014-10-19
Revert last commit due to changed semantics found by make release.
Doug Hogan
2014-10-18
Remove some #ifdef from libevent.
Alexander Bluhm
2014-10-18
Better POSIX compliance in realpath(3).
Doug Hogan
2014-10-18
None of these need to include <openssl/rand.h>
Joel Sing
2014-10-18
Sort/group includes.
Joel Sing
2014-10-18
Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE.
Alexander Bluhm
2014-10-18
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
Joel Sing
2014-10-18
reallocarray() -- a little tricky to review
Theo de Raadt
2014-10-18
Typical malloc() with size multiplication to reallocarray().
Doug Hogan
2014-10-17
Remove #ifdef HAVE_backend and remove references to unimplemented
Alexander Bluhm
2014-10-17
trivial sync of the first sentence of the DESCRIPTION
Ingo Schwarze
2014-10-17
Remove some #ifdef HAVE_syscall.
Alexander Bluhm
2014-10-17
Remove #ifdef HAVE_.*_H, just include the header files.
Alexander Bluhm
2014-10-17
Remove non-exposed malloc/realloc/free wrappers, and then substitute
Theo de Raadt
2014-10-16
use reallocarray(); ok lteo
Theo de Raadt
2014-10-16
Fix bounds check for newlen without relying on unspecified behavior.
Todd C. Miller
2014-10-16
Remove references to unimplemented CLOCK_VIRTUAL. It is non-standard
Todd C. Miller
2014-10-16
we stopped building librt a while back. delete stubs.
Ted Unangst
2014-10-16
use .fn here too. from Jean-Philippe Ouellet
Ted Unangst
2014-10-16
Remove #ifdef HAVE_CONFIG_H, there is no config.h file.
Alexander Bluhm
2014-10-16
Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, use
Bob Beck
2014-10-15
Remove #ifndef HAVE_TAILQFOREACH containing a private tailq
Alexander Bluhm
2014-10-15
Fuck it. No SSLv3; not now, not ever. The API of the future will only
Ted Unangst
2014-10-15
basic formatting fixes;
Jason McIntyre
2014-10-15
Disable SSLv3 by default.
Joel Sing
2014-10-15
Clear protocol options before optionally setting them.
Joel Sing
2014-10-15
Set SSL_OP_SINGLE_ECDH_USE before calling SSL_CTX_set_tmp_ecdh() - this
Joel Sing
2014-10-15
Only require an EC public key in tls1_set_ec_id(), if we need to provide
Joel Sing
2014-10-15
Add cipher aliases for DHE (the correct name for EDH) and ECDHE (the
Joel Sing
2014-10-15
use reallocarray()
Theo de Raadt
2014-10-15
Apply reallocarray() idiom.
Theo de Raadt
2014-10-14
seems like a good time to make the ressl default TLSv1 only.
Ted Unangst
2014-10-14
Bump libressl version string to 2.1.
Brent Cook
[next]