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