summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-20Change various ALPN related internal struct memberstb1-6/+6
2022-07-20Factor out ALPN extension format checktb2-14/+27
2022-07-20Remove tls_buffer_set_data() and remove/revise callers.jsing6-34/+14
2022-07-20Correct server-side handling of TLSv1.3 key updates.jsing1-20/+30
2022-07-19zap trailing spacestb1-2/+2
2022-07-19fix indenttb1-2/+2
2022-07-19Regenerate golden numbers due to RC4-MD5 now being disabled by default.tb1-61/+58
2022-07-19Disallow MD5 and SHA-1 HMACs depending on the security leveltb1-2/+11
2022-07-19Avoid unnecessary loops in BN_generate_prime_ex()tb1-4/+6
2022-07-19Document -tls1_{1,2,3} in openssl cipherstb1-2/+11
2022-07-19Allow displaying ciphers according to protocol versiontb1-4/+39
2022-07-18Revert accidental committb1-2/+2
2022-07-18Add comments to explain the magic numbers 57 and 58tb2-3/+6
2022-07-18Avoid sending the QUIC transport parameters extension now that wetb1-4/+4
2022-07-17Handle X509_check_purpose(3) and EVP_get_digestbyobj(3)kn1-2/+5
2022-07-17Add initial support for ESSCertIDv2 verificationkn1-19/+99
2022-07-17Disable TLSv1.3 middlebox compatibility mode for QUIC connections.jsing1-2/+3
2022-07-17Pass SSL pointer to tls13_ctx_new().jsing3-15/+11
2022-07-17Revise regress for QUIC transport parameters TLS extension.jsing1-15/+32
2022-07-17Correct handling of QUIC transport parameters extension.jsing1-48/+16
2022-07-17Provide SSL_is_quic()jsing3-5/+14
2022-07-17Correct TLSEXT_TYPE_quic_transport_parameters message types.jsing1-2/+2
2022-07-17Correct value for TLSEXT_TYPE_quic_transport_parametersjsing1-4/+6
2022-07-17AESCGM -> AESGCMjsg1-4/+4
2022-07-16Add ESSCertIDv2 stack macroskn1-1/+25
2022-07-16Add ESSCertIDv2 ASN.1 boilerplatekn2-2/+170
2022-07-16Add NID for signingCertificateV2kn2-0/+2
2022-07-16Avoid direct X509 structure accesskn2-12/+12
2022-07-16Zap duplicate ERR_load_TS_strings() prototypekn1-3/+1
2022-07-16Revert previous. The added includes were already there. Duh.tb1-4/+1
2022-07-15Expand the comment explaining the for loop with bn_lucas_step() a bit.tb1-3/+3
2022-07-15Comment for factorization of n - 1 = k * 2^s in bn_miller_rabin_base_2()tb1-1/+2
2022-07-15Rename is_perfect_square to out_perfect in prototype to matchtb1-2/+2
2022-07-14Zap trailing whitespacetb1-4/+4
2022-07-14Suppress output of the deprecated -tls1 option in usage() and helptb1-3/+2
2022-07-14Switch to using TLS_client_method()tb1-2/+2
2022-07-14Only run the client connection test with supported ciphers. Avoids testtb1-2/+2
2022-07-14Document openssl ciphers -stb1-3/+5
2022-07-14Add -s option to openssl cipherstb1-4/+20
2022-07-13add .Xr links to SSL_CTX_set_security_level(3)schwarze5-15/+20
2022-07-13add a few .Xr links to new manual pagesschwarze11-24/+36
2022-07-13In dsa.h rev. 1.34 (14 Jan 2022), tb@ provided DSA_bits(3).schwarze1-10/+51
2022-07-13In x509_vfy.h rev. 1.54, tb@ provided X509_VERIFY_PARAM_get_time(3)schwarze1-3/+44
2022-07-13link three new manual pages to the buildschwarze1-1/+4
2022-07-13Start documenting our new pet octopus, SSL_CTX_set_security_level(3).schwarze2-1/+161
2022-07-13Cast int64_t to uint64_t before negating.jsing1-3/+7
2022-07-13Write documentation for EVP_PKEY_check(3), EVP_PKEY_public_check(3),schwarze5-44/+504
2022-07-13Simplify computation of max_pub_key = dh->p - 1.tb1-4/+2