summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-06-28The state machine now takes care of setting the legacy state,Theo Buehler
2021-06-28Expand info callback support for TLSv1.3Theo Buehler
2021-06-27Track the sigalgs used by ourselves and our peer.Joel Sing
2021-06-27Have ssl3_send_client_verify() pass *pkey to called functions.Joel Sing
2021-06-27Change ssl_sigalgs_from_value() to perform sigalg list selection.Joel Sing
2021-06-27Rename ssl_sigalg() to ssl_sigalg_from_value().Joel Sing
2021-06-27Change ssl_sigalgs_build() to perform sigalg list selection.Joel Sing
2021-06-27Tidy some comments and simplify some code.Joel Sing
2021-06-27Keep sigalg initialiser order consistent - key type, then hash.Joel Sing
2021-06-27Correct handling of SSL_OP_NO_DTLSv1.Joel Sing
2021-06-26Fix .Xr order. From mandoc -Tlint.Theo Buehler
2021-06-24alarm(3): remove superfluous pointercheloha
2021-06-23Garbage collect prototoype for ssl_parse_serverhello_tlsext() whichTheo Buehler
2021-06-22zap wonky commas;Jason McIntyre
2021-06-22Clarify tls_config_set_*_file() file I/O semanticskn
2021-06-20We need to store the flagged passed to sigsetjmp(3) and use it inMark Kettenis
2021-06-20scan_scaled: fix rescaling for negative numbersTheo Buehler
2021-06-19C version of fabs(), for nowTheo de Raadt
2021-06-19Correctly handle epoch wrapping in dtls1_get_bitmap().Joel Sing
2021-06-19Provide the ability to set the initial DTLS epoch value.Joel Sing
2021-06-19Initialise the epoch for the DTLS processed and unprocessed queues.Joel Sing
2021-06-18alarm.3: miscellaneous improvements to alarm(3) documentationcheloha
2021-06-17compar is a function arg (Fa) not function name (Fn);Jason McIntyre
2021-06-15Mop up part of dtls1_dispatch_alert().Joel Sing
2021-06-14Simplify nonce handling in the TLSv1.2 record layer.Joel Sing
2021-06-14Remove TLS1_AD_INTERNAL_ERROR from internal visibility againTheo Buehler
2021-06-14Use SSL_AD_INTERNAL_ERRORTheo Buehler
2021-06-14ugly hack around broken build until people wake up.Theo de Raadt
2021-06-13Save and restore errno around FUTEX_WAIT futex(2) operations. While thereMark Kettenis
2021-06-13Add SSL_AD_MISSING_EXTENSION.Joel Sing
2021-06-13Define SSL_AD_* as actual values.Joel Sing
2021-06-13Remove tls1_alert_code().Joel Sing
2021-06-13Place obsolete alerts under #ifndef LIBRESSL_INTERNAL.Joel Sing
2021-06-13Remove references to obsolete alerts.Joel Sing
2021-06-12space between macro args and punctuation;Jason McIntyre
2021-06-12space between macro args and punctuation;Jason McIntyre
2021-06-12remove incorrect CAVEATS section;Jason McIntyre
2021-06-12RFC 4507bis can refer to various RFCs but this instance is aboutTheo Buehler
2021-06-12space between rfc and number;Jason McIntyre
2021-06-11space between RFC and number;Jason McIntyre
2021-06-11space between RFC and number;Jason McIntyre
2021-06-11Only use SSL_AD_* internally.Joel Sing
2021-06-11add AES-GCM constants from RFC 7714 for SRTPLandry Breuil
2021-06-11sync cert.pem with Mozilla's CA list generated from certdata.txtStuart Henderson
2021-06-11SSL3_AD_ILLEGAL_PARAMETER is not a valid SSLerror() reason code.Joel Sing
2021-06-11Indent all labels with a single space.Joel Sing
2021-06-11Since futex(2) can fail, it needs a full syscall stub. This should fixesMark Kettenis
2021-06-10Bump pkg-config version to 1.8.0 to match portable package versionAlexandre Ratchov
2021-06-08Simplify tlsext_ecpf_parse()Theo Buehler
2021-06-08Rewrap a comment to avoid an overlong lineTheo Buehler