Andras Fekete
|
372f57e528
Address PR suggestions
|
5 months ago |
Andras Fekete
|
211742bfe0
liboqs depends on pthreads now
|
5 months ago |
Kaleb Himes
|
9f9a82e469
Merge pull request #7637 from lealem47/armasm_fips
|
5 months ago |
Lealem Amedie
|
b7d32d0609
Force inline ASM for armv7 with FIPS
|
5 months ago |
Daniel Pouzzner
|
b3e8f0ad24
add --enable-debug-trace-errcodes, WOLFSSL_DEBUG_TRACE_ERROR_CODES, WC_ERR_TRACE(), WC_NO_ERR_TRACE(), support/gen-debug-trace-error-codes.sh. also add numerous deployments of WC_NO_ERR_TRACE() to inhibit frivolous/misleading errcode traces when -DWOLFSSL_DEBUG_TRACE_ERROR_CODES.
|
5 months ago |
David Garske
|
b69482ffac
Merge pull request #7569 from SparkiDev/riscv_aes_asm
|
5 months ago |
Sean Parkinson
|
acd604db3d
AES RISC-V 64-bit ASM: ECB/CBC/CTR/GCM/CCM
|
5 months ago |
David Garske
|
7fadd4ed9f
Merge pull request #7595 from JacobBarthelmeh/static
|
5 months ago |
David Garske
|
bb57c1de94
Merge pull request #7603 from lealem47/detect_cut
|
5 months ago |
Lealem Amedie
|
ecef3c214c
Fix cut detection in configure.ac
|
5 months ago |
JacobBarthelmeh
|
ebdc8b9a32
rename of macros, add descriptions, minor fixes
|
5 months ago |
JacobBarthelmeh
|
511c403631
account for yes/no options
|
5 months ago |
JacobBarthelmeh
|
6cca3a0d92
tie in static memory debug callback
|
5 months ago |
JacobBarthelmeh
|
288fe430f5
tying in lean staticmemory build with --enable-staticmemory=small
|
5 months ago |
Chris Conlon
|
8f1029f86d
Update --enable-jni to define SESSION_CERTS for wolfJSSE
|
6 months ago |
David Garske
|
15af87af8f
Merge pull request #7555 from lealem47/forceSHA3
|
6 months ago |
David Garske
|
391431c7d8
Merge pull request #7539 from bandi13/fixConversionPart2
|
6 months ago |
Lealem Amedie
|
54bf7fd5d9
Force SHA3 on with FIPS V5
|
6 months ago |
Andras Fekete
|
412447ac41
Enable OPTION_CHECKING by default
|
6 months ago |
Andras Fekete
|
0eb11ff466
Standard way to set defaults
|
6 months ago |
Andras Fekete
|
b83d8f0cf6
Make sure MAX_ECC_BITS >= MIN_ECC_BITS
|
6 months ago |
Andras Fekete
|
35ef7f4093
There is no default defined. Expected to be unset
|
6 months ago |
Daniel Pouzzner
|
4331bc092b
configure.ac: on armasm, disable ENABLED_AESXTS_STREAM by default (not implemented).
|
6 months ago |
Daniel Pouzzner
|
3ad5ec4e0a
make --enable-linuxkm-lkcapi-register require --enable-experimental, except for the known-good --enable-linuxkm-lkcapi-register="xts(aes)".
|
6 months ago |
Daniel Pouzzner
|
70d7b6e48b
add WOLFSSL_AESXTS_STREAM, --enable-aesxts-stream, wc_AesXtsEncryptStart(), wc_AesXtsDecryptStart(), wc_AesXtsEncryptUpdate(), wc_AesXtsDecryptUpdate(), and implement fixes in linuxkm/lkcapi_glue.c to use the streaming API when needed. also added support for 2*192 bit AES-XTS, needed for Linux kernel.
|
6 months ago |
Sean Parkinson
|
e47f1d4190
LMS, XMSS: move code into wolfCrypt
|
6 months ago |
Sean Parkinson
|
72d49964b9
Merge pull request #7379 from mrdeep1/enable-rpk
|
6 months ago |
Daniel Pouzzner
|
0566584191
implement full support for --enable-intelasm --enable-linuxkm. also add --enable-curve25519=noasm to allow use of the existing NO_CURVED25519_X64 code path by the linuxkm build (fe_x25519_asm.S is not kernel-compatible).
|
6 months ago |
Daniel Pouzzner
|
4cc27fa58b
rename WC_AES_C_DYNAMIC_FALLBACK to WC_C_DYNAMIC_FALLBACK.
|
6 months ago |
Daniel Pouzzner
|
185f35287e
configure.ac: fix copyright year.
|
6 months ago |