summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/gotls/tls_test.go (unfollow)
Commit message (Expand)AuthorFilesLines
4 daysRework PKCS7_add1_attrib_digest()tb1-12/+18
4 daysRewrite PKCS7_get_smimecap() to use d2i_X509_ALGORS()tb1-6/+9
4 daysPlug leaks due to misuse of PKCS7_add_signed_attribute()tb2-26/+52
6 dayscurve25519.c: zap trailing whitespace introduced in previoustb1-2/+2
7 daysPKCS7_add0_attrib_signing_time: tweak commenttb1-2/+2
7 daysBelow STANDARDS, reference the two most relevant sections of RFC 5652.schwarze1-1/+5
7 daysopenssl certhash: add digest param to certhash_directoryjoshua1-13/+9
7 daysRemove DES_UNROLL from opensslconf.h.jsing13-156/+0
7 daysRework DES encryption/decryption loops.jsing2-124/+31
8 daysInline cms_add1_signingTime() in its only consumertb1-31/+9
8 daysUpdate PKCS7_add0_attrib_signing_time() docstb1-3/+3
8 daysFix PKCS7_add0_attrib_signing_time()tb1-5/+24
8 daysFix incorrect ownership handling in add_attribute()tb1-34/+42
9 daysRetire interop tests with OpenSSL 3.3 and 3.4tb9-141/+11
11 daysRemove BN_LLONG defines/undefs from opensslconf.h.jsing13-65/+0
12 daysregress/libcrypto/x509/bettertls: switch to eopenssl35tb1-4/+4
12 daysregress/libcrypto/ec: switch to openssl35tb1-4/+4
12 daysec_asn1_test: fix includestb1-1/+5
12 daysectest: fix includestb1-6/+3
12 daysc2sp: unhook openssl 3.3 and 3.4tb1-2/+2
13 daysRemove unused function pointer from struct aead_aes_gcm_ctx.jsing1-2/+1
13 daysRemove remaining block128_f casts from EVP AES.jsing2-5/+8
13 daysRemove crypto_cpu_caps_ia32()jsing6-30/+6
13 daysMove AES-NI for ECB out of EVP.jsing6-87/+58
14 daysMove AES-NI from EVP to AES for CCM mode.jsing7-112/+145
2025-07-20Zero stack based IV and buffer when aes_ctr32_encrypt_generic() completes.jsing1-1/+4
2025-07-17Rename the file PEM_X509_INFO_read.3 to PEM_X509_INFO_read_bio.3schwarze2-5/+5
2025-07-17avoid undefined behavior when shifting into sign bitkenjiro1-116/+127
2025-07-16Remove BIO_s_log() prototype, pointed out by schwarzetb1-14/+13
2025-07-16Undocument the undocumentedness of BIO_s_log. It's gone.tb1-3/+2
2025-07-16Remove bss_log.c: no longer linked to buildtb1-216/+0
2025-07-16Undocument PEM_X509_INFO_read(3), X509_PKEY_new(3) and X509_PKEY_free(3)schwarze9-144/+31
2025-07-16This thread-aware profiling support diff comes from Yuichiro NAITO.deraadt1-1/+5
2025-07-16bump major for libssl and libtls to match libcryptotb2-4/+4
2025-07-16Ride the libcrypto bump with some simple cleanup:tb8-197/+15
2025-07-16Make the FILE object opaque. Move the __sFILE definition intoyasuoka1-1/+1
2025-07-13Simplify AES-XTS implementation and remove AES-NI specific code from EVP.jsing8-132/+117
2025-07-12add libc specific __cmtx and __rcmtx locks for internal use.dlg1-1/+55
2025-07-12Merge the two functions from x_pkey.c into pem_info.ctb3-127/+60
2025-07-12Merge the two functions from x_info.c into pem_info.ctb3-100/+36
2025-07-12pem_info.c: more include tweakstb1-8/+3
2025-07-12pem_info.c: fix includestb1-2/+6
2025-07-11X509_sign: make variables in SYNOPSIS match the ones used in DESCRIPTIONtb1-8/+8
2025-07-10X509_verify(): sync with X509_CRL_verify()tb1-2/+6
2025-07-10Add missing check to X509_CRL_verify()tb1-1/+7
2025-07-09libcrypto regress: add interop harness for openssl/3.5tb8-10/+75
2025-07-09libcrypto regress: move GOCACHE to obj/tb3-12/+28
2025-07-07.Lb libtls libssl libcryptoschwarze12-24/+37
2025-07-06Move aes_ecb_encrypt_internal() prototype to aes_local.h.jsing2-5/+5
2025-07-06X509_get0_signature: call out inconsistent argument order in BUGStb1-2/+9