Andras Fekete
|
8436f82540
|
Adding in @ejohnstown's suggested patch for line lengths
|
2023-01-06 12:23:30 -05:00 |
|
Andras Fekete
|
124c04b01a
|
A bit more consistent naming for structure variables
|
2023-01-04 21:04:58 -05:00 |
|
Andras Fekete
|
25ce553e8f
|
Shorten some line lengths
|
2023-01-04 20:32:04 -05:00 |
|
Andras Fekete
|
51f3386d60
|
Shorten variable names
|
2023-01-04 20:29:14 -05:00 |
|
Andras Fekete
|
af2c5cf18b
|
Remove the existence of WOLFSSL_AESCCM_STREAM
|
2023-01-04 14:17:36 -05:00 |
|
Andras Fekete
|
0ec0c05eda
|
Change variable names to protect the innocent
|
2023-01-04 10:23:42 -05:00 |
|
Andras Fekete
|
c21f5f3757
|
Fix unused variable error
|
2023-01-04 09:48:28 -05:00 |
|
Andras Fekete
|
914d3114de
|
Addressing PR comments
TODO should not have been in the changes
indentation of #ifdef moved in line with the 'if' conditional
|
2023-01-03 14:55:07 -05:00 |
|
Andras Fekete
|
dc6ffc790d
|
Need declaration of 'tmp' variable
|
2023-01-02 14:36:50 -05:00 |
|
Andras Fekete
|
ec9697999e
|
Use minimum size for NONCE
|
2023-01-02 08:51:13 -05:00 |
|
Andras Fekete
|
df3c11ad82
|
Don't define a new default NONCE size, instead use existing MAX
|
2022-12-30 16:02:30 -05:00 |
|
Andras Fekete
|
f734f5037d
|
Add similar trick to GCM routines so our code is more uniform
|
2022-12-30 13:11:26 -05:00 |
|
Andras Fekete
|
a00abb0f88
|
Fix compilation issue when AESCCM is not enabled
|
2022-12-30 13:10:24 -05:00 |
|
Andras Fekete
|
1132579dd1
|
Add in zero length test
|
2022-12-29 17:02:43 -05:00 |
|
Andras Fekete
|
1192d41f0e
|
First successful implementation of EVP_aes_*_ccm
|
2022-12-29 17:02:43 -05:00 |
|
Andras Fekete
|
27b5ac421e
|
Use the actual size of the structure
|
2022-12-29 17:02:43 -05:00 |
|
David Garske
|
251b89631e
|
Merge pull request #5940 from anhu/bench_ext_kyber
don't call external implemenation of kyber from benchmark anymore.
|
2022-12-29 11:00:59 -08:00 |
|
Anthony Hu
|
0787ab1131
|
don't call external implemenation of kyber from benchmark anymore.
|
2022-12-29 11:48:54 -05:00 |
|
David Garske
|
5e11fb19a4
|
Merge pull request #5937 from anhu/blinding_on
Change comment to reflect that RSA blind is enabled by default
|
2022-12-28 12:56:58 -08:00 |
|
David Garske
|
5c0abfd7ad
|
Merge pull request #5936 from embhorn/zd15400
Fix unguarded XFPRINTF calls
|
2022-12-28 12:47:19 -08:00 |
|
Eric Blankenhorn
|
004705b38f
|
Fix unguarded XFPRINTF calls
|
2022-12-28 12:23:40 -06:00 |
|
Anthony Hu
|
f9ccdd7ffc
|
Change comment to reflect that RSA blind is enabled by default
|
2022-12-28 13:09:59 -05:00 |
|
Chris Conlon
|
aadce3af9c
|
Merge pull request #5930 from miyazakh/subscript_has_char
|
2022-12-28 10:18:43 -07:00 |
|
Kaleb Himes
|
9b513fd6bf
|
Merge pull request #5934 from cconlon/jpdocfix
Remove incomplete doxygen in JP asn_public.h
|
2022-12-28 08:07:20 -07:00 |
|
David Garske
|
67fe575896
|
Merge pull request #5933 from anhu/purge_dilithium_aes
Purge the AES variant of Dilithium
|
2022-12-27 16:44:52 -08:00 |
|
Chris Conlon
|
a2b6c5dd1e
|
remove incomplete doxygen in JP asn_public.h
|
2022-12-27 14:46:38 -07:00 |
|
Anthony Hu
|
b3e99348cd
|
Purge the AES variant of Dilithium
|
2022-12-27 14:37:47 -05:00 |
|
David Garske
|
19033d82fe
|
Merge pull request #5931 from douzzer/20221226-minor-fixes
20221226-minor-fixes
|
2022-12-27 08:40:17 -08:00 |
|
David Garske
|
43f0830ad7
|
Merge pull request #5923 from JacobBarthelmeh/release
add quality of release statement
|
2022-12-27 08:39:41 -08:00 |
|
JacobBarthelmeh
|
11e44e746b
|
Merge pull request #5928 from dgarske/zd15388
Fixes SP math all build issue with small-stack and no hardening
|
2022-12-27 09:23:53 -07:00 |
|
Daniel Pouzzner
|
cb1b20dc8e
|
linuxkm/: accomodate refactoring in kernel 6.2+ of cpu_number to be an element of the pcpu_hot `structure.
|
2022-12-26 21:03:04 -06:00 |
|
Daniel Pouzzner
|
425d0b72c3
|
wolfcrypt/benchmark/benchmark.c: fix bench_stats_sym_finish() in GENERATE_MACHINE_PARSEABLE_REPORT mode to properly render "bytes_total" column in bytes, not the unit selected by WOLFSSL_BENCHMARK_FIXED_UNITS_*.
|
2022-12-26 20:25:05 -06:00 |
|
Daniel Pouzzner
|
9ac790a8ce
|
Docker/run.sh: mollify shellcheck, and prevent splitting on whitespace passing args through to configure.
|
2022-12-26 20:18:43 -06:00 |
|
Hideki Miyazaki
|
684646c8b9
|
fix shadows min and subscript by i486-netbsd-gcc
|
2022-12-25 07:20:04 +09:00 |
|
David Garske
|
dee01cfe9b
|
Fixes SP math all build issue with small-stack and no hardening. Fixes ZD15388
|
2022-12-23 13:22:40 -08:00 |
|
David Garske
|
d686f0a5de
|
Merge pull request #5925 from SparkiDev/sp_mod_3_perf
SP math: rework mod 3
|
2022-12-22 17:55:28 -08:00 |
|
David Garske
|
18e04d184e
|
Merge pull request #5895 from bandi13/addDocker
Add docker
|
2022-12-22 17:19:43 -08:00 |
|
David Garske
|
60037ead70
|
Merge pull request #5871 from gojimmypi/BenchmarkEnhancements
Benchmark Enhancements and Code Cleanup
|
2022-12-22 17:18:47 -08:00 |
|
David Garske
|
49d23cf60a
|
Merge pull request #5913 from douzzer/20221219-no-sha-1-all-crypto
20221219-no-sha-1-all-crypto
|
2022-12-22 17:02:58 -08:00 |
|
David Garske
|
1b18da7e87
|
Merge pull request #5920 from jpbland1/unrecognized-http-header
remove http header length check for CRL verification
|
2022-12-22 17:01:54 -08:00 |
|
David Garske
|
5c89719c51
|
Merge pull request #5916 from julek-wolfssl/dtls-srtp-keying-material
DTLS-SRTP: use wolfSSL_export_keying_material instead of wc_PRF_TLS
|
2022-12-22 17:01:37 -08:00 |
|
David Garske
|
135b9f0566
|
Merge pull request #5915 from julek-wolfssl/dtls-remove-realloc-dep
DtlsMsgCombineFragBuckets: Remove realloc dependency
|
2022-12-22 17:01:31 -08:00 |
|
David Garske
|
62e3835b0e
|
Merge pull request #5911 from julek-wolfssl/DtlsMsgPoolSend-sendSz
DtlsMsgPoolSend: Use correct sendSz
|
2022-12-22 17:01:19 -08:00 |
|
David Garske
|
29c46ce867
|
Merge pull request #5902 from bandi13/ESP-IDF_fixes
Esp idf v5 fixes
|
2022-12-22 17:01:09 -08:00 |
|
Sean Parkinson
|
162dca87c3
|
SP math: rework mod 3
Simplification when only calculating mod and modulus is 3.
2^(2*n) * x mod 3 = x mod 3.
Add all digits and calculate mod 3 of sum.
|
2022-12-23 09:21:13 +10:00 |
|
Chris Conlon
|
8e0f0d611f
|
Merge pull request #5914 from kojo1/ja
add Doxygen cmac.h, quic.h
|
2022-12-22 15:20:26 -07:00 |
|
John Safranek
|
9ce79c4de8
|
Merge pull request #5921 from cconlon/libsuffix
|
2022-12-22 11:37:28 -08:00 |
|
Jacob Barthelmeh
|
50aeb2f79e
|
add quality of release statement
|
2022-12-22 10:42:18 -07:00 |
|
gojimmypi
|
a20426b2b0
|
Merge branch 'master' of https://github.com/wolfSSL/wolfssl into BenchmarkEnhancements
|
2022-12-22 08:47:25 -08:00 |
|
David Garske
|
709461e4aa
|
Merge pull request #5922 from JacobBarthelmeh/Testing
add crl test file to dist
|
2022-12-21 16:30:33 -08:00 |
|