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