.github
|
0f50ffb2ef
github: Initial templates
|
преди 2 години |
IDE
|
ba12d72e7a
Remove FIPS preprocessor defines from Windows build command-line options (values specified via user_settings.h)
|
преди 2 години |
IPP
|
55a56cac05
Release 3.7.0
|
преди 9 години |
certs
|
38418b31f1
Merge pull request #5197 from JacobBarthelmeh/OCSP
|
преди 2 години |
cmake
|
cfbd061625
add initial support for ConnectionID DTLS extension
|
преди 2 години |
ctaocrypt
|
8eaa85e412
update copyright year to 2022
|
преди 2 години |
cyassl
|
8eaa85e412
update copyright year to 2022
|
преди 2 години |
doc
|
4a8a11315b
Merge pull request #5536 from SparkiDev/sha3_x64
|
преди 2 години |
examples
|
005f77180b
PSK only TLS: fix ENCRYPT_LEN
|
преди 2 години |
lib
|
6b88eb05b1
1.8.8 init
|
преди 13 години |
linuxkm
|
542c53f3ac
snip out errant "#/" strings added to various text files by copyright boilerplate update in 8eaa85e412.
|
преди 2 години |
m4
|
3ac985c2f1
Proposed changes based on customer report(s) under consideration by the team
|
преди 2 години |
mcapi
|
8eaa85e412
update copyright year to 2022
|
преди 2 години |
mplabx
|
8eaa85e412
update copyright year to 2022
|
преди 2 години |
mqx
|
8f121e7752
file modes: clear inappropriate executable bits.
|
преди 3 години |
rpm
|
10ce703d71
Add sphincs to wolfCrypt.
|
преди 2 години |
scripts
|
f3262005e4
add basic ConnectionID DTLS tests
|
преди 2 години |
src
|
f21b021bb6
Merge pull request #5590 from SparkiDev/tlsx_symbol_fix
|
преди 2 години |
sslSniffer
|
9d2ed67a5c
Fix for sniffer to ensure the session was polled before trying to reprocess it.
|
преди 2 години |
support
|
0b4f34d62a
typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C.
|
преди 3 години |
tests
|
37adf0ff06
Merge pull request #5592 from douzzer/20220914-fix-quic-test-default-build
|
преди 2 години |
testsuite
|
8eaa85e412
update copyright year to 2022
|
преди 2 години |
tirtos
|
2ec7951de6
Merge pull request #4803 from danielinux/tirtos-update-202201
|
преди 2 години |
wolfcrypt
|
2a96d62e43
Merge pull request #5573 from embhorn/zd14802
|
преди 2 години |
wolfssl
|
2eee35ef8f
Merge pull request #5582 from SparkiDev/small_stack_cache_fix
|
преди 2 години |
wrapper
|
8eaa85e412
update copyright year to 2022
|
преди 2 години |
zephyr
|
b4f1b6d04d
fix whitespace and C++-style comments.
|
преди 2 години |
.gitignore
|
4431438fb2
add QUIC support.
|
преди 2 години |
AUTHORS
|
6b88eb05b1
1.8.8 init
|
преди 13 години |
CMakeLists.txt
|
14082ceeb9
CMakeLists.txt: add SHAKE128 coverage.
|
преди 2 години |
COPYING
|
be65f5d518
update FSF address, wolfSSL copyright
|
преди 10 години |
ChangeLog.md
|
d75ce08d75
update readme for release 5.5.0
|
преди 2 години |
INSTALL
|
aa036b6ea4
Merge pull request #5532 from anhu/sphincs
|
преди 2 години |
LICENSING
|
970391319b
Add or later verbage to LICENSING and sync header license versions
|
преди 4 години |
LPCExpresso.cproject
|
84be329ffb
remove swig wrapper, now that we have dedicated Java and Python wrappers
|
преди 2 години |
LPCExpresso.project
|
a48981c3c6
Chacha20 ARM optimization
|
преди 5 години |
Makefile.am
|
5e5a389afb
Remove deprecated VS solution
|
преди 2 години |
README
|
d75ce08d75
update readme for release 5.5.0
|
преди 2 години |
README.md
|
d75ce08d75
update readme for release 5.5.0
|
преди 2 години |
SCRIPTS-LIST
|
84be329ffb
remove swig wrapper, now that we have dedicated Java and Python wrappers
|
преди 2 години |
Vagrantfile
|
d76d74d6c5
updates Linux deps on README
|
преди 8 години |
async-check.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 години |
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 години |
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 години |
configure.ac
|
14a521ca25
Make --enable-asynccrypt-sw imply --enable-asynccrypt.
|
преди 2 години |
fips-check.sh
|
b9be5c2c24
Update to FIPS v5-ready will use latest master. Support for FIPS in core hash using SHA2-256 and SHA2-384 in fips_test.h. Fixes for `MATH_INT_T`. Fix `error: ‘tls13_kdf_test’ declared ‘static’ but never defined`.
|
преди 2 години |
fips-hash.sh
|
ba9fd89314
Script Portability
|
преди 4 години |
gencertbuf.pl
|
10ce703d71
Add sphincs to wolfCrypt.
|
преди 2 години |
input
|
696169634e
check return value of wolfSSL_set_fd
|
преди 8 години |
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 години |
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 години |
pull_to_vagrant.sh
|
21d70636dc
Merge branch csr into 'master'
|
преди 9 години |
quit
|
5d49bf7cb0
Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout
|
преди 13 години |
resource.h
|
0b4f34d62a
typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C.
|
преди 3 години |
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 години |
valgrind-bash.supp
|
3444b115ba
Fix valgrind check to ignore bash leak
|
преди 4 години |
valgrind-error.sh
|
3444b115ba
Fix valgrind check to ignore bash leak
|
преди 4 години |
wnr-example.conf
|
3449990374
add example netRandom config file
|
преди 8 години |
wolfssl.rc
|
d75ce08d75
update readme for release 5.5.0
|
преди 2 години |
wolfssl.vcproj
|
cfbd061625
add initial support for ConnectionID DTLS extension
|
преди 2 години |
wolfssl.vcxproj
|
cfbd061625
add initial support for ConnectionID DTLS extension
|
преди 2 години |
wolfssl64.sln
|
6970333473
1. Set the base address of the 32-bit DLL builds.
|
преди 7 години |