summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-11Prefer <fcntl.h> over <sys/fcntl.h>Philip Guenther
2012-10-13import OpenSSL-1.0.1cDamien Miller
2015-09-11_getnetbyaddr and _getnetbyname appear to be historical accidents inTheo de Raadt
2015-09-11Store a reference to the peer certificate (if any) upon completion of theJoel Sing
2015-09-11Wrap blowfish, sha*, md5, and rmd160 so that internal calls go directPhilip Guenther
2015-09-11specify what is permitted as an argument to tls_config_set_ciphers()Bob Beck
2015-09-11change remaining mentions of "flags" to "request" and adapt textTheo de Raadt
2015-09-11hide three netdb related variables; ok guentherTheo de Raadt
2015-09-11actually set return value to 0 on success.Bob Beck
2015-09-11- add some missing NAME entriesJason McIntyre
2015-09-11sort MLINKS into the same order as the man page;Jason McIntyre
2015-09-10Hide netgroup internals inside libc. The parts that netgroup_mkdbTheo de Raadt
2015-09-10Add support for building arc4random with MSVC.Brent Cook
2015-09-10Call tls_set_errorx() instead of tls_set_error() inJoel Sing
2015-09-10Pull in namespace.h when building all .c files using gcc's -include option,Philip Guenther
2015-09-10When loading a DSA key from an raw (without DH parameters) ASN.1 serialization,Miod Vallat
2015-09-10delete empty SYNOPSIS sectionIngo Schwarze
2015-09-10Remove support for DTLS_BAD_VER. We do not support non-standard andJoel Sing
2015-09-10use .In rather than .Fd #includeIngo Schwarze
2015-09-10improve examples,Theo de Raadt
2015-09-10Put OPENSSL_cleanse under #ifndef LIBRESSL_INTERNAL.Joel Sing
2015-09-10CRYPTO_set_mem_debug_functions() and CRYPTO_set_mem_functions() are alreadyJoel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-09-10reduce more .Nd to one line and kill more .TnIngo Schwarze
2015-09-10document client side certificate verification functionality.Bob Beck
2015-09-10We don't want LIBRARY sections in OpenBSD, so delete it.Ingo Schwarze
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-10Remove pointless comments.Joel Sing
2015-09-10document changed tls_read and tls_write semantics.Bob Beck
2015-09-10Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.Joel Sing
2015-09-10mlink tls_handshake;Jason McIntyre
2015-09-10tweak previous;Jason McIntyre
2015-09-10another missing MdocdateIngo Schwarze
2015-09-10missing commas at the end of .Nm lines in the NAME sectionIngo Schwarze
2015-09-10Correctly document the behaviour of tls_close() - the caller is responsibleJoel Sing
2015-09-10Adds hidden _libc_FOO aliases for the system call stubs.Philip Guenther
2015-09-10Replace TLS_{READ,WRITE}_AGAIN with TLS_WANT_POLL{IN,OUT} and correctlyJoel Sing
2015-09-10Update libtls man page to reflect tls_handshake() related changes.Joel Sing
2015-09-10explain why __explicit_bzero_hook will remain; ok guentherTheo de Raadt
2015-09-10hide __dtoa_locks as a static in the single use case; ok guentherTheo de Raadt
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2015-09-10revert accidental commitBob Beck
2015-09-10comment for errno clobbering, to indicate why we do this.Bob Beck
2015-09-10bump majorBob Beck
2015-09-10change TLS_READ_AGAIN to TLS_WANT_POLLIN and TLS_WRITE_AGAIN to TLS_WANT_POLLOUTBob Beck
2015-09-10Change tls_read and tls_write semantics to return an ssize_t to betterBob Beck
2015-09-10no more mpool;Jason McIntyre
2015-09-10tweak Nd after previous; ok mpiJason McIntyre
2015-09-10Split tls_handshake() out from tls_accept/tls_connect. By doing this theJoel Sing
2015-09-10add MLINKS for _prefer_ciphers_*Jason McIntyre