summaryrefslogtreecommitdiff
path: root/src/lib/libssl/doc/SSL_free.3 (unfollow)
Commit message (Expand)AuthorFilesLines
5 daysSpeed up bn_{mod,sqr}_mul_words() for specific inputs.jsing1-3/+25
5 daysProvide bn_sqr_comba6().jsing2-2/+48
5 daysProvide bn_mul_comba6().jsing2-2/+63
5 daysMark the inputs to bn_mul_comba{4,8}() as const.jsing3-9/+9
6 daysSort NAME, RETURN VALUES, ERRORS, and STANDARDS in the same order as SYNOPSIS.schwarze1-16/+16
6 dayslink illumos oclo test to the treetb1-2/+2
6 daysImplement the POSIX-2024 close-on-fork flag, but modified to beguenther2-9/+10
6 daysreplace the flockfile backend with a per FILE recursive mutex.dlg1-1/+7
7 daysImplement constant time EC scalar multiplication.jsing1-16/+103
7 daysRemove duplicate computation for b3.jsing1-5/+1
7 daysAdd prototype for EC_GFp_homogeneous_projective_method().jsing1-1/+2
7 daysAvoid signed overflow in BN_MONT_CTX_set()tb1-2/+3
7 daysAvoid signed overflow in BN_mul()tb1-3/+4
7 daysProvide benchmarks for EC arithmetic.jsing2-1/+212
7 daysProvide bn_mod_sqr_words() and call it from ec_field_element_sqr().jsing3-4/+20
8 daysCopy EC_FIELD_MODULUS/EC_FIELD_ELEMENTs when copying groups and points.jsing1-1/+9
8 daysProvide constant time conditional selection between EC_FIELD_ELEMENTs.jsing2-2/+17
8 daysProvide harness to run illumos's oclo tests from libc regresstb3-0/+32
8 dayshash_test: remove variable name from prototype and fix a casttb1-3/+3
10 daysRework PKCS7_simple_smimecap()tb2-27/+36
10 daysRework PKCS7_add1_attrib_digest()tb1-12/+18
10 daysRewrite PKCS7_get_smimecap() to use d2i_X509_ALGORS()tb1-6/+9
10 daysPlug leaks due to misuse of PKCS7_add_signed_attribute()tb2-26/+52
12 dayscurve25519.c: zap trailing whitespace introduced in previoustb1-2/+2
13 daysPKCS7_add0_attrib_signing_time: tweak commenttb1-2/+2
13 daysBelow STANDARDS, reference the two most relevant sections of RFC 5652.schwarze1-1/+5
14 daysopenssl certhash: add digest param to certhash_directoryjoshua1-13/+9
14 daysRemove DES_UNROLL from opensslconf.h.jsing13-156/+0
14 daysRework DES encryption/decryption loops.jsing2-124/+31
14 daysInline cms_add1_signingTime() in its only consumertb1-31/+9
14 daysUpdate PKCS7_add0_attrib_signing_time() docstb1-3/+3
14 daysFix PKCS7_add0_attrib_signing_time()tb1-5/+24
14 daysFix incorrect ownership handling in add_attribute()tb1-34/+42
2025-07-25Retire interop tests with OpenSSL 3.3 and 3.4tb9-141/+11
2025-07-23Remove BN_LLONG defines/undefs from opensslconf.h.jsing13-65/+0
2025-07-23regress/libcrypto/x509/bettertls: switch to eopenssl35tb1-4/+4
2025-07-23regress/libcrypto/ec: switch to openssl35tb1-4/+4
2025-07-23ec_asn1_test: fix includestb1-1/+5
2025-07-23ectest: fix includestb1-6/+3
2025-07-23c2sp: unhook openssl 3.3 and 3.4tb1-2/+2
2025-07-22Remove unused function pointer from struct aead_aes_gcm_ctx.jsing1-2/+1
2025-07-22Remove remaining block128_f casts from EVP AES.jsing2-5/+8
2025-07-22Remove crypto_cpu_caps_ia32()jsing6-30/+6
2025-07-22Move AES-NI for ECB out of EVP.jsing6-87/+58
2025-07-21Move 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