summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-10-19replace ad-hoc illegal instruction with the architecturally defined oneChristian Weisgerber
2020-10-19add retguard prologue/epilogueTheo de Raadt
2020-10-19Save and restore the FPCR register such that floating-point control modesMark Kettenis
2020-10-19On powerpc64, restore %r2 when needed while unwinding.Mark Kettenis
2020-10-18Add powerpc64 retguard macros for setjmp / longjmp.mortimer
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.Theo de Raadt
2020-10-18Fix typo in reference, period that should be comma.Anthony J. Bentley
2020-10-16Adapt SYS.h to use retguard macros from asm.h, so that generated systemTheo de Raadt
2020-10-16double word fixes; from varik valeforJason McIntyre
2020-10-15Unbreak DTLS retransmissions for flights that include a CCS.Joel Sing
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenTheo de Raadt
2020-10-15zap annoying stray spacesTheo Buehler
2020-10-14use symbolic SYS_exit rather than 1, and skip usingTheo de Raadt
2020-10-14use symbolic SYS_exit instead of the value 1Theo de Raadt
2020-10-14Accommodate POSIX basename(3) that takes a non-const parameter andChristian Weisgerber
2020-10-14Replace SSL_IS_DTLS with SSL_is_dtls().Joel Sing
2020-10-14Provide SSL_is_dtls().Joel Sing
2020-10-14Mark DTLS methods as DTLS.Joel Sing
2020-10-13Do some easy .data -> .rodata/.data.rel.ro conversionsPhilip Guenther
2020-10-12make fixed-sized fixed-value mib[] arrays be constTheo de Raadt
2020-10-12annoying whitespaceTheo de Raadt
2020-10-12mib[2] is no longer used; ok guentherTheo de Raadt
2020-10-12drop references to the SSL protocol because support was removed long ago;Ingo Schwarze
2020-10-12List and describe the recommended methods first and relegate theIngo Schwarze
2020-10-11In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3)Ingo Schwarze
2020-10-11SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNALPhilip Guenther
2020-10-11Fix an assert conditioned on DTLS1_VERSION.Joel Sing
2020-10-11Grow init_buf before stashing a handshake message for the legacy stack.Joel Sing
2020-10-11Make profile_name const in srtp_find_profile_by_name()Theo Buehler
2020-10-11Condense and simplify TLS methods.Joel Sing
2020-10-11Constipate srtp_known_profiles, pushing it into .data.rel.roPhilip Guenther
2020-10-11Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them intoPhilip Guenther
2020-10-09Fix leak or double free with OCSP_request_add0_id()Theo Buehler
2020-10-09Correct error returns, do not print eror message to stdout (thereOtto Moerbeek
2020-10-09Partly revert previous commit, these changes we not supposed to go in.Otto Moerbeek
2020-10-09As noted by tb@ previous commit only removed an unused fucntion.Otto Moerbeek
2020-10-08A void function has no return value, so zap RETURN VALUES sectionTheo Buehler
2020-10-08grammar fix: if/when a renegotiation takeS placeTheo Buehler
2020-10-07fix line wrappingTheo Buehler
2020-10-07Mop up various things that are now unused with the new record layer.Joel Sing
2020-10-07Include a TLS record header when switching to the legacy stack.Joel Sing
2020-10-06Use random value for canary bytes; ok tb@Otto Moerbeek
2020-10-03Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.cJoel Sing
2020-10-03Use TLSv1_1_enc_data instead of DTLSv1_enc_data.Joel Sing
2020-10-03Reimplement the TLSv1.2 record handling for the read side.Joel Sing
2020-10-03Rename tls13_record_layer_alert() to tls13_record_layer_enqueue_alert()Joel Sing
2020-10-03Make dtls1_copy_record() take a DTLS1_RECORD_DATA_INTERNAL *.Joel Sing
2020-10-03Inline two macros that are only used in one place each.Joel Sing
2020-10-01Mark top-level frame for new thread in both CFI and with zeroPhilip Guenther
2020-09-30Fix two minor memory leaks.Martijn van Duren