.github
|
72ffa743a0
Fix for async ECC shared secret. ZD 15938
|
1 year ago |
Docker
|
931f665a9a
Missing 'tcpdump' utility
|
1 year ago |
IDE
|
a474179cdf
Merge pull request #6301 from miyazakh/ra_cryptonly
|
1 year ago |
IPP
|
55a56cac05
Release 3.7.0
|
9 years ago |
RTOS
|
b146830fe8
move the zephyr folder back to it's correct location
|
1 year ago |
certs
|
0a2201700d
Put the .rnd file in a local folder
|
1 year ago |
cmake
|
34c12789c9
CMake: add option to enable asio
|
1 year ago |
ctaocrypt
|
9dcc48c8f7
update copyright to 2023
|
1 year ago |
cyassl
|
9dcc48c8f7
update copyright to 2023
|
1 year ago |
doc
|
6cb2c84f12
Update AES documentation to clarify block size requirement. Fix parameter ordering in wc_ChaCha20Poly1305_Decrypt documentation.
|
1 year ago |
examples
|
55a91c2b55
Minor fixes
|
1 year ago |
lib
|
6b88eb05b1
1.8.8 init
|
13 years ago |
linuxkm
|
fffff657de
cleanups: line length, WOLFSSL_SMALL_STACK_STATIC, and SAVE_VECTOR_REGISTERS() failure trap in benchmark.c, proper path to benchmark.c in linuxkm/module_hooks.c, and proper casting in aes.c. also harmonized semantics and prototype of bench_ripemd().
|
1 year ago |
m4
|
5e6005a1a3
m4/ax_atomic.m4: fix conflicting macro definition for HAVE_C___ATOMIC.
|
1 year ago |
mcapi
|
9dcc48c8f7
update copyright to 2023
|
1 year ago |
mplabx
|
9dcc48c8f7
update copyright to 2023
|
1 year ago |
mqx
|
8f121e7752
file modes: clear inappropriate executable bits.
|
3 years ago |
rpm
|
bfcc615e44
Fix rpm build
|
1 year ago |
scripts
|
d2afe9e5e0
Memory usage improvements
|
1 year ago |
src
|
34c12789c9
CMake: add option to enable asio
|
1 year ago |
sslSniffer
|
a10526d5f9
Async sniffer: don't retry if seeing non-pending error (#6220)
|
1 year ago |
support
|
0b4f34d62a
typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C.
|
3 years ago |
tests
|
a06bd777c0
Merge pull request #6423 from cconlon/pkcs7NoStream
|
1 year ago |
testsuite
|
9dcc48c8f7
update copyright to 2023
|
1 year ago |
tirtos
|
ced8198737
Doc Fix: TI no longer maintains the documentation; we do.
|
1 year ago |
wolfcrypt
|
98a717e1d5
Memory usage: reduce stack usage
|
1 year ago |
wolfssl
|
3e14b34bdc
wolfssl/test.h: in wolfsentry_setup(), add lock-unlock wrap before wolfsentry_route_get_main_table() (enforced by wolfSentry 1.3+, and was always required for thread safety).
|
1 year ago |
wrapper
|
ea80e9e0ea
Add documentation for the CSharp wrapper.
|
1 year ago |
zephyr
|
62db14e676
Small fixes to build wolfSSL without warnings
|
1 year ago |
.gitignore
|
90b858492f
CMake: improve build scripts (#6331)
|
1 year ago |
AUTHORS
|
6b88eb05b1
1.8.8 init
|
13 years ago |
CMakeLists.txt
|
34c12789c9
CMake: add option to enable asio
|
1 year ago |
COPYING
|
be65f5d518
update FSF address, wolfSSL copyright
|
10 years ago |
ChangeLog.md
|
877e026da4
prepare for release 5.6.0
|
1 year ago |
INSTALL
|
0bfa5c9836
Purge NTRU and SABER. Not going to be standardized.
|
1 year ago |
LICENSING
|
970391319b
Add or later verbage to LICENSING and sync header license versions
|
4 years ago |
LPCExpresso.cproject
|
84be329ffb
remove swig wrapper, now that we have dedicated Java and Python wrappers
|
2 years ago |
LPCExpresso.project
|
a48981c3c6
Chacha20 ARM optimization
|
5 years ago |
Makefile.am
|
42cce9d8e5
add --enable-linuxkm-benchmarks; add check for async.{c,h} when --enable-asynccrypt; update failure message for the opensslextra AC_CHECK_HEADER() test.
|
1 year ago |
README
|
877e026da4
prepare for release 5.6.0
|
1 year ago |
README.md
|
877e026da4
prepare for release 5.6.0
|
1 year ago |
SCRIPTS-LIST
|
84be329ffb
remove swig wrapper, now that we have dedicated Java and Python wrappers
|
2 years ago |
Vagrantfile
|
d76d74d6c5
updates Linux deps on README
|
8 years ago |
async-check.sh
|
8f8153220b
Remove trailing whitespace
|
1 year ago |
autogen.sh
|
abfc788389
script cleanup: use #!/bin/bash on all scripts that use "echo -e" (/bin/sh is sometimes a non-Bourne/non-POSIX shell, e.g. dash/ash, with no support for "echo -e"); fix whitespace.
|
2 years ago |
commit-tests.sh
|
abfc788389
script cleanup: use #!/bin/bash on all scripts that use "echo -e" (/bin/sh is sometimes a non-Bourne/non-POSIX shell, e.g. dash/ash, with no support for "echo -e"); fix whitespace.
|
2 years ago |
configure.ac
|
7e3aafb60c
Fix for FIPS ECC integrity check with crypto callback set (#6425)
|
1 year ago |
fips-check.sh
|
a2b48aac53
Update v5 checkout for sha256_asm and sha512_asm
|
2 years ago |
fips-hash.sh
|
ba9fd89314
Script Portability
|
4 years ago |
gencertbuf.pl
|
69199a30f9
SP math: 2048-bit DH parameters
|
1 year ago |
input
|
696169634e
check return value of wolfSSL_set_fd
|
8 years ago |
pre-commit.sh
|
abfc788389
script cleanup: use #!/bin/bash on all scripts that use "echo -e" (/bin/sh is sometimes a non-Bourne/non-POSIX shell, e.g. dash/ash, with no support for "echo -e"); fix whitespace.
|
2 years ago |
pre-push.sh
|
abfc788389
script cleanup: use #!/bin/bash on all scripts that use "echo -e" (/bin/sh is sometimes a non-Bourne/non-POSIX shell, e.g. dash/ash, with no support for "echo -e"); fix whitespace.
|
2 years ago |
pull_to_vagrant.sh
|
21d70636dc
Merge branch csr into 'master'
|
9 years ago |
quit
|
5d49bf7cb0
Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout
|
13 years ago |
resource.h
|
0b4f34d62a
typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C.
|
3 years ago |
stamp-h.in
|
5d49bf7cb0
Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout
|
13 years ago |
valgrind-bash.supp
|
3444b115ba
Fix valgrind check to ignore bash leak
|
4 years ago |
valgrind-error.sh
|
3444b115ba
Fix valgrind check to ignore bash leak
|
4 years ago |
wnr-example.conf
|
3449990374
add example netRandom config file
|
8 years ago |
wolfssl.rc
|
877e026da4
prepare for release 5.6.0
|
1 year ago |
wolfssl.vcproj
|
cfbd061625
add initial support for ConnectionID DTLS extension
|
2 years ago |
wolfssl.vcxproj
|
397537e691
AES-GCM: MSVC use generated assembly instead of inline
|
1 year ago |
wolfssl64.sln
|
b91e48d770
Add snifftest vcxproj file and documentation
|
2 years ago |