| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add a reasonable ML-KEM API for public use. | beck | 2025-08-14 | 14 | -897/+1783 |
| * | Use faster versions of bignum_{mul,sqr}_{4_8,6_12,8_16}() if possible. | jsing | 2025-08-14 | 1 | -10/+41 |
| * | Provide amd64 specific versions of bn_mul_comba6() and bn_sqr_comba6(). | jsing | 2025-08-14 | 2 | -2/+22 |
| * | Provide bn_mod_add_words() and bn_mod_sub_words() on amd64. | jsing | 2025-08-14 | 2 | -2/+25 |
| * | Add special handling for multiplication and squaring of BNs with six words. | jsing | 2025-08-14 | 2 | -2/+6 |
| * | Hook additional s2n-bignum routines to the amd64 build. | jsing | 2025-08-14 | 1 | -1/+11 |
| * | Add CPU feature detection for ADX on amd64. | jsing | 2025-08-14 | 2 | -5/+10 |
| * | Clean up parts of rc4. | jsing | 2025-08-14 | 1 | -79/+40 |
| * | Add benchmarks for 384 bit x 384 bit multiplication and 384 bit squaring. | jsing | 2025-08-12 | 1 | -1/+14 |
| * | Revise include to match the name that we use. | jsing | 2025-08-12 | 10 | -20/+20 |
| * | Replace SPDX-License-Identifier with actual license. | jsing | 2025-08-12 | 10 | -20/+130 |
| * | Add RCS tags to new files. | jsing | 2025-08-12 | 10 | -0/+20 |
| * | Bring in bignum_mod{add,sub}() from s2n-bignum. | jsing | 2025-08-12 | 2 | -0/+185 |
| * | Bring in bignum_{mul,sqr}_{4_8,8_16}() from s2n-bignum. | jsing | 2025-08-12 | 4 | -0/+877 |
| * | Bring in bignum_{mul,sqr}_6_12{,_alt}() from s2n-bignum. | jsing | 2025-08-12 | 4 | -0/+807 |
| * | Add RCS tags. | jsing | 2025-08-12 | 2 | -0/+4 |
| * | Add const to bignum_*() function calls. | jsing | 2025-08-12 | 1 | -16/+16 |
| * | Sync headers from s2n-bignum. | jsing | 2025-08-12 | 2 | -236/+588 |
| * | Add RCS tags. | jsing | 2025-08-11 | 11 | -0/+22 |
| * | Resync s2n-bignum primitives for amd64 with upstream. | jsing | 2025-08-11 | 11 | -115/+113 |
| * | Clean up and move define to correct place. | beck | 2025-08-10 | 2 | -5/+3 |
| * | Add missing make dependency as the oclo binary depends on | anton | 2025-08-09 | 1 | -1/+3 |
| * | sync CA certificates from newer mozilla list, ok tb@ | sthen | 2025-08-06 | 1 | -339/+1 |
| * | Speed up bn_{mod,sqr}_mul_words() for specific inputs. | jsing | 2025-08-05 | 1 | -3/+25 |
| * | Provide bn_sqr_comba6(). | jsing | 2025-08-05 | 2 | -2/+48 |
| * | Provide bn_mul_comba6(). | jsing | 2025-08-05 | 2 | -2/+63 |
| * | Mark the inputs to bn_mul_comba{4,8}() as const. | jsing | 2025-08-05 | 3 | -9/+9 |
| * | Sort NAME, RETURN VALUES, ERRORS, and STANDARDS in the same order as SYNOPSIS. | schwarze | 2025-08-04 | 1 | -16/+16 |
| * | link illumos oclo test to the tree | tb | 2025-08-04 | 1 | -2/+2 |
| * | Implement the POSIX-2024 close-on-fork flag, but modified to be | guenther | 2025-08-04 | 2 | -9/+10 |
| * | replace the flockfile backend with a per FILE recursive mutex. | dlg | 2025-08-04 | 1 | -1/+7 |
| * | Implement constant time EC scalar multiplication. | jsing | 2025-08-03 | 1 | -16/+103 |
| * | Remove duplicate computation for b3. | jsing | 2025-08-03 | 1 | -5/+1 |
| * | Add prototype for EC_GFp_homogeneous_projective_method(). | jsing | 2025-08-03 | 1 | -1/+2 |
| * | Avoid signed overflow in BN_MONT_CTX_set() | tb | 2025-08-03 | 1 | -2/+3 |
| * | Avoid signed overflow in BN_mul() | tb | 2025-08-03 | 1 | -3/+4 |
| * | Provide benchmarks for EC arithmetic. | jsing | 2025-08-03 | 2 | -1/+212 |
| * | Provide bn_mod_sqr_words() and call it from ec_field_element_sqr(). | jsing | 2025-08-02 | 3 | -4/+20 |
| * | Copy EC_FIELD_MODULUS/EC_FIELD_ELEMENTs when copying groups and points. | jsing | 2025-08-02 | 1 | -1/+9 |
| * | Provide constant time conditional selection between EC_FIELD_ELEMENTs. | jsing | 2025-08-02 | 2 | -2/+17 |
| * | Provide harness to run illumos's oclo tests from libc regress | tb | 2025-08-02 | 3 | -0/+32 |
| * | hash_test: remove variable name from prototype and fix a cast | tb | 2025-08-02 | 1 | -3/+3 |
| * | Rework PKCS7_simple_smimecap() | tb | 2025-07-31 | 2 | -27/+36 |
| * | Rework PKCS7_add1_attrib_digest() | tb | 2025-07-31 | 1 | -12/+18 |
| * | Rewrite PKCS7_get_smimecap() to use d2i_X509_ALGORS() | tb | 2025-07-31 | 1 | -6/+9 |
| * | Plug leaks due to misuse of PKCS7_add_signed_attribute() | tb | 2025-07-31 | 2 | -26/+52 |
| * | curve25519.c: zap trailing whitespace introduced in previous | tb | 2025-07-29 | 1 | -2/+2 |
| * | PKCS7_add0_attrib_signing_time: tweak comment | tb | 2025-07-28 | 1 | -2/+2 |
| * | Below STANDARDS, reference the two most relevant sections of RFC 5652. | schwarze | 2025-07-27 | 1 | -1/+5 |
| * | openssl certhash: add digest param to certhash_directory | joshua | 2025-07-27 | 1 | -13/+9 |