Age | Commit message (Expand) | Author |
2015-09-11 | Prefer <fcntl.h> over <sys/fcntl.h> | Philip Guenther |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2015-09-11 | _getnetbyaddr and _getnetbyname appear to be historical accidents in | Theo de Raadt |
2015-09-11 | Store a reference to the peer certificate (if any) upon completion of the | Joel Sing |
2015-09-11 | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct | Philip Guenther |
2015-09-11 | specify what is permitted as an argument to tls_config_set_ciphers() | Bob Beck |
2015-09-11 | change remaining mentions of "flags" to "request" and adapt text | Theo de Raadt |
2015-09-11 | hide three netdb related variables; ok guenther | Theo de Raadt |
2015-09-11 | actually set return value to 0 on success. | Bob Beck |
2015-09-11 | - add some missing NAME entries | Jason McIntyre |
2015-09-11 | sort MLINKS into the same order as the man page; | Jason McIntyre |
2015-09-10 | Hide netgroup internals inside libc. The parts that netgroup_mkdb | Theo de Raadt |
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 |