summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* sigh. pqueue_find() also needs a const treatmenttb2025-05-042-4/+4
* pqueue.h: zap trailing whitespacetb2025-05-041-3/+3
* const correct first argument of pitem_new()tb2025-05-042-4/+4
* Remove the X9.62 prime239v{1,2,3} curvestb2025-05-041-179/+1
* Remove the three test cases covering prime239v*tb2025-05-041-121/+1
* Move P-256 where it belongstb2025-05-041-67/+67
* Fix typo in curve comment: P224r2 -> P224t1tb2025-05-031-2/+2
* CTASSERT that internal pub/priv keys match the sizes exposed in mlkem.htb2025-05-032-2/+10
* Verify that the selected key share is indeed group 29tb2025-05-031-1/+6
* mlkem_unittest: check return value of decap()tb2025-05-031-5/+11
* mlkem_tests: add an empty line for consistencytb2025-05-031-1/+2
* More space around .Dl + a typo on toptb2025-05-012-5/+11
* lhash: add missing spaces before assignment operatortb2025-05-011-4/+4
* tlsext: stop sending SNI before ALPN in clientstb2025-04-301-24/+1
* tlsexttest: remove check that clients receive SNI before ALPNtb2025-04-301-33/+3
* EC_GROUP_check.3: rephrase a sentence to avoid a word repetitiontb2025-04-281-4/+4
* EC_GROUP_new_by_curve_name.3: escape a - in code.tb2025-04-281-3/+3
* c2sp: drop OpenSSL 1.1 and 3.2, add 3.5tb2025-04-271-2/+2
* EC_POINT_point2oct: remove in_ prefix in RETURN VALUEStb2025-04-261-5/+5
* EC_GROUP_new_curve_GFp: some fixes in the RETURN VALUE sectiontb2025-04-261-9/+12
* Fix markup for EC_GROUP_set_point_conversion_formtb2025-04-261-4/+5
* Fix up a few dangling referencestb2025-04-254-13/+12
* Rework EC documentationtb2025-04-2513-1242/+1998
* BN_new: zap an anachronistic admonitiontb2025-04-251-4/+2
* Restore two #if defined(GHASH) that were incorrectly removed.jsing2025-04-251-5/+5
* Unifdef OPENSSL_SMALL_FOOTPRINT.jsing2025-04-251-13/+5
* Use the OPENSSL_SMALL_FOOTPRINT code in gcm_init_4bit().jsing2025-04-251-32/+2
* Mop up all of the GETU32/BSWAP4/BSWAP8 macros since they're now unused.jsing2025-04-232-44/+2
* Rewrite gcm_gmult_1bit() to avoid sizeof(long) hacks.jsing2025-04-231-22/+8
* Fix CRYPTO_gcm128_decrypt() when compiled with TABLE_BITS == 1.jsing2025-04-231-3/+3
* Unifdef OPENSSL_SMALL_FOOTPRINT.jsing2025-04-235-23/+5
* Mop up OPENSSL_FIPSAPI define.jsing2025-04-221-3/+1
* Use OPENSSL_assert() instead of assert().jsing2025-04-221-10/+6
* Remove now unused PUTU32 macros from modes_local.h.jsing2025-04-221-3/+1
* Use crypto_load_be32toh()/crypto_store_htobe32() instead of GETU32/PUTU32.jsing2025-04-221-4/+6
* Mop up unused MODES_DEBUG.jsing2025-04-217-49/+7
* Fix another #include that was hiding.jsing2025-04-211-2/+2
* Tidy includes.jsing2025-04-216-14/+25
* Use standard integer types rather than custom typedefs.jsing2025-04-212-25/+21
* Move AES public functions from aes_core.c to aes.c.jsing2025-04-202-56/+47
* Fix x509's -nameopt default and spell an option correctlykn2025-04-191-4/+4
* Fix indentation and line wrapping.jsing2025-04-181-17/+15
* Remove BS-AES and VP-AES from EVP.jsing2025-04-183-137/+9
* SSL_set_tlsext_host_name: as a setter it cannot take a const ssltb2025-04-181-3/+3
* Remove two unused defines, update standard referencetb2025-04-181-7/+3
* Use 'ctx' for sha3_ctx variables, rather than the less readable 'c'.jsing2025-04-182-36/+36
* Fix annoying whitespacetb2025-04-184-52/+52
* Pull casts from void * to uint8_t * up to variables, rather than inline.jsing2025-04-181-9/+11
* Use two temporary variables in sha3_keccakf(), rather than reusing bc[0].jsing2025-04-181-8/+8
* Use crypto_rol_u64() instead of a separate ROTL64 define.jsing2025-04-181-5/+4