summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-08Add missing NULL checks on allocation, style(9) and consistently useJoel Sing
2018-11-08Add missing BN_free() calls.Joel Sing
2018-11-08Use ASN1_TYPE_new()/ASN1_TYPE_free() to avoid leaking memory.Joel Sing
2018-11-08Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.Joel Sing
2018-11-08Move #include <openssl/evp.h> to the header.Theo Buehler
2018-11-08Ensure the handshake transcript is cleaned up.Joel Sing
2018-11-08It isn't possible to specify buffer name to copy mode commands now, soNicholas Marriott
2018-11-08Peldge and unveil can have struct data size 0. While there, fix "fds"Otto Moerbeek
2018-11-08Remove some function prototypes that should have been removed in theJoel Sing
2018-11-08Set sc_server.srv_tls value for "LISTEN ON STRING opttls".akoshibe
2018-11-08LibreSSL 2.9.0Brent Cook
2018-11-08Close the fingerprints file in the child after it has been loaded.Bryan Steele
2018-11-08Currently, switchd(8) defaults to listening on port 6633, which was theakoshibe
2018-11-08unveil(2) obvious _PATH_LOGIN_CONF with read permission to use login_get*(3)Ricardo Mestre
2018-11-08Do not pass -fno-pie to the compiler on mips64. It has no effectVisa Hankala
2018-11-08Hoist opening pf.os(5) fingerprints '-o' earlier so that it doesn'tBryan Steele
2018-11-08introduce smtp-in keyword in grammar so we can report smtp-in and smtp-outGilles Chehade
2018-11-08when reporting tx events, report tx idGilles Chehade
2018-11-08add protocol version to report lines and reorder timestampGilles Chehade
2018-11-08Introduce rde_update_queue_pending() similar to rib_dump_pending() it checksClaudio Jeker
2018-11-08Committed wrong version. Check the flags against the fib flags from theClaudio Jeker
2018-11-08Only whack the RIB and recreate it if the the FIB distribution flags changedClaudio Jeker
2018-11-08tcpdrop(8) needs to access only two files, in this case /etc/hosts andRicardo Mestre
2018-11-08regenJonathan Gray
2018-11-08correct intel 0x9d66Jonathan Gray
2018-11-08zap last remains of malloc.conf; prompted by and ok jmc@Otto Moerbeek
2018-11-08Remove cardbus and pcmcia debug options that we don't enable on otherMark Kettenis
2018-11-07Use in-place (un)wrapping in the keywrap tests.Theo Buehler
2018-11-07Add in key_schedule regress tests to regress buildBob Beck
2018-11-07Fix clipping during float to integer conversions.Alexandre Ratchov
2018-11-07Add a self test for each SSL library by connecting client withAlexander Bluhm
2018-11-07Add initial TLS 1.3 key schedule support with basic regress testsBob Beck
2018-11-07Document max vm.malloc_conf lengthOtto Moerbeek
2018-11-07Add interop test with OpenSSL 1.1. TLS 1.3 should be used automaticallyAlexander Bluhm
2018-11-07unifdef HAVE_SYSIDanton
2018-11-07Use memmove() instead of memcpy() to get rid of the need forTheo Buehler
2018-11-07report "." as a protocol-client event, it is the commit command, not reallyGilles Chehade
2018-11-07Use log updates and start bgpd -v so that errors can be debugged easier.Claudio Jeker
2018-11-07RFC2849 requires us to have 2 colons after the value-spec.Martijn van Duren
2018-11-07Test TLS interoperability between LibreSSL and OpenSSL.Alexander Bluhm
2018-11-07Document `machine gop [mode]' commandkn
2018-11-07sync cmdline_symset() changes with src/usr.sbin; OK sashan@ claudio@miko
2018-11-07If a non-repeating key is used when repeating, it should be treated asNicholas Marriott
2018-11-07There is no reason wait-for has to be restricted to outside tmux.Nicholas Marriott
2018-11-07Print SSLeay, OpenSSL, and LibreSSL version strings. Make clientAlexander Bluhm
2018-11-07avoid freeing r twice in error case; OK otto@miko
2018-11-07Add TLSv1.3 cipher suites (with appropriate guards).Joel Sing
2018-11-07Test TLS interoperability between LibreSSL and OpenSSL.Alexander Bluhm
2018-11-07+interopAlexander Bluhm
2018-11-07Test TLS interoperability between LibreSSL and OpenSSL.Alexander Bluhm