summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/getenv.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-28EC_GROUP_new_by_curve_name.3: escape a - in code.tb1-3/+3
2025-04-27c2sp: drop OpenSSL 1.1 and 3.2, add 3.5tb1-2/+2
2025-04-26EC_POINT_point2oct: remove in_ prefix in RETURN VALUEStb1-5/+5
2025-04-26EC_GROUP_new_curve_GFp: some fixes in the RETURN VALUE sectiontb1-9/+12
2025-04-26Fix markup for EC_GROUP_set_point_conversion_formtb1-4/+5
2025-04-25Fix up a few dangling referencestb4-13/+12
2025-04-25Rework EC documentationtb13-1242/+1998
2025-04-25BN_new: zap an anachronistic admonitiontb1-4/+2
2025-04-25Restore two #if defined(GHASH) that were incorrectly removed.jsing1-5/+5
2025-04-25Unifdef OPENSSL_SMALL_FOOTPRINT.jsing1-13/+5
2025-04-25Use the OPENSSL_SMALL_FOOTPRINT code in gcm_init_4bit().jsing1-32/+2
2025-04-23Mop up all of the GETU32/BSWAP4/BSWAP8 macros since they're now unused.jsing2-44/+2
2025-04-23Rewrite gcm_gmult_1bit() to avoid sizeof(long) hacks.jsing1-22/+8
2025-04-23Fix CRYPTO_gcm128_decrypt() when compiled with TABLE_BITS == 1.jsing1-3/+3
2025-04-23Unifdef OPENSSL_SMALL_FOOTPRINT.jsing5-23/+5
2025-04-22Mop up OPENSSL_FIPSAPI define.jsing1-3/+1
2025-04-22Use OPENSSL_assert() instead of assert().jsing1-10/+6
2025-04-22Remove now unused PUTU32 macros from modes_local.h.jsing1-3/+1
2025-04-22Use crypto_load_be32toh()/crypto_store_htobe32() instead of GETU32/PUTU32.jsing1-4/+6
2025-04-21Mop up unused MODES_DEBUG.jsing7-49/+7
2025-04-21Fix another #include that was hiding.jsing1-2/+2
2025-04-21Tidy includes.jsing6-14/+25
2025-04-21Use standard integer types rather than custom typedefs.jsing2-25/+21
2025-04-20Move AES public functions from aes_core.c to aes.c.jsing2-56/+47
2025-04-19Fix x509's -nameopt default and spell an option correctlykn1-4/+4
2025-04-18Fix indentation and line wrapping.jsing1-17/+15
2025-04-18Remove BS-AES and VP-AES from EVP.jsing3-137/+9
2025-04-18SSL_set_tlsext_host_name: as a setter it cannot take a const ssltb1-3/+3
2025-04-18Remove two unused defines, update standard referencetb1-7/+3
2025-04-18Use 'ctx' for sha3_ctx variables, rather than the less readable 'c'.jsing2-36/+36
2025-04-18Fix annoying whitespacetb4-52/+52
2025-04-18Pull casts from void * to uint8_t * up to variables, rather than inline.jsing1-9/+11
2025-04-18Use two temporary variables in sha3_keccakf(), rather than reusing bc[0].jsing1-8/+8
2025-04-18Use crypto_rol_u64() instead of a separate ROTL64 define.jsing1-5/+4
2025-04-17Use hyphenated spelling for the SHAs except for the APItb12-41/+42
2025-04-14Enable remaining tests with NULL, 0tb2-9/+3
2025-04-14Link hash regress to buildtb1-1/+2
2025-04-14Add some regress coverage for the hashes in libctb2-0/+946
2025-04-14Update openssl.1 for msie_hack removaltb1-21/+4
2025-04-14Remove openssl ca -msie_hacktb1-31/+2
2025-04-13parse_test_file()tb1-1/+3
2025-04-13Avoid compiler warning on some OStb1-1/+1
2025-03-28x509_policy: zap an extra stb1-2/+2
2025-03-28x509_policy: certificats -> certificatestb1-2/+2
2025-03-28typos: us -> is, te -> the (twice)tb1-3/+3
2025-03-28typo: primtive -> primitivetb2-4/+4
2025-03-25Fix RETURN VALUES for EVP_CIPHER_CTX_ctrl(3)tb1-9/+4
2025-03-24Explicitly pass group generator to mul_double_nonct() from EC_POINT_mul().jsing4-35/+33
2025-03-24Check group generator in EC_POINT_mul().jsing1-1/+6
2025-03-20Plug a memory leak in x509_name_encode()tb1-2/+4