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
2017-05-04
Merge headers defining identifiers from sysctl.8 into sysctl.3. Shorten and
Theo Buehler
2017-05-04
Move tls_config_skip_private_key_check() out from under HIDDEN_DECLS.
Claudio Jeker
2017-05-03
spacing (in EXAMPLES code)
Reyk Floeter
2017-05-03
make the description strings match the code
Theo de Raadt
2017-05-02
the XXXfree functions being called accept NULL, so don't check first.
Theo de Raadt
2017-05-02
use freezero() instead of memset/explicit_bzero + free. Substantially
Theo de Raadt
2017-05-01
Document that wait3/waitpid can receive SIGCHILD when wpid does
Todd C. Miller
2017-04-30
No original OpenSSL code remains in this file. Relicense
Bob Beck
2017-04-30
Add futex(2) shim, bump minor.
Martin Pieuchot
2017-04-30
Make BIO_get_host_ip just yet another getaddrinfo wrapper
Bob Beck
2017-04-30
Rework BIO_accept to be more like modern code.
Bob Beck
2017-04-30
Only enable -Werror on libcrypto/libssl/libtls if we are building with
Joel Sing
2017-04-30
Switch back to freezero() and explicitly initialise data_len to zero. The
Joel Sing
2017-04-30
Microsoft Windows hates BIO_get_accept_socket in portable. Fix it to
Bob Beck
2017-04-30
Add a tls_keypair_clear_key() function that uses freezero() to make key
Joel Sing
2017-04-29
Fix a bug caused by the return value being set early to signal successful
Joel Sing
2017-04-29
Revert previous - we still want to do this, but I forgot about the installer
Bob Beck
2017-04-29
We now require you to have a working libpthread
Bob Beck
2017-04-29
Make it safe to call SSL_library_init more than once.
Bob Beck
2017-04-29
Stop calling OPENSSL_init() internally, since it is a no-op. Also place
Joel Sing
2017-04-29
Switch Linux getrandom() usage to non-blocking mode, continuing to
Bob Beck
2017-04-28
Revert previous change that forced consistency between return value and
Bob Beck
2017-04-28
revert previous accidental commit
Bob Beck
2017-04-28
*** empty log message ***
Bob Beck
2017-04-28
Reference the "Futexes Are Tricky" paper.
Martin Pieuchot
2017-04-28
errant space;
Jason McIntyre
2017-04-28
Document futex(2) with a lot of inputs from schwarze@
Martin Pieuchot
2017-04-27
ntohl() returns uint32_t so it cannot be < 0. Since we're storing
Todd C. Miller
2017-04-27
Remove "len < 0" check; len is socklen_t (uint32_t) so can't be
Todd C. Miller
2017-04-27
tls_free(3) and tls_config_free(3) accept NULL;
Ingo Schwarze
2017-04-27
Remove the "volatile" attribute from bpf_error(). The "volatile"
Todd C. Miller
2017-04-27
Remove useless check for ks_env_table being NULL. Since ks_env_table
Todd C. Miller
2017-04-23
Rearrange text a bit to make it clear what "discarded" means; ok jmc@ deraadt@
Otto Moerbeek
2017-04-22
For small allocations (chunk) freezero only validates the given
Otto Moerbeek
2017-04-20
add previous to NAME;
Jason McIntyre
2017-04-20
Add getptmfd(), fdopenpty(), fdforkpty() functions. These allow programs
Nicholas Marriott
2017-04-20
Fix previous.
Visa Hankala
2017-04-20
Get TCB address using the RDHWR instruction instead of __get_tcb().
Visa Hankala
2017-04-19
Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been
Martin Natano
2017-04-18
don't forget to fill in canary bytes for posix_memalign(3); reported by
Otto Moerbeek
2017-04-18
Add sparc64 support.
Mark Kettenis
2017-04-18
wipe some more macros that do not belong in C++ forwarding headers.
Marc Espie
2017-04-18
use freezero() instead of explicit_bzero+free
Theo de Raadt
2017-04-17
use freezero()
Theo de Raadt
2017-04-17
consictently use .Dv NULL and a few other tweaks; ok schwarze@
Otto Moerbeek
2017-04-17
whitespace fixes
Otto Moerbeek
2017-04-17
Change build infrastructure to allow building both gcc and clang. This
Mark Kettenis
2017-04-16
Always return nonzero from _longjmp too.
Mark Kettenis
2017-04-16
backout previous, data_len is not always initialized
Otto Moerbeek
2017-04-15
Document RB_TIMEBAD; delete RB_* that are obsolete/unimplemented
Philip Guenther
[next]