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-11-07
missing outlen in tls_write decl
Ted Unangst
2014-11-05
missing pfd = newp, diagnosed by deraadt@
Stuart Henderson
2014-11-05
edns0 is not currently supported: confirmed by sthen and eric
Jason McIntyre
2014-11-05
zap double word;
Jason McIntyre
2014-11-05
Convert EXAMPLES to IDIOMS and make it a simple select -> poll
Todd C. Miller
2014-11-04
explicitly clarify that reading also stops after size-1 bytes
Ted Unangst
2014-11-04
Fix memory leak on reallocarray() failure introduced by conversion
Todd C. Miller
2014-11-03
POLLERR is only valid in revents so it is not a bug that it is
Todd C. Miller
2014-11-03
only call SRTP (whatever that is) functions when the connection type is
Ted Unangst
2014-11-03
Put the socket splicing fields into a seperate struct sosplice that
Alexander Bluhm
2014-11-03
minor cleanup of zlib code. DSO is gone. ok jsing.
Ted Unangst
2014-11-03
Add hooks to override native arc4random_buf on FreeBSD.
Brent Cook
2014-11-02
Add a tls_connect_fds() function that allows a secure connection to be
Joel Sing
2014-11-02
Fix a NULL deref when getting an actual result for an invalid hostname
Eric Faurot
2014-11-02
Remove remnants from RC2 and SEED - there are no longer any cipher suites
Joel Sing
2014-10-31
Libevent has compatibilty wrappers in evutil. OpenBSD does not use
Alexander Bluhm
2014-10-31
Use "const char tempchars[]" instead of "const char *tempchars".
Todd C. Miller
2014-10-31
Remove an outdated comment re EDH vs DHE - DHE is now used consistently and
Joel Sing
2014-10-31
Update comments for TLS ExtensionType values - many of the referenced
Joel Sing
2014-10-31
Crank libssl major due to recent additions, removals and changes.
Joel Sing
2014-10-31
Remove now unused remnants from public structs.
Joel Sing
2014-10-31
Add support for automatic DH ephemeral keys.
Joel Sing
2014-10-31
Remove support for ephemeral/temporary RSA private keys.
Joel Sing
2014-10-31
Rename libressl to libtls to avoid confusion and to make it easier to
Joel Sing
2014-10-31
Use CDIAGFLAGS from bsd.own.mk and append additional warning flags.
Alexander Bluhm
2014-10-30
clean up verbiage around the calculations; ok ingo jmc otto
Theo de Raadt
2014-10-30
Don't mention old systems where realloc(NULL, n) didn't work as we
Todd C. Miller
2014-10-30
Fix whitespace errors in libevent.
Alexander Bluhm
2014-10-30
The fdsz and n_events variables contain unsigned values that are
Alexander Bluhm
2014-10-29
After removing all the #ifdef, the wrappers in evutil are rather
Alexander Bluhm
2014-10-29
Remove workaround for Mac OS X kqueue bug.
Alexander Bluhm
2014-10-29
Do not cast a (const void *) pointer to (void *) to avoid a warning.
Alexander Bluhm
2014-10-28
deregister; no binary change
Jonathan Gray
2014-10-28
Check the result of sk_*_push() operations for failure.
Miod Vallat
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
[next]