.github
|
0f50ffb2ef
github: Initial templates
|
2 years ago |
IDE
|
d8ac35579c
dtls13: add autotools, cmake build options and vstudio paths
|
2 years ago |
IPP
|
55a56cac05
Release 3.7.0
|
9 years ago |
certs
|
5c14bef6a8
global fixes for shellcheck warnings SC2027, SC2069, SC2154, SC2141, SC3014, SC3037 (all true positives). note, does not fix SC2057 in ocsp-stapling.test, which is addressed by PR #5174 .
|
2 years ago |
cmake
|
d8ac35579c
dtls13: add autotools, cmake build options and vstudio paths
|
2 years ago |
ctaocrypt
|
b957a6e872
Purge Rabbit cipher
|
2 years ago |
cyassl
|
3fba5d17c3
Various portability improvements:
|
2 years ago |
doc
|
afc63a3bfa
Merge pull request #5199 from embhorn/zd12999
|
2 years ago |
examples
|
22eee3206d
Fixups from review by dgarske
|
2 years ago |
lib
|
6b88eb05b1
1.8.8 init
|
13 years ago |
linuxkm
|
f414e65d4b
linuxkm: eliminate duplicative WOLFSSL_KTHREADS macro (just use WOLFSSL_LINUXKM).
|
2 years ago |
m4
|
328de3ed63
remove -Wno-strict-aliasing from AX_HARDEN_CC_COMPILER_FLAGS and AX_HARDEN_CXX_COMPILER_FLAGS in m4/ax_harden_compiler_flags.m4, and fix strict aliasing infractions in api.c.
|
2 years ago |
mcapi
|
26a92977f0
Remove MCAPI project's dependency on zlib version.
|
2 years ago |
mplabx
|
b957a6e872
Purge Rabbit cipher
|
2 years ago |
mqx
|
8f121e7752
file modes: clear inappropriate executable bits.
|
3 years ago |
rpm
|
6f5be32d3a
update rpm spec
|
2 years ago |
scripts
|
f5bbad185f
Supplement to @julek-wolfssl's fantastic find, just allow for proper expansion
|
2 years ago |
src
|
7586851734
dtls13: export functions
|
2 years ago |
sslSniffer
|
ccc9b1535d
fix whitespace.
|
2 years ago |
support
|
0b4f34d62a
typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C.
|
3 years ago |
tests
|
9d22e11776
misc.c: introduce w64wrapper to handle 64bit numbers
|
2 years ago |
testsuite
|
ffe5599013
Fix testsuite 32-bit build
|
2 years ago |
tirtos
|
2ec7951de6
Merge pull request #4803 from danielinux/tirtos-update-202201
|
2 years ago |
wolfcrypt
|
9d22e11776
misc.c: introduce w64wrapper to handle 64bit numbers
|
2 years ago |
wolfssl
|
9d22e11776
misc.c: introduce w64wrapper to handle 64bit numbers
|
2 years ago |
wrapper
|
a5225af1c7
Merge pull request #4973 from JacobBarthelmeh/CSharp
|
2 years ago |
zephyr
|
9ea40f3a9c
Purge IDEA cipher
|
2 years ago |
.gitignore
|
ff4c6e5d7b
linuxkm: relocate WOLFSSL_LINUXKM code in wolfssl/wolfcrypt/wc_port.h and wolfcrypt/src/memory.c to linuxkm/{linuxkm_wc_port.h,linuxkm_memory.c}, and gate SIMD in IRQ handlers on -DLINUXKM_SIMD_IRQ in prep for Linux 5.16;
|
2 years ago |
AUTHORS
|
6b88eb05b1
1.8.8 init
|
13 years ago |
CMakeLists.txt
|
9d22e11776
misc.c: introduce w64wrapper to handle 64bit numbers
|
2 years ago |
COPYING
|
be65f5d518
update FSF address, wolfSSL copyright
|
10 years ago |
ChangeLog.md
|
a9c7bc9d00
fix markdown in readme notes
|
2 years ago |
INSTALL
|
5e5a389afb
Remove deprecated VS solution
|
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
|
a9c7bc9d00
fix markdown in readme notes
|
2 years ago |
README.md
|
a9c7bc9d00
fix markdown in readme notes
|
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
|
9d22e11776
misc.c: introduce w64wrapper to handle 64bit numbers
|
2 years ago |
fips-check.sh
|
0e8066dda0
Fix typo
|
2 years ago |
fips-hash.sh
|
ba9fd89314
Script Portability
|
4 years ago |
gencertbuf.pl
|
7d4c13b9a4
--with-liboqs now defines HAVE_LIBOQS and HAVE_PQC
|
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
|
29401334d3
prepare for release 5.3.0
|
2 years ago |
wolfssl.vcproj
|
b957a6e872
Purge Rabbit cipher
|
2 years ago |
wolfssl.vcxproj
|
6930cc0b21
Clean up Visual Studio output and intermediate directories.
|
2 years ago |
wolfssl64.sln
|
6970333473
1. Set the base address of the 32-bit DLL builds.
|
7 years ago |