summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509V3_EXT_get_nid.3 (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-24Adapt test to new malloc_options regimeotto1-7/+8
2025-05-24Update and improve documentation for pkcs8 -v2tb1-12/+8
2025-05-24Crank default salt length of PBE2 to 16 octetstb2-4/+13
2025-05-24Switch the default PBMAC to hmacWithSHA256tb1-2/+2
2025-05-24Switch default to PBES2 for openssl pkcs8 -topk8tb1-3/+3
2025-05-24openssl speed: use single md buffer for digestsjoshua1-31/+10
2025-05-23Add the ability to run individual ruby ssl test for figuring outbeck1-1/+16
2025-05-23When commons were deprecated, noone noticed that malloc_options in staticderaadt2-7/+10
2025-05-22Do a clean up pass over the GCM code.jsing1-92/+86
2025-05-22Use timingsafe_memcmp() in CRYPTO_gcm128_finish().jsing1-2/+2
2025-05-22Simplify SSL_alert_desc_stringtb1-67/+2
2025-05-22Fix HTTP CONNECT proxy support to not treat responses likedjm1-5/+5
2025-05-22asn1: merge invalid generalized time tests into invalid time testsjoshua1-16/+10
2025-05-22Convert sha_test to use new test frameworkjoshua2-153/+141
2025-05-22Convert md_test to use new test frameworkjoshua2-122/+106
2025-05-22Fix test_errorf macro expanding to two linesjoshua1-4/+8
2025-05-22Add basic HKDF test using EVP_PKEY_HKDFkenjiro1-1/+81
2025-05-21Reorder some functions.jsing1-20/+20
2025-05-21Remove GHASH_CHUNK and size_t related code from GCM encrypt/decrypt.jsing1-220/+1
2025-05-21Fix wrapping.jsing1-13/+9
2025-05-21Remove now unused AES assembly generation scripts.jsing3-5256/+0
2025-05-21for SOCKS4A don't perform a local hostname lookup that we're not goingdjm1-4/+6
2025-05-21Add initial regress test frameworkjoshua3-0/+408
2025-05-21add SOCKS4A to help textdjm1-2/+2
2025-05-21add SOCKS4A support to nc(1)'s proxy (-X) modedjm3-7/+27
2025-05-21Remove more unused code.jsing1-95/+1
2025-05-21Add NULL checks to HKDF and TLS1-PRF EVP_PKEY cleanup functionskenjiro3-3/+11
2025-05-21mlkem_unittest: fix typo in commenttb1-2/+2
2025-05-21Fix buffer size in MLKEM1024_marshal_public_key()kenjiro1-2/+2
2025-05-20Unbreak GHASH on some architectures setting GHASH_ASMtb1-1/+3
2025-05-20Simplify err_build_SYS_str_reasonstb1-19/+13
2025-05-20Fix previous - names use underscores and not hyphens.jsing1-3/+3
2025-05-20Add ML-KEM768 Hybrid Kems to obj_mac.numbeck1-0/+3
2025-05-20Add ML-KEM768 Hybrid Kems to objects.txtbeck1-0/+6
2025-05-20Don't use the array index as the group_idbeck1-51/+97
2025-05-20Make MLKEM1024_marshal_private_key consistent with the public_key funcitonsbeck7-66/+68
2025-05-20Whitespace nits from tbbeck1-1/+4
2025-05-19Fix up MLKEM768_marshal_private_key to not use a passed in CBBbeck7-53/+54
2025-05-19Remove the boringssl if || ideom from mlkembeck2-34/+46
2025-05-19API changes for ML-KEMbeck9-176/+203
2025-05-19Simplify EVP AES code for ECB.jsing2-33/+46
2025-05-19Remove block128_f function casts.jsing1-8/+20
2025-05-19Simplify EVP AES code for OFB.jsing1-7/+19
2025-05-19Simplify EVP AES code for CFB.jsing1-25/+79
2025-05-18EC_POINT_new: wording tweaks in the BUGS sectiontb1-6/+6
2025-05-18Simplify EVP AES code for CTR.jsing1-22/+23
2025-05-18Unifdef AES_CTR_ASM.jsing1-14/+1
2025-05-18Simplify EVP code for AES CBC.jsing1-26/+33
2025-05-18add missing u64/uint64_t conversionbcook1-3/+3
2025-05-18Use stdint types instead of u64/u32/u8.jsing5-134/+127