Age | Commit message (Expand) | Author |
2015-09-10 | Add support for building arc4random with MSVC. | Brent Cook |
2015-09-10 | Call tls_set_errorx() instead of tls_set_error() in | Joel Sing |
2015-09-10 | Pull in namespace.h when building all .c files using gcc's -include option, | Philip Guenther |
2015-09-10 | When loading a DSA key from an raw (without DH parameters) ASN.1 serialization, | Miod Vallat |
2015-09-10 | delete empty SYNOPSIS section | Ingo Schwarze |
2015-09-10 | Remove support for DTLS_BAD_VER. We do not support non-standard and | Joel Sing |
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze |
2015-09-10 | improve examples, | Theo de Raadt |
2015-09-10 | Put OPENSSL_cleanse under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2015-09-10 | CRYPTO_set_mem_debug_functions() and CRYPTO_set_mem_functions() are already | Joel Sing |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-09-10 | reduce more .Nd to one line and kill more .Tn | Ingo Schwarze |
2015-09-10 | document client side certificate verification functionality. | Bob Beck |
2015-09-10 | We don't want LIBRARY sections in OpenBSD, so delete it. | Ingo Schwarze |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-10 | Remove pointless comments. | Joel Sing |
2015-09-10 | document changed tls_read and tls_write semantics. | Bob Beck |
2015-09-10 | Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*. | Joel Sing |
2015-09-10 | mlink tls_handshake; | Jason McIntyre |
2015-09-10 | tweak previous; | Jason McIntyre |
2015-09-10 | another missing Mdocdate | Ingo Schwarze |
2015-09-10 | missing commas at the end of .Nm lines in the NAME section | Ingo Schwarze |
2015-09-10 | Correctly document the behaviour of tls_close() - the caller is responsible | Joel Sing |
2015-09-10 | Adds hidden _libc_FOO aliases for the system call stubs. | Philip Guenther |
2015-09-10 | Replace TLS_{READ,WRITE}_AGAIN with TLS_WANT_POLL{IN,OUT} and correctly | Joel Sing |
2015-09-10 | Update libtls man page to reflect tls_handshake() related changes. | Joel Sing |
2015-09-10 | explain why __explicit_bzero_hook will remain; ok guenther | Theo de Raadt |
2015-09-10 | hide __dtoa_locks as a static in the single use case; ok guenther | Theo de Raadt |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2015-09-10 | revert accidental commit | Bob Beck |
2015-09-10 | comment for errno clobbering, to indicate why we do this. | Bob Beck |
2015-09-10 | bump major | Bob Beck |
2015-09-10 | change TLS_READ_AGAIN to TLS_WANT_POLLIN and TLS_WRITE_AGAIN to TLS_WANT_POLLOUT | Bob Beck |
2015-09-10 | Change tls_read and tls_write semantics to return an ssize_t to better | Bob Beck |
2015-09-10 | no more mpool; | Jason McIntyre |
2015-09-10 | tweak Nd after previous; ok mpi | Jason McIntyre |
2015-09-10 | Split tls_handshake() out from tls_accept/tls_connect. By doing this the | Joel Sing |
2015-09-10 | add MLINKS for _prefer_ciphers_* | Jason McIntyre |
2015-09-10 | Add support for preferring the server's cipher list or the client's cipher | Joel Sing |
2015-09-10 | Remove link_addr(3). A function to encode the name of an interface in | Martin Pieuchot |
2015-09-10 | Fix an incorrect error check in DSA verify. | Brent Cook |
2015-09-09 | Add missing CVS Mdocdate tags. No text change, except for the change | Ingo Schwarze |
2015-09-09 | seperate->separate; | Jason McIntyre |
2015-09-09 | Indent labels with a space so that diff -p is more friendly. | Joel Sing |
2015-09-09 | Check handshake_func against NULL rather than 0, since it is a function | Joel Sing |
2015-09-09 | Add client certificate support. Still needs a few tweaks but this will | Bob Beck |
2015-09-09 | always clear errno when coming back from tls_read tls_write, and tls_close. | Bob Beck |
2015-09-09 | Move to next tame() API. The flags are now passed as a very simple string, | Theo de Raadt |
2015-09-09 | nuke trailing whitespace | Bob Beck |
2015-09-09 | Remove the mpool(3) manpages | Philip Guenther |