summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-20Rename f_err into fatal_err.tb7-183/+183
2021-02-20Rename the truncated label into decode_err. This describes its purposetb2-73/+73
2021-02-20zap unneccessary .Pp;jmc1-4/+2
2021-02-20Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version().jsing1-34/+45
2021-02-20Return a min/max version of zero if set to zero.jsing3-17/+41
2021-02-20Add DTLSv1.2 methods.jsing2-3/+159
2021-02-20Handle DTLS1_2_VERSION in various places.jsing3-6/+9
2021-02-20Revise HelloVerifyRequest handling for DTLSv1.2.jsing2-4/+14
2021-02-20Group HelloVerifyRequest decoding and add missing check for trailing data.jsing1-4/+5
2021-02-20Add various public DTLS related defines.jsing2-2/+14
2021-02-20Clean up/simplify dtls1_get_cipher().jsing1-7/+8
2021-02-20move from calling l3 protocol input handlers to using if_vinput.dlg2-40/+14
2021-02-20move gre and mgre from calling l3 input handlers to using if_vinput.dlg1-46/+11
2021-02-20move gif from calling l3 protocol input handlers to using if_vinput.dlg1-25/+5
2021-02-20add p2p_input, like ether_input but for l3 tunnel interfaces.dlg2-2/+44
2021-02-20let tun use bpf_mtap for handling input packets.dlg1-1/+4
2021-02-20default interfaces to bpf_mtap_ether for their if_bpf_mtap handler.dlg2-4/+8
2021-02-20give interfaces an if_bpf_mtap handler.dlg1-1/+2
2021-02-20syncsthen1-1/+1
2021-02-20Recommit upstream alignment fix plus libperl version bumpafresh14-25/+41
2021-02-20document the monitor flag.dlg1-2/+8
2021-02-20add support for handling the interface monitor flagdlg1-2/+4
2021-02-20add a MONITOR flag to ifaces to say they're only used for watching packets.dlg3-8/+12
2021-02-19Fail on duplicate nonce payload.tobhe1-2/+5
2021-02-19Add 't' to options in man page. ok jmc@ kn@lum1-3/+6
2021-02-19Append .html suffix to temporary files enabling browsers to recognise itkn3-8/+10
2021-02-19Put duplicated code calculating backoff interval and packet 'secs'krw1-115/+91
2021-02-19Missed poll -> ppoll in log_warn() verbiage.krw1-2/+2
2021-02-19Convert reallocarray + memset to recallocarray.tb3-12/+10
2021-02-19Add the same ASCII check to the URI in TAL files as we do for URI in .cer filesclaudio1-1/+9
2021-02-19Check return value of chdir() to stop a silly warning with somenicm2-10/+10
2021-02-19Move the mkpath() call from the rsync path to the main process. This allowsclaudio4-25/+30
2021-02-19Add an EXAMPLES sectionsolene1-2/+26
2021-02-19we dont need to wrap some short lines.dlg1-5/+3
2021-02-19check the state for PF_ROUTE when undeferring a packet, not the rule.dlg1-2/+2
2021-02-18Save one allocation by passing msg_nonce ownership instead of usingtobhe1-10/+10
2021-02-18Remove redundant ibuf_release. msg_ke is always NULL because of thetobhe1-2/+1
2021-02-18Pass ownership instead of duplicating ibuf msg_ke.tobhe1-12/+5
2021-02-18Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.tb1-1/+23
2021-02-18Make kernel ld.script similar to octeon's on loongson and sgi.visa2-14/+74
2021-02-18Use X509_get_ext_d2i() also for x509_get_aki() and x509_get_ski().claudio4-136/+153
2021-02-18Mention that U-Boot serial speed should be 115200.visa1-1/+7
2021-02-18Reduce len when moving past spaces in OSC 11 parameter.nicm1-2/+4
2021-02-18Release mbuf(9) chain with a simple m_freem(9) loop in sorflush().mvs2-8/+8
2021-02-18All the code for output handling was moved to output.c some time ago.claudio2-29/+29
2021-02-18Only pick up files matching alphanumeric and underscore characters underajacoutot1-2/+2
2021-02-18Fix the hostkeys rotation extension documentationdjm1-1/+2
2021-02-18add rpki-rtr port 323; ok jobderaadt1-1/+2
2021-02-18make names in function prototypes match those in definitiondjm2-4/+4
2021-02-18unbreak SK_DEBUG buildsdjm1-3/+3