summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-11style(9), fix comments, wrap long lines and tweak whitespace.Joel Sing
2015-09-11Convert dtls1_send_finished() and ssl3_send_finished() toJoel Sing
2015-09-11Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn'tPhilip Guenther
2015-09-11typoTheo de Raadt
2015-09-11Bring back the expansion-into-.byte-sequences routines removed in r1.9, butMiod Vallat
2015-09-11Put the *method* data structures and functions in the same place.Joel Sing
2015-09-11Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assemblerMiod Vallat
2015-09-11Put the *server_method* data structures and functions in the same place.Joel Sing
2015-09-11Put the *client_method* data structures and functions in the same place.Joel Sing
2015-09-11more for NAME;Jason McIntyre
2015-09-11more cleanup;Jason McIntyre
2015-09-11update NAME; various cleanupJason McIntyre
2015-09-11document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hashBob Beck
2015-09-11lseek() is in <unistd.h> ok deraadt@Philip Guenther
2015-09-11Use PROTO_NORMAL() on __syscall to go direct, adjusting the declarationPhilip Guenther
2015-09-11!= -> == that I broke while bikesheddingBob Beck
2015-09-11Do not match a wildcard against a name with no host part.Bob Beck
2015-09-11fix libpcap for ifmedia64Stefan Sperling
2015-09-11add tls_peer functions for checking names and issuers of peer certificates.Bob Beck
2015-09-11Put a private copy of the ypresp_allfn/ypresp_data interface into ypservTheo de Raadt
2015-09-11_rpc_dtablesize() is not used anywhere, tracking by sthen; ok guentherTheo de Raadt
2015-09-11Fixup inter-bank movq/movd operations, emit bytes for pclmulqdq again.Brent Cook
2015-09-11unify files furtherTheo de Raadt
2015-09-11rpcdata should not be exported; ok guentherTheo de Raadt
2015-09-11Provide tls_peer_cert_hash() which returns a hash of the raw certificateJoel Sing
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