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