summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ML-KEM: improve the EncapsTesttb2026-01-221-4/+46
* ML-KEM: add handler stub for the new KeyGenTesttb2026-01-221-1/+7
* ML_KEM: fix broken test: the encapsulated key is eK, not C...tb2026-01-221-2/+2
* ML-KEM: don't treat API failure as test failure for invalid test casestb2026-01-221-5/+11
* While almost all the libc locks are taken and released in the sameguenther2026-01-193-1/+85
* Rewrite ec_point_cmp()tb2026-01-181-59/+97
* mlkem: fix mklem_{generate_key,encap}_external_entropy() declarationstb2026-01-181-5/+3
* mlkem: garbage collect the unusd mlkem_{generate_key,encap}()tb2026-01-182-58/+2
* Provide LIBRESSL_USE_.*_ASSEMBLY defines.jsing2026-01-1717-31/+104
* Replace MD5_ASM with function specific defines.jsing2026-01-175-9/+11
* Replace GHASH_ASM with function specific defines.jsing2026-01-1711-22/+41
* Mop up unused AES_ASM and RSA_ASM defines.jsing2026-01-177-15/+7
* Use .section before .rodata to appease gas.jsing2026-01-178-22/+26
* Use local label prefix for loop labels.jsing2026-01-173-9/+9
* mlkem_internal.h: formate -> formattb2026-01-161-2/+2
* mlkem_internal.h: some very basic copy editingtb2026-01-161-6/+6
* mlkem.h: Thie -> This (2x)tb2026-01-161-3/+3
* mlkem.c: becuase -> becausetb2026-01-161-2/+2
* asn1t.h: whitespace tweakstb2026-01-161-81/+74
* asn1t.h: Otherwiser -> Otherwisetb2026-01-161-2/+2
* asn1t.h: more macro cleanup, add missing C99 initializers for ADB_ENTRY()tb2026-01-161-69/+99
* stack.c: avoid arithmetic on pointers to voidtb2026-01-141-2/+2
* x509_utl.c: zap two useless commentstb2026-01-121-5/+1
* More asn1t.h cleanuptb2026-01-111-58/+88
* asn1t.h: add C99 initializers for some ASN.1 templatestb2026-01-091-155/+195
* asn1t.h: whitespace nittb2026-01-091-2/+2
* Fix ASN1_ADB_END macro, make it compatible with OpenSSLtb2026-01-071-4/+3
* ASN.1 templates: make internal *_PUBKEY_it statictb2026-01-051-5/+5
* ASN.1 templates: make ASN1_EXTERN_FUNCS statictb2026-01-052-7/+7
* unusally -> unusuallytb2026-01-041-10/+10
* a_bitstr: remove parentheses in return statementstb2026-01-041-5/+5
* i2c_ASN1_BIT_STRING() vs ASN1_STRING_FLAG_BITS_LEFTtb2026-01-042-13/+10
* asn1basic: add missing test from BoringSSL's test suitetb2026-01-041-1/+32
* asn1basic: switch test to expect correct encodingtb2026-01-042-4/+6
* asn1basic: add example showing current bogus encodingtb2026-01-041-1/+38
* i2c_ASN1_BIT_STRING(): zap nonsensical commenttb2026-01-041-2/+2
* a_bitstr.c: whitespace nittb2026-01-041-2/+2
* check_complete: ASN1_LONG_UNDEF is now internaltb2026-01-021-1/+0
* Unexport ASN1_LONG_UNDEFtb2026-01-022-7/+8
* openssl: list SHA-3 digests in help outputkenjiro2026-01-021-1/+5
* openssl dgst: drop unused cfg.mkenjiro2026-01-021-5/+2
* mlkem: clear a few (pointers to) secretstb2026-01-012-13/+47
* Rename RANK{768,1024} to MLKEM{768,1024}_RANKtb2026-01-019-72/+72
* x509.h: annotate why X509_PKEY cannot be made opaquetb2026-01-011-1/+2
* constaints -> constraintstb2025-12-311-2/+2
* Remove STABLE_FLAGS_MALLOCtb2025-12-312-5/+5
* Require SSE in order to use gcm_{gmult,ghash}_4bit_mmx().jsing2025-12-311-2/+2
* Provide CRYPTO_CPU_CAPS_I386_SSEjsing2025-12-312-3/+6
* preprended -> prependedtb2025-12-271-2/+2
* "SCREW_THE_PARITY is not ment to be defined."tb2025-12-261-13/+1