Age | Commit message (Expand) | Author |
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 |
2017-04-14 | Use freezero(3) when cleaning up session tickets - not only does it require | Joel Sing |
2017-04-14 | Use freezero(3) to clean up the X25519 keys - simpler, cleaner code. | Joel Sing |
2017-04-14 | Use freezero(3) in the CBB clean up path, since this could hold sensitive | Joel Sing |
2017-04-14 | Switch i2d_SSL_SESSION() back to freezero(3) now that the size constraints | Joel Sing |
2017-04-14 | Clean up server key exchange EC point handling. Encode the point directly | Joel Sing |
2017-04-14 | whitespace | Theo de Raadt |
2017-04-14 | correct path; from Klemens Nanni | Theo de Raadt |
2017-04-13 | Xr sigprocmask(2) not the obsolete sigsetmask(3) | Todd C. Miller |
2017-04-13 | Use recallocarray in getdelim/getline to clear memory on buffer resizes, | Bryan Steele |
2017-04-13 | allow clearing less than allocated and document freezero(3) better | Otto Moerbeek |
2017-04-12 | Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0). | Theo Buehler |
2017-04-12 | SipHash_Final() was assuming the digest was 64-bit aligned, resulting in | Theo de Raadt |
2017-04-12 | New strstr() implementation from musl libc by Rich Felker. This | Todd C. Miller |
2017-04-11 | Revert ssl_asn1.c r1.50 - CBB and freezero(3) do not play nicely together. | Joel Sing |
2017-04-11 | Use freezero(3) for the imsg framework in imsg_free(3) and ibuf_free(3). | Reyk Floeter |
2017-04-10 | new X25519(3) manual page; | Ingo Schwarze |
2017-04-10 | Use freezero() for the internal opaque structures, instead of the current | Joel Sing |
2017-04-10 | Use freezero() for X25519 keys - same result with more readable code. | Joel Sing |
2017-04-10 | document three additional functions; | Ingo Schwarze |
2017-04-10 | Rework name verification code so that a match is indicated via an argument, | Joel Sing |
2017-04-10 | freezero() the key block; simpler code and less of it. | Joel Sing |
2017-04-10 | Use freezero() for i2d_SSL_SESSION() - one line of code instead of three. | Joel Sing |
2017-04-10 | Fix tabs in example code. | Jeremie Courreges-Anglas |
2017-04-10 | fix some .Xr errors that jmc@ found with mdoclint(1) | Ingo Schwarze |
2017-04-10 | new manual page SSL_get_server_tmp_key(3) | Ingo Schwarze |
2017-04-10 | Additional SSL_SESSION documentation | Ingo Schwarze |
2017-04-10 | for pure *_ctrl() wrapper macros, move the reference from ssl(3) | Ingo Schwarze |
2017-04-10 | new manual page SSL_CTX_set_tlsext_servername_callback(3) for SNI; | Ingo Schwarze |
2017-04-10 | tweak previous; | Jason McIntyre |
2017-04-10 | Convert various client key exchange functions to freezero(3). The memory | Joel Sing |
2017-04-10 | Introducing freezero(3) a version of free that guarantees the process | Otto Moerbeek |
2017-04-10 | monir bump for freezero | Otto Moerbeek |
2017-04-10 | pasto; from <Jon dot Spillett at oracle dot com> via OpenSSL commit 3aaa1bd0 | Ingo Schwarze |
2017-04-10 | typo fix; from <Jon dot Spillett at oracle dot com> | Ingo Schwarze |