index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2021-06-14
ugly hack around broken build until people wake up.
Theo de Raadt
2021-06-13
Save and restore errno around FUTEX_WAIT futex(2) operations. While there
Mark Kettenis
2021-06-13
Add SSL_AD_MISSING_EXTENSION.
Joel Sing
2021-06-13
Define SSL_AD_* as actual values.
Joel Sing
2021-06-13
Remove tls1_alert_code().
Joel Sing
2021-06-13
Place obsolete alerts under #ifndef LIBRESSL_INTERNAL.
Joel Sing
2021-06-13
Remove references to obsolete alerts.
Joel Sing
2021-06-12
space between macro args and punctuation;
Jason McIntyre
2021-06-12
space between macro args and punctuation;
Jason McIntyre
2021-06-12
remove incorrect CAVEATS section;
Jason McIntyre
2021-06-12
RFC 4507bis can refer to various RFCs but this instance is about
Theo Buehler
2021-06-12
space between rfc and number;
Jason McIntyre
2021-06-11
space between RFC and number;
Jason McIntyre
2021-06-11
space between RFC and number;
Jason McIntyre
2021-06-11
Only use SSL_AD_* internally.
Joel Sing
2021-06-11
add AES-GCM constants from RFC 7714 for SRTP
Landry Breuil
2021-06-11
sync cert.pem with Mozilla's CA list generated from certdata.txt
Stuart Henderson
2021-06-11
SSL3_AD_ILLEGAL_PARAMETER is not a valid SSLerror() reason code.
Joel Sing
2021-06-11
Indent all labels with a single space.
Joel Sing
2021-06-11
Since futex(2) can fail, it needs a full syscall stub. This should fixes
Mark Kettenis
2021-06-10
Bump pkg-config version to 1.8.0 to match portable package version
Alexandre Ratchov
2021-06-08
Simplify tlsext_ecpf_parse()
Theo Buehler
2021-06-08
Rewrap a comment to avoid an overlong line
Theo Buehler
2021-06-08
Ignore the record version for early alerts
Theo Buehler
2021-06-08
TLSv1.3 server: avoid sending alerts in legacy records
Theo Buehler
2021-06-08
Adjust alert for ECPF without uncompressed point format
Theo Buehler
2021-06-08
Fix pkg-config .pc files with LibreSSL
Kinichiro Inoguchi
2021-06-03
(man page also)
Theo de Raadt
2021-06-03
secure_path(3) hasn't been called since we recognized the TOCTOU issues a few
Theo de Raadt
2021-06-02
agentx_context_object_nfind had its ax_oid_cmp arguments swapped.
Martijn van Duren
2021-06-02
add RTLD_NODELETE support
Sebastien Marie
2021-06-01
Update RFC reference. RFC 4366 was obsoleted by RFC 6066.
Theo Buehler
2021-06-01
Avoid sending a trailing dot in SNI as a client
Theo Buehler
2021-06-01
Remove unnecessary cast in free.
Theo Buehler
2021-05-31
auth_call(3) no longer uses secure_path(3)
Todd C. Miller
2021-05-31
Revert previous. bluhm noted that it causes a regress failure.
Theo Buehler
2021-05-30
add hid_get_report_desc_data() to access the raw report descriptor
Joshua Stein
2021-05-28
Silence a clang warning on loss of precision
Theo Buehler
2021-05-27
No longer patch away other entropy sources from libexpat. Upstream
Alexander Bluhm
2021-05-26
Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for
Alexander Bluhm
2021-05-26
Fix the return value for the FUTEX_WAIT/FUTEX_WAIT_PRIVATE futex(2)
Mark Kettenis
2021-05-21
The implementation of the FUTEX_WAIT option in futex(2) is subtly broken.
Mark Kettenis
2021-05-20
EVP_Digest*: fix documented return values.
Theo Buehler
2021-05-19
Adjust libcrypto obj_xref.txt to obj_xref.h
Kinichiro Inoguchi
2021-05-18
Document new net.unix sysctls.
Claudio Jeker
2021-05-17
delete useless blank lines
Theo de Raadt
2021-05-16
Correct problem in riscv64 dtors execution load the function pointer
Dale Rahn
2021-05-16
Absorb SSL_AEAD_CTX into struct tls12_record_protection.
Joel Sing
2021-05-16
Zero the tls12_record_protection struct instead of individual fields.
Joel Sing
2021-05-16
Avoid including tls13_internal.h in tls13_record.h.
Joel Sing
[next]