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