summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-09Actually enable namespaced builds in both libcrypto and libsslbeck2-11/+4
2024-07-09Add bounded attributes to hmac.htb1-5/+13
2024-07-09KNF a pile of else if blocks; ok tbderaadt1-19/+9
2024-07-09Enable namespaced builds by default for libssl and libcrypto.beck1-3/+3
2024-07-09Hide remaining unused ERR functions in err.hbeck4-5/+9
2024-07-09Hide CRYPTO_get_dynlock_create_callbackbeck3-2/+5
2024-07-09Hide DES global variablesbeck4-3/+11
2024-07-09Add missing symbols to Symbols.namespacebeck1-0/+10
2024-07-09Remove duplicates from Symbols.namespacebeck1-6/+0
2024-07-09Hide symbols for two missed public functions in bio.hbeck4-3/+9
2024-07-09Hide global _it symbols in pkcs12.hbeck3-2/+10
2024-07-09Hide global _it symbola in cms.hbeck3-2/+10
2024-07-08Hide global _it symbols in dsa.hbeck3-2/+13
2024-07-08Hide global _it symbols in rsa.hbeck3-2/+20
2024-07-08Guard variable declarations to unbreak non-namespaced builds.beck6-8/+18
2024-07-08Hide global _it symbols in asn1t.hbeck6-8/+20
2024-07-08Hide global _it symbols in pkcs7.hbeck3-2/+39
2024-07-08remove a further spkac reference; ok tbjmc1-5/+3
2024-07-08Hide global _it variables in ocsp.hbeck3-2/+49
2024-07-08Hide global _it variables in asn1.hbeck9-8/+77
2024-07-08Hide global _it variables in x509.hbeck15-14/+77
2024-07-08Hide global _it variables in x509v3.hbeck15-14/+113
2024-07-08Pretend to clarify the way ipv6_asc() worksjca1-4/+5
2024-07-08Adjust regress for SPKAC removaltb1-38/+1
2024-07-08Adjust manpage for SPKAC removaltb1-84/+4
2024-07-08Remove spkac subcommandtb4-317/+4
2024-07-08Remove spkac handling from openssl(1) catb1-187/+3
2024-07-01signal handler must use the save_errno dance, and massage a variablederaadt1-2/+5
2024-06-30Remove lhash statistics.jsing2-30/+2
2024-06-29fix typotb1-2/+2
2024-06-28Add more regress coverage for SSL_select_next_proto()tb1-1/+291
2024-06-28The ALPN callback should really ignore the out parameter if there'stb1-3/+13
2024-06-28Fix SSL_select_next_proto()tb1-29/+54
2024-06-28Remove handling of SSLv2 client hello messages.jsing1-205/+1
2024-06-26remove psk_idx from tlsext_randomize_build_order()tb1-3/+3
2024-06-26tls_extension_find(): make output index optionaltb1-2/+3
2024-06-25Implement RSA key exchange in constant time.jsing3-63/+73
2024-06-25Fix TLS extension shufflingtb1-2/+2
2024-06-24ssl_err: KNF tweaktb1-2/+2
2024-06-24ssl_err: fix whitespacetb1-13/+13
2024-06-24libcrypto: constify most error string tablestb26-139/+321
2024-06-24x509_conf: rename the merr label into errtb1-8/+8
2024-06-23rust-openssl: switch from deprecated config to config.tomltb2-2/+2
2024-06-23openssl ca: avoid double free for spkac files without default sectiontb1-2/+1
2024-06-23strmode takes a mode_t, not an int; prompted by Collin Funk.otto1-4/+2
2024-06-22Remove the less-than-useful change log.jsing1-39/+1
2024-06-22Rewrite BN_bn2mpi() using CBB.jsing1-24/+35
2024-06-22Sync bytestring from libssl.jsing2-2/+15
2024-06-22Provide CBB_add_u32_length_prefixed().jsing2-2/+15
2024-06-19x_all.c: remove a bunch of unnecessary parenthesestb1-23/+19