summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
5 daysAlso print addresses of the _libre_ symbolstb1-2/+6
5 daysfix symbols test to actually detect missing _libre_ symbolstb1-2/+2
5 daysHide primitive BOOLEAN itemstb2-2/+8
7 daysx_crl.c: wont -> won't + KNF for a commenttb1-3/+4
7 daysAn executive decision has been taken to expose marshal private key as welltb5-9/+13
7 dayssame crank for libssl and libtls as for libcryptotb2-2/+2
7 daysbump libcrypto minor after symbol additiontb1-1/+1
7 daysExpose beck's version of BoringSSL's ML-KEM APitb1-0/+16
7 daysAdd back the ASN1_{,F,T}BOOLEAN_it ASN.1 itemstb1-0/+3
9 dayssync with crypto_namespace.h: avoid asm("") for MSVCtb1-1/+5
9 daysAvoid asm("") for MSVCtb1-1/+5
9 daysmlkem tests: include the public <openssl/mlkem.h>tb2-5/+5
10 daysChange gmtime() to return time in UTC rather than GMT, as required by our ownphessler1-79/+79
10 daysMop up the now unused RC4_CHUNK defines.jsing13-130/+0
10 daysFurther simplify the rc4 implementation.jsing1-117/+45
11 daysmlkem_tests: remove unneded ret variable from mlkem_{decap,keygen}_tests()tb1-19/+11
12 daysFix includes in mlkem unit and iteration teststb4-16/+5
12 daysmlkem_tests no longer depends on mlkem_tests_utiltb1-2/+2
12 daysmlkem_tests: use public mlkem.h, no longer needs mlkem_tests_util.htb1-4/+3
12 daysmlkem_tests: mop up after feral openssl devs were heretb1-83/+91
12 daysmlkem_unittest: undo unnecessary variable renamingtb1-5/+5
12 daysTweak comment in asn1_item_free: KNF, missing comma, wont -> won't.tb1-3/+4
13 daysunbreak tree after commiting from wrong placebeck1-223/+1
13 daysrevert accidental disabling of ssl_security_cert() in -r1.52tb1-2/+2
13 daysAdd a reasonable ML-KEM API for public use.beck14-897/+1783
13 daysUse faster versions of bignum_{mul,sqr}_{4_8,6_12,8_16}() if possible.jsing1-10/+41
13 daysProvide amd64 specific versions of bn_mul_comba6() and bn_sqr_comba6().jsing2-2/+22
13 daysProvide bn_mod_add_words() and bn_mod_sub_words() on amd64.jsing2-2/+25
13 daysAdd special handling for multiplication and squaring of BNs with six words.jsing2-2/+6
13 daysHook additional s2n-bignum routines to the amd64 build.jsing1-1/+11
13 daysAdd CPU feature detection for ADX on amd64.jsing2-5/+10
13 daysClean up parts of rc4.jsing1-79/+40
2025-08-12Add benchmarks for 384 bit x 384 bit multiplication and 384 bit squaring.jsing1-1/+14
2025-08-12Revise include to match the name that we use.jsing10-20/+20
2025-08-12Replace SPDX-License-Identifier with actual license.jsing10-20/+130
2025-08-12Add RCS tags to new files.jsing10-0/+20
2025-08-12Bring in bignum_mod{add,sub}() from s2n-bignum.jsing2-0/+185
2025-08-12Bring in bignum_{mul,sqr}_{4_8,8_16}() from s2n-bignum.jsing4-0/+877
2025-08-12Bring in bignum_{mul,sqr}_6_12{,_alt}() from s2n-bignum.jsing4-0/+807
2025-08-12Add RCS tags.jsing2-0/+4
2025-08-12Add const to bignum_*() function calls.jsing1-16/+16
2025-08-12Sync headers from s2n-bignum.jsing2-236/+588
2025-08-11Add RCS tags.jsing11-0/+22
2025-08-11Resync s2n-bignum primitives for amd64 with upstream.jsing11-115/+113
2025-08-10Clean up and move define to correct place.beck2-5/+3
2025-08-09Add missing make dependency as the oclo binary depends onanton1-1/+3
2025-08-06sync CA certificates from newer mozilla list, ok tb@sthen1-339/+1
2025-08-05Speed up bn_{mod,sqr}_mul_words() for specific inputs.jsing1-3/+25
2025-08-05Provide bn_sqr_comba6().jsing2-2/+48
2025-08-05Provide bn_mul_comba6().jsing2-2/+63