Age | Commit message (Expand) | Author |
2017-01-26 | Use a flag to track when we need to call SSL_shutdown(). This avoids an | Joel Sing |
2017-01-26 | Bump TLS_API due to new features being added earlier this week. | Joel Sing |
2017-01-26 | Bump libtls minor due to symbol additions earlier this week. | Joel Sing |
2017-01-26 | knf | Bob Beck |
2017-01-26 | Convert ssl3_get_client_hello() to CBS. | Joel Sing |
2017-01-26 | Document the ldomctl(8) 'select' command previously not mentioned in the | Stefan Sperling |
2017-01-26 | Disable pgt(4) and acx(4) on sparc64. The kernel has grown too large. | Stefan Sperling |
2017-01-26 | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | Bob Beck |
2017-01-26 | Hide SSLerr() under #ifndef LIBRESSL_INTERNAL since we shouldn't be | Bob Beck |
2017-01-26 | sync | Stuart Henderson |
2017-01-26 | Fix rtwn(4) IQ calibration code (affects PCI devices only). | Stefan Sperling |
2017-01-26 | Send the error function codes to rot in the depths of hell where they belong | Bob Beck |
2017-01-26 | Merge the single two line function from ssl_err2.c into ssl_err.c. | Joel Sing |
2017-01-26 | Select the routing domain to be used for kill states by host or by | Sebastian Benoit |
2017-01-26 | english is hard. | Bob Beck |
2017-01-26 | Limit the number of sequential empty records that we will process | Bob Beck |
2017-01-26 | Refactor the code to generate a WANT_READ into a function, as we are | Bob Beck |
2017-01-26 | Remove most of SSL3_ENC_METHOD - we can just inline the function calls | Joel Sing |
2017-01-26 | Move relatively new version range code from ssl_lib.c into a separate | Joel Sing |
2017-01-26 | Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no | Joel Sing |
2017-01-26 | Merge the client/server version negotiation into the existing (currently | Joel Sing |
2017-01-26 | deactivate the existing pledge regress tests, they need | Sebastian Benoit |
2017-01-26 | add check for pledge(pf), and pledge(pf) + fd passing | Sebastian Benoit |
2017-01-26 | enable compiler warnings and fix them. | Sebastian Benoit |
2017-01-26 | Remove unused _REL variable | Robert Peichaer |
2017-01-26 | Document ERR_load_BN_strings(3). | Ingo Schwarze |
2017-01-26 | Move setting _OSrev to immediately after verifying _KERNV and exit | Robert Peichaer |
2017-01-26 | No need to escape '.' in shell patterns - it has no special meaning. | Robert Peichaer |
2017-01-26 | Spacing and use arithmetic test | Robert Peichaer |
2017-01-26 | Each entry in REGRESS_TARGETS is run in a separate make process, so the | Jonathan Matthew |
2017-01-26 | Allocate the mbuf before the netlock. While here, move the setting of | David Hill |
2017-01-26 | The only difference between armv7 and arm64 fdt virtio attachments is an | Jonathan Gray |
2017-01-26 | add fdt config line to synopsis | Jonathan Gray |
2017-01-26 | Use numeric exit codes consistently rather than a mix | Bob Beck |
2017-01-26 | style | Bob Beck |
2017-01-26 | Fix the structure initialzation to compile. bad inioguchi and millert :) | Bob Beck |
2017-01-26 | Remove ssl3_undef_enc_method - if we have internal bugs we want to segfault | Joel Sing |
2017-01-26 | Remove a sess_cert reference from a comment in the public header. | Joel Sing |
2017-01-26 | Do not hold the netlock while pool_get() may sleep. It is not | Alexander Bluhm |
2017-01-25 | split the tls_init(3) that had grown fat to allow healthy future growth; | Ingo Schwarze |
2017-01-25 | Clear option before adding to array if no -a, reported by Michael | Nicholas Marriott |
2017-01-25 | Do not try to execute this test on !m88k archs. | Martin Pieuchot |
2017-01-25 | Introduce a hack to remove false-positives when looking for memory | Martin Pieuchot |
2017-01-25 | Add infrastructure to build LLVM for mips64. | Patrick Wildt |
2017-01-25 | Since raw_input() and route_input() are gone from pr_input, we can | Alexander Bluhm |
2017-01-25 | Fix array initialization syntax for ocspcheck.c | Kinichiro Inoguchi |
2017-01-25 | As NET_LOCK() is a read/write lock, it can sleep in sotask(). So | Alexander Bluhm |
2017-01-25 | document BN_asc2bn(3); | Ingo Schwarze |
2017-01-25 | Fix build on mips64. | Visa Hankala |
2017-01-25 | Add xterm+edit to tmux so that we get the old Home and End sequences | Nicholas Marriott |