Age | Commit message (Expand) | Author |
2022-07-22 | Add read and write support to tls_buffer. | Joel Sing |
2022-07-22 | Simplify tls13_server_encrypted_extensions_recv | Theo Buehler |
2022-07-22 | Remove redundant length checks in parse functions | Theo Buehler |
2022-07-22 | avoid use after free | Jonathan Gray |
2022-07-21 | repair error section; Martin Vahlensieck | Theo de Raadt |
2022-07-20 | Simplify tlsext_supported_groups_server_parse | Theo Buehler |
2022-07-20 | Drop some unnecessary parentheses. | Theo Buehler |
2022-07-20 | Copy alpn_selected using CBS | Theo Buehler |
2022-07-20 | Copy alpn_client_proto_list using CBS in SSL_new() | Theo Buehler |
2022-07-20 | Validate protocols in SSL{_CTX,}_set_alpn_protos() | Theo Buehler |
2022-07-20 | Rewrite SSL{_CTX,}_set_alpn_protos() using CBS | Theo Buehler |
2022-07-20 | Change various ALPN related internal struct members | Theo Buehler |
2022-07-20 | Factor out ALPN extension format check | Theo Buehler |
2022-07-20 | bump major due to struct size change on ILP32 architectures | Theo Buehler |
2022-07-20 | Revert zlib.h r1.7 | Theo Buehler |
2022-07-20 | Remove tls_buffer_set_data() and remove/revise callers. | Joel Sing |
2022-07-20 | Correct server-side handling of TLSv1.3 key updates. | Joel Sing |
2022-07-19 | Objects are only set to ready if both their parent region and their | Martijn van Duren |
2022-07-19 | Disallow MD5 and SHA-1 HMACs depending on the security level | Theo Buehler |
2022-07-19 | Avoid unnecessary loops in BN_generate_prime_ex() | Theo Buehler |
2022-07-19 | Use sysctl CTL_NET.PF_INET6 to check if IPv6 is available or not. | Claudio Jeker |
2022-07-18 | ypbinding should not be intrude to application namespace. | Theo de Raadt |
2022-07-18 | use same way of reporting error as yp_bind.c | Theo de Raadt |
2022-07-17 | Handle X509_check_purpose(3) and EVP_get_digestbyobj(3) | Klemens Nanni |
2022-07-17 | Add initial support for ESSCertIDv2 verification | Klemens Nanni |
2022-07-17 | Disable TLSv1.3 middlebox compatibility mode for QUIC connections. | Joel Sing |
2022-07-17 | Pass SSL pointer to tls13_ctx_new(). | Joel Sing |
2022-07-17 | Correct handling of QUIC transport parameters extension. | Joel Sing |
2022-07-17 | Provide SSL_is_quic() | Joel Sing |
2022-07-17 | Correct TLSEXT_TYPE_quic_transport_parameters message types. | Joel Sing |
2022-07-17 | Correct value for TLSEXT_TYPE_quic_transport_parameters | Joel Sing |
2022-07-17 | add section to mmap Xr | Jonathan Gray |
2022-07-17 | AESCGM -> AESGCM | Jonathan Gray |
2022-07-17 | order sysctl(2) Xr by section | Jonathan Gray |
2022-07-17 | fix a macro, and "new sentence, new line"; | Jason McIntyre |
2022-07-17 | Delete mention of the old /var/run/ypbind.lock hack. | Theo de Raadt |
2022-07-17 | since yp_bind() and yp_all() don't use open, fstat, read, socket, and other | Theo de Raadt |
2022-07-17 | Rather than opening the binding file, checking for advisory lock, reading a | Theo de Raadt |
2022-07-17 | Add ypconnect(2) stub inside libc so that libc functions can use it, | Theo de Raadt |
2022-07-17 | add ypconnect(2) manual page | Theo de Raadt |
2022-07-16 | Add ESSCertIDv2 stack macros | Klemens Nanni |
2022-07-16 | Add ESSCertIDv2 ASN.1 boilerplate | Klemens Nanni |
2022-07-16 | Add NID for signingCertificateV2 | Klemens Nanni |
2022-07-16 | Avoid direct X509 structure access | Klemens Nanni |
2022-07-16 | Zap duplicate ERR_load_TS_strings() prototype | Klemens Nanni |
2022-07-16 | Bump libsndio pkg-config version to 1.9.0 | Alexandre Ratchov |
2022-07-15 | Add a new clnt*_control CLSET_CONNECTED, which says the socket has already | Theo de Raadt |
2022-07-15 | Expand the comment explaining the for loop with bn_lucas_step() a bit. | Theo Buehler |
2022-07-15 | Comment for factorization of n - 1 = k * 2^s in bn_miller_rabin_base_2() | Theo Buehler |
2022-07-15 | Rename is_perfect_square to out_perfect in prototype to match | Theo Buehler |