summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sync with crypto_namespace.h: avoid asm("") for MSVCHEADmastertb6 days1-1/+5
* Avoid asm("") for MSVCtb6 days1-1/+5
* mlkem tests: include the public <openssl/mlkem.h>tb7 days2-5/+5
* Change gmtime() to return time in UTC rather than GMT, as required by our ownphessler7 days1-79/+79
* Mop up the now unused RC4_CHUNK defines.jsing7 days13-130/+0
* Further simplify the rc4 implementation.jsing7 days1-117/+45
* mlkem_tests: remove unneded ret variable from mlkem_{decap,keygen}_tests()tb8 days1-19/+11
* Fix includes in mlkem unit and iteration teststb9 days4-16/+5
* mlkem_tests no longer depends on mlkem_tests_utiltb9 days1-2/+2
* mlkem_tests: use public mlkem.h, no longer needs mlkem_tests_util.htb9 days1-4/+3
* mlkem_tests: mop up after feral openssl devs were heretb9 days1-83/+91
* mlkem_unittest: undo unnecessary variable renamingtb9 days1-5/+5
* Tweak comment in asn1_item_free: KNF, missing comma, wont -> won't.tb10 days1-3/+4
* unbreak tree after commiting from wrong placebeck10 days1-223/+1
* revert accidental disabling of ssl_security_cert() in -r1.52tb10 days1-2/+2
* Add a reasonable ML-KEM API for public use.beck10 days14-897/+1783
* Use faster versions of bignum_{mul,sqr}_{4_8,6_12,8_16}() if possible.jsing10 days1-10/+41
* Provide amd64 specific versions of bn_mul_comba6() and bn_sqr_comba6().jsing10 days2-2/+22
* Provide bn_mod_add_words() and bn_mod_sub_words() on amd64.jsing10 days2-2/+25
* Add special handling for multiplication and squaring of BNs with six words.jsing10 days2-2/+6
* Hook additional s2n-bignum routines to the amd64 build.jsing10 days1-1/+11
* Add CPU feature detection for ADX on amd64.jsing10 days2-5/+10
* Clean up parts of rc4.jsing10 days1-79/+40
* Add benchmarks for 384 bit x 384 bit multiplication and 384 bit squaring.jsing12 days1-1/+14
* Revise include to match the name that we use.jsing12 days10-20/+20
* Replace SPDX-License-Identifier with actual license.jsing12 days10-20/+130
* Add RCS tags to new files.jsing12 days10-0/+20
* Bring in bignum_mod{add,sub}() from s2n-bignum.jsing12 days2-0/+185
* Bring in bignum_{mul,sqr}_{4_8,8_16}() from s2n-bignum.jsing12 days4-0/+877
* Bring in bignum_{mul,sqr}_6_12{,_alt}() from s2n-bignum.jsing12 days4-0/+807
* Add RCS tags.jsing12 days2-0/+4
* Add const to bignum_*() function calls.jsing12 days1-16/+16
* Sync headers from s2n-bignum.jsing12 days2-236/+588
* Add RCS tags.jsing13 days11-0/+22
* Resync s2n-bignum primitives for amd64 with upstream.jsing13 days11-115/+113
* Clean up and move define to correct place.beck2025-08-102-5/+3
* Add missing make dependency as the oclo binary depends onanton2025-08-091-1/+3
* sync CA certificates from newer mozilla list, ok tb@sthen2025-08-061-339/+1
* Speed up bn_{mod,sqr}_mul_words() for specific inputs.jsing2025-08-051-3/+25
* Provide bn_sqr_comba6().jsing2025-08-052-2/+48
* Provide bn_mul_comba6().jsing2025-08-052-2/+63
* Mark the inputs to bn_mul_comba{4,8}() as const.jsing2025-08-053-9/+9
* Sort NAME, RETURN VALUES, ERRORS, and STANDARDS in the same order as SYNOPSIS.schwarze2025-08-041-16/+16
* link illumos oclo test to the treetb2025-08-041-2/+2
* Implement the POSIX-2024 close-on-fork flag, but modified to beguenther2025-08-042-9/+10
* replace the flockfile backend with a per FILE recursive mutex.dlg2025-08-041-1/+7
* Implement constant time EC scalar multiplication.jsing2025-08-031-16/+103
* Remove duplicate computation for b3.jsing2025-08-031-5/+1
* Add prototype for EC_GFp_homogeneous_projective_method().jsing2025-08-031-1/+2
* Avoid signed overflow in BN_MONT_CTX_set()tb2025-08-031-2/+3