| Commit message (Expand) | Author | Files | Lines |
| 2025-08-12 | Bring in bignum_mod{add,sub}() from s2n-bignum. | jsing | 2 | -0/+185 |
| 2025-08-12 | Bring in bignum_{mul,sqr}_{4_8,8_16}() from s2n-bignum. | jsing | 4 | -0/+877 |
| 2025-08-12 | Bring in bignum_{mul,sqr}_6_12{,_alt}() from s2n-bignum. | jsing | 4 | -0/+807 |
| 2025-08-12 | Add RCS tags. | jsing | 2 | -0/+4 |
| 2025-08-12 | Add const to bignum_*() function calls. | jsing | 1 | -16/+16 |
| 2025-08-12 | Sync headers from s2n-bignum. | jsing | 2 | -236/+588 |
| 2025-08-11 | Add RCS tags. | jsing | 11 | -0/+22 |
| 2025-08-11 | Resync s2n-bignum primitives for amd64 with upstream. | jsing | 11 | -115/+113 |
| 2025-08-10 | Clean up and move define to correct place. | beck | 2 | -5/+3 |
| 2025-08-09 | Add missing make dependency as the oclo binary depends on | anton | 1 | -1/+3 |
| 2025-08-06 | sync CA certificates from newer mozilla list, ok tb@ | sthen | 1 | -339/+1 |
| 2025-08-05 | Speed up bn_{mod,sqr}_mul_words() for specific inputs. | jsing | 1 | -3/+25 |
| 2025-08-05 | Provide bn_sqr_comba6(). | jsing | 2 | -2/+48 |
| 2025-08-05 | Provide bn_mul_comba6(). | jsing | 2 | -2/+63 |
| 2025-08-05 | Mark the inputs to bn_mul_comba{4,8}() as const. | jsing | 3 | -9/+9 |
| 2025-08-04 | Sort NAME, RETURN VALUES, ERRORS, and STANDARDS in the same order as SYNOPSIS. | schwarze | 1 | -16/+16 |
| 2025-08-04 | link illumos oclo test to the tree | tb | 1 | -2/+2 |
| 2025-08-04 | Implement the POSIX-2024 close-on-fork flag, but modified to be | guenther | 2 | -9/+10 |
| 2025-08-04 | replace the flockfile backend with a per FILE recursive mutex. | dlg | 1 | -1/+7 |
| 2025-08-03 | Implement constant time EC scalar multiplication. | jsing | 1 | -16/+103 |
| 2025-08-03 | Remove duplicate computation for b3. | jsing | 1 | -5/+1 |
| 2025-08-03 | Add prototype for EC_GFp_homogeneous_projective_method(). | jsing | 1 | -1/+2 |
| 2025-08-03 | Avoid signed overflow in BN_MONT_CTX_set() | tb | 1 | -2/+3 |
| 2025-08-03 | Avoid signed overflow in BN_mul() | tb | 1 | -3/+4 |
| 2025-08-03 | Provide benchmarks for EC arithmetic. | jsing | 2 | -1/+212 |
| 2025-08-02 | Provide bn_mod_sqr_words() and call it from ec_field_element_sqr(). | jsing | 3 | -4/+20 |
| 2025-08-02 | Copy EC_FIELD_MODULUS/EC_FIELD_ELEMENTs when copying groups and points. | jsing | 1 | -1/+9 |
| 2025-08-02 | Provide constant time conditional selection between EC_FIELD_ELEMENTs. | jsing | 2 | -2/+17 |
| 2025-08-02 | Provide harness to run illumos's oclo tests from libc regress | tb | 3 | -0/+32 |
| 2025-08-02 | hash_test: remove variable name from prototype and fix a cast | tb | 1 | -3/+3 |
| 2025-07-31 | Rework PKCS7_simple_smimecap() | tb | 2 | -27/+36 |
| 2025-07-31 | Rework PKCS7_add1_attrib_digest() | tb | 1 | -12/+18 |
| 2025-07-31 | Rewrite PKCS7_get_smimecap() to use d2i_X509_ALGORS() | tb | 1 | -6/+9 |
| 2025-07-31 | Plug leaks due to misuse of PKCS7_add_signed_attribute() | tb | 2 | -26/+52 |
| 2025-07-29 | curve25519.c: zap trailing whitespace introduced in previous | tb | 1 | -2/+2 |
| 2025-07-28 | PKCS7_add0_attrib_signing_time: tweak comment | tb | 1 | -2/+2 |
| 2025-07-27 | Below STANDARDS, reference the two most relevant sections of RFC 5652. | schwarze | 1 | -1/+5 |
| 2025-07-27 | openssl certhash: add digest param to certhash_directory | joshua | 1 | -13/+9 |
| 2025-07-27 | Remove DES_UNROLL from opensslconf.h. | jsing | 13 | -156/+0 |
| 2025-07-27 | Rework DES encryption/decryption loops. | jsing | 2 | -124/+31 |
| 2025-07-27 | Inline cms_add1_signingTime() in its only consumer | tb | 1 | -31/+9 |
| 2025-07-27 | Update PKCS7_add0_attrib_signing_time() docs | tb | 1 | -3/+3 |
| 2025-07-27 | Fix PKCS7_add0_attrib_signing_time() | tb | 1 | -5/+24 |
| 2025-07-27 | Fix incorrect ownership handling in add_attribute() | tb | 1 | -34/+42 |
| 2025-07-25 | Retire interop tests with OpenSSL 3.3 and 3.4 | tb | 9 | -141/+11 |
| 2025-07-23 | Remove BN_LLONG defines/undefs from opensslconf.h. | jsing | 13 | -65/+0 |
| 2025-07-23 | regress/libcrypto/x509/bettertls: switch to eopenssl35 | tb | 1 | -4/+4 |
| 2025-07-23 | regress/libcrypto/ec: switch to openssl35 | tb | 1 | -4/+4 |
| 2025-07-23 | ec_asn1_test: fix includes | tb | 1 | -1/+5 |
| 2025-07-23 | ectest: fix includes | tb | 1 | -6/+3 |