.github
|
0f50ffb2ef
github: Initial templates
|
2 years ago |
IDE
|
1d9d8bdefb
Removed sp_c64.c due to reliance on 128-bit type, replaced with sp_x86_64.c and _asm.asm.
|
2 years ago |
IPP
|
55a56cac05
Release 3.7.0
|
9 years ago |
certs
|
10ce703d71
Add sphincs to wolfCrypt.
|
2 years ago |
cmake
|
cfbd061625
add initial support for ConnectionID DTLS extension
|
2 years ago |
ctaocrypt
|
8eaa85e412
update copyright year to 2022
|
2 years ago |
cyassl
|
8eaa85e412
update copyright year to 2022
|
2 years ago |
doc
|
4a8a11315b
Merge pull request #5536 from SparkiDev/sha3_x64
|
2 years ago |
examples
|
08b89fbef9
server: add optional argument to -J disable hrr cookie
|
2 years ago |
lib
|
6b88eb05b1
1.8.8 init
|
13 years ago |
linuxkm
|
542c53f3ac
snip out errant "#/" strings added to various text files by copyright boilerplate update in 8eaa85e412.
|
2 years ago |
m4
|
542c53f3ac
snip out errant "#/" strings added to various text files by copyright boilerplate update in 8eaa85e412.
|
2 years ago |
mcapi
|
8eaa85e412
update copyright year to 2022
|
2 years ago |
mplabx
|
8eaa85e412
update copyright year to 2022
|
2 years ago |
mqx
|
8f121e7752
file modes: clear inappropriate executable bits.
|
3 years ago |
rpm
|
10ce703d71
Add sphincs to wolfCrypt.
|
2 years ago |
scripts
|
f3262005e4
add basic ConnectionID DTLS tests
|
2 years ago |
src
|
abe6846841
Revert "fix HashRaw WC_SHA256_DIGEST_SIZE for wc_Sha256GetHash"
|
2 years ago |
sslSniffer
|
9d2ed67a5c
Fix for sniffer to ensure the session was polled before trying to reprocess it.
|
2 years ago |
support
|
0b4f34d62a
typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C.
|
3 years ago |
tests
|
11bb8b3dc4
Merge pull request #5543 from SparkiDev/rsa_max_size_fix
|
2 years ago |
testsuite
|
8eaa85e412
update copyright year to 2022
|
2 years ago |
tirtos
|
2ec7951de6
Merge pull request #4803 from danielinux/tirtos-update-202201
|
2 years ago |
wolfcrypt
|
aa036b6ea4
Merge pull request #5532 from anhu/sphincs
|
2 years ago |
wolfssl
|
aa036b6ea4
Merge pull request #5532 from anhu/sphincs
|
2 years ago |
wrapper
|
8eaa85e412
update copyright year to 2022
|
2 years ago |
zephyr
|
b4f1b6d04d
fix whitespace and C++-style comments.
|
2 years ago |
.gitignore
|
4431438fb2
add QUIC support.
|
2 years ago |
AUTHORS
|
6b88eb05b1
1.8.8 init
|
13 years ago |
CMakeLists.txt
|
401cfbd8e4
dtls13: enable hrr cookie by default
|
2 years ago |
COPYING
|
be65f5d518
update FSF address, wolfSSL copyright
|
10 years ago |
ChangeLog.md
|
d75ce08d75
update readme for release 5.5.0
|
2 years ago |
INSTALL
|
aa036b6ea4
Merge pull request #5532 from anhu/sphincs
|
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
|
5e5a389afb
Remove deprecated VS solution
|
2 years ago |
README
|
d75ce08d75
update readme for release 5.5.0
|
2 years ago |
README.md
|
d75ce08d75
update readme for release 5.5.0
|
2 years 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
|
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 |
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
|
4a8a11315b
Merge pull request #5536 from SparkiDev/sha3_x64
|
2 years ago |
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 years ago |
fips-hash.sh
|
ba9fd89314
Script Portability
|
4 years ago |
gencertbuf.pl
|
10ce703d71
Add sphincs to wolfCrypt.
|
2 years 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
|
d75ce08d75
update readme for release 5.5.0
|
2 years ago |
wolfssl.vcproj
|
cfbd061625
add initial support for ConnectionID DTLS extension
|
2 years ago |
wolfssl.vcxproj
|
cfbd061625
add initial support for ConnectionID DTLS extension
|
2 years ago |
wolfssl64.sln
|
6970333473
1. Set the base address of the 32-bit DLL builds.
|
7 years ago |