.github
|
1106e5ff0e
TLS v1.3: Support a stateful ticket and test HAVE_EXT_CACHE (#5960)
|
1 year ago |
Docker
|
103f6e7520
Fix dependencies
|
1 year ago |
IDE
|
81ab16b105
Merge pull request #6314 from TakayukiMatsuo/vla2
|
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
|
b801a96f8c
Port to RT1170 and expand CAAM driver
|
1 year ago |
ctaocrypt
|
9dcc48c8f7
update copyright to 2023
|
1 year ago |
cyassl
|
9dcc48c8f7
update copyright to 2023
|
1 year ago |
doc
|
59472312a5
Fix example code in wolfSSL_get_chain_X509
|
1 year ago |
examples
|
8851065848
cppcheck fixes
|
1 year ago |
lib
|
6b88eb05b1
1.8.8 init
|
13 years ago |
linuxkm
|
448f1ec9e7
linuxkm: in {save,restore}_vector_registers_x86(), check if vector register file has already been saved and invalidated, and if so, inhibit the kernel_fpu_{begin,end}() wrap and instead just use preempt_{disable,enable}() wraps.
|
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
|
f1aa43dc48
Merge pull request #6230 from bandi13/zd15855
|
1 year ago |
src
|
99b4ee50ba
Fix uninitialized variable compiler warning
|
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
|
52a20fc2b5
Merge pull request #6328 from julek-wolfssl/zd/16000
|
1 year ago |
testsuite
|
9dcc48c8f7
update copyright to 2023
|
1 year ago |
tirtos
|
ea5e814dfa
Fix tirtos build
|
2 years ago |
wolfcrypt
|
7576380635
Improved fix for STM32 hashing on U5
|
1 year ago |
wolfssl
|
7576380635
Improved fix for STM32 hashing on U5
|
1 year ago |
wrapper
|
ea80e9e0ea
Add documentation for the CSharp wrapper.
|
1 year ago |
zephyr
|
13f4e178e5
Zephyr misc fixes for TLS (#6353)
|
1 year ago |
.gitignore
|
cefd55eb74
Fix for benchmarking shake with custom block size. Using `./benchmark -shake 1024` caused seg fault.
|
1 year ago |
AUTHORS
|
6b88eb05b1
1.8.8 init
|
13 years ago |
CMakeLists.txt
|
fa914a0054
Let hashbang decide which shell to run with instead of default shell
|
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.
|
2 years 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
|
3 years ago |
LPCExpresso.project
|
a48981c3c6
Chacha20 ARM optimization
|
5 years ago |
Makefile.am
|
b146830fe8
move the zephyr folder back to it's correct location
|
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
|
3 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
|
3f60fa8c3b
configure.ac: escape backslashes when generating preprocessor directives for .build_params; delete backslashes and process parenthesized arguments correctly when generating options.h.
|
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 |