Age | Commit message (Expand) | Author |
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 |
2022-07-14 | Zap trailing whitespace | Theo Buehler |
2022-07-13 | add .Xr links to SSL_CTX_set_security_level(3) | Ingo Schwarze |
2022-07-13 | add a few .Xr links to new manual pages | Ingo Schwarze |
2022-07-13 | In dsa.h rev. 1.34 (14 Jan 2022), tb@ provided DSA_bits(3). | Ingo Schwarze |
2022-07-13 | In x509_vfy.h rev. 1.54, tb@ provided X509_VERIFY_PARAM_get_time(3) | Ingo Schwarze |
2022-07-13 | link three new manual pages to the build | Ingo Schwarze |
2022-07-13 | Start documenting our new pet octopus, SSL_CTX_set_security_level(3). | Ingo Schwarze |
2022-07-13 | Cast int64_t to uint64_t before negating. | Joel Sing |
2022-07-13 | Write documentation for EVP_PKEY_check(3), EVP_PKEY_public_check(3), | Ingo Schwarze |
2022-07-13 | Simplify computation of max_pub_key = dh->p - 1. | Theo Buehler |
2022-07-13 | New manual page written from scratch; | Ingo Schwarze |
2022-07-13 | Remove #ifndef around the definition of OPENSSL_TLS_SECURITY_LEVEL. | Theo Buehler |
2022-07-13 | On May 4 14:19:08 2006 UTC, while fixing a security issue, djm@ | Ingo Schwarze |
2022-07-13 | Do not make tables static so we can access them from regress. | Theo Buehler |
2022-07-13 | Enable BPSW primality test. | Theo Buehler |
2022-07-13 | Hook BPSW into BN_is_prime_fasttest_ex() | Theo Buehler |
2022-07-13 | Link bn_bpsw.c to build | Theo Buehler |
2022-07-13 | Implement the Baillie-PSW primality test | Theo Buehler |
2022-07-13 | Link bn_isqrt.c to build | Theo Buehler |
2022-07-13 | Integer square root and perfect square test | Theo Buehler |
2022-07-12 | Unbreak the tree, after the previous commit. | Joel Sing |
2022-07-12 | Move BN_lsw() to bn_lcl.h so that other code can use it. | Theo Buehler |
2022-07-12 | Remove mkerr.pl remnants from LibreSSL | Klemens Nanni |
2021-08-18 | Import initial code for the SM2 cipher | Theo Buehler |