summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2021-06-08Ignore the record version for early alertsTheo Buehler
2021-06-08TLSv1.3 server: avoid sending alerts in legacy recordsTheo Buehler
2021-06-08Adjust alert for ECPF without uncompressed point formatTheo Buehler
2021-06-08Fix pkg-config .pc files with LibreSSLKinichiro Inoguchi
2021-06-03(man page also)Theo de Raadt
2021-06-03secure_path(3) hasn't been called since we recognized the TOCTOU issues a fewTheo de Raadt
2021-06-02agentx_context_object_nfind had its ax_oid_cmp arguments swapped.Martijn van Duren
2021-06-02add RTLD_NODELETE supportSebastien Marie
2021-06-01Update RFC reference. RFC 4366 was obsoleted by RFC 6066.Theo Buehler
2021-06-01Avoid sending a trailing dot in SNI as a clientTheo Buehler
2021-06-01Remove unnecessary cast in free.Theo Buehler
2021-05-31auth_call(3) no longer uses secure_path(3)Todd C. Miller
2021-05-31Revert previous. bluhm noted that it causes a regress failure.Theo Buehler
2021-05-30add hid_get_report_desc_data() to access the raw report descriptorJoshua Stein
2021-05-28Silence a clang warning on loss of precisionTheo Buehler
2021-05-27No longer patch away other entropy sources from libexpat. UpstreamAlexander Bluhm
2021-05-26Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant forAlexander Bluhm
2021-05-26Fix the return value for the FUTEX_WAIT/FUTEX_WAIT_PRIVATE futex(2)Mark Kettenis
2021-05-21The implementation of the FUTEX_WAIT option in futex(2) is subtly broken.Mark Kettenis
2021-05-20EVP_Digest*: fix documented return values.Theo Buehler
2021-05-19Adjust libcrypto obj_xref.txt to obj_xref.hKinichiro Inoguchi
2021-05-18Document new net.unix sysctls.Claudio Jeker
2021-05-17delete useless blank linesTheo de Raadt
2021-05-16Correct problem in riscv64 dtors execution load the function pointerDale Rahn
2021-05-16Absorb SSL_AEAD_CTX into struct tls12_record_protection.Joel Sing
2021-05-16Zero the tls12_record_protection struct instead of individual fields.Joel Sing
2021-05-16Avoid including tls13_internal.h in tls13_record.h.Joel Sing