.github
|
3aa3fc889f
Add simple push and pull-request triggered build checks.
|
3 vuotta sitten |
IDE
|
989a4f096e
Merge pull request #4728 from miyazakh/sce_aes128_cryonly
|
2 vuotta sitten |
IPP
|
55a56cac05
Release 3.7.0
|
9 vuotta sitten |
certs
|
bf37845e2d
Merge pull request #4680 from JacobBarthelmeh/certs
|
2 vuotta sitten |
cmake
|
dc073f9c1d
cmake: add back de-duplication and fix formatting
|
2 vuotta sitten |
ctaocrypt
|
8f121e7752
file modes: clear inappropriate executable bits.
|
3 vuotta sitten |
cyassl
|
33cb823148
Remove legacy NTRU and OQS (#4418)
|
3 vuotta sitten |
doc
|
6ce248e2f9
Improve documentation for `wolfSSL_get1_session`. Add wolfSSL specific naming on the internal session functions to avoid possible user conflicts. ZD13363 and ZD13487.
|
2 vuotta sitten |
examples
|
2085624a29
Old Compiler Warning Cleanup (GCC 4.0.2)
|
2 vuotta sitten |
lib
|
6b88eb05b1
1.8.8 init
|
13 vuotta sitten |
linuxkm
|
49fc54ef1f
linuxkm/linuxkm_wc_port.h: move XMALLOC/XREALLOC/XFREE definitions outside BUILDING_WOLFSSL gate as-was, for back-compat.
|
2 vuotta sitten |
m4
|
3226e69649
--enable-linuxkm-pie (FIPS Linux kernel module) (#4276)
|
3 vuotta sitten |
mcapi
|
f74831a7da
Improve param checks of enc
|
2 vuotta sitten |
mplabx
|
8f121e7752
file modes: clear inappropriate executable bits.
|
3 vuotta sitten |
mqx
|
8f121e7752
file modes: clear inappropriate executable bits.
|
3 vuotta sitten |
rpm
|
7dd50a1beb
bump version for dev and update year in readme
|
2 vuotta sitten |
scripts
|
d8b58b8b05
Put both `DigiCert Global Root CA` and `GlobalSign Root CA` into the Google CA list. Fixes `--enable-dtls --enable-ocsp` ./scripts/ocsp.test`.
|
2 vuotta sitten |
src
|
d38c5003d0
Merge pull request #4762 from ejohnstown/old-gcc
|
2 vuotta sitten |
sslSniffer
|
0b4f34d62a
typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C.
|
3 vuotta sitten |
support
|
0b4f34d62a
typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C.
|
3 vuotta sitten |
tests
|
d38c5003d0
Merge pull request #4762 from ejohnstown/old-gcc
|
2 vuotta sitten |
testsuite
|
52754123d9
Call wc_SetSeed_Cb and wolfCrypt_SetPrivateKeyReadEnable_fips in wolfSSL_Init.
|
2 vuotta sitten |
tirtos
|
b83804cb9d
Correct misspellings and typos from codespell tool
|
4 vuotta sitten |
wolfcrypt
|
ec44747029
Merge pull request #4764 from SparkiDev/evp_cbn_casecmp
|
2 vuotta sitten |
wolfssl
|
d38c5003d0
Merge pull request #4762 from ejohnstown/old-gcc
|
2 vuotta sitten |
wrapper
|
8f121e7752
file modes: clear inappropriate executable bits.
|
3 vuotta sitten |
zephyr
|
623a84ed7b
Fixes for Zephyr OS
|
3 vuotta sitten |
.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 vuotta sitten |
AUTHORS
|
6b88eb05b1
1.8.8 init
|
13 vuotta sitten |
CMakeLists.txt
|
cc2b69573c
cmake: Increase minimum version to 3.16 and fix HomeBrew build
|
2 vuotta sitten |
COPYING
|
be65f5d518
update FSF address, wolfSSL copyright
|
10 vuotta sitten |
ChangeLog.md
|
884b8634af
CVE-2022-23408
|
2 vuotta sitten |
INSTALL
|
7d4c13b9a4
--with-liboqs now defines HAVE_LIBOQS and HAVE_PQC
|
2 vuotta sitten |
LICENSING
|
970391319b
Add or later verbage to LICENSING and sync header license versions
|
4 vuotta sitten |
LPCExpresso.cproject
|
84be329ffb
remove swig wrapper, now that we have dedicated Java and Python wrappers
|
3 vuotta sitten |
LPCExpresso.project
|
a48981c3c6
Chacha20 ARM optimization
|
5 vuotta sitten |
Makefile.am
|
84be329ffb
remove swig wrapper, now that we have dedicated Java and Python wrappers
|
3 vuotta sitten |
README
|
7dd50a1beb
bump version for dev and update year in readme
|
2 vuotta sitten |
README.md
|
884b8634af
CVE-2022-23408
|
2 vuotta sitten |
SCRIPTS-LIST
|
84be329ffb
remove swig wrapper, now that we have dedicated Java and Python wrappers
|
3 vuotta sitten |
Vagrantfile
|
d76d74d6c5
updates Linux deps on README
|
8 vuotta sitten |
async-check.sh
|
533f4a5c77
Speedups for the `git clone` calls in check scripts to use `--depth 1`.
|
6 vuotta sitten |
autogen.sh
|
fb49d814c5
configure.ac and autogen.sh: fix warnings in configure.ac, and enable WARNINGS=all,error in autogen.sh. also, remove --verbose to avoid obscuring warning output.
|
3 vuotta sitten |
commit-tests.sh
|
0ee7d7cc17
1. Add DES3 enable to full commit test.
|
8 vuotta sitten |
configure.ac
|
efe2cea8d1
TLS: Default secure renegotiation compatability
|
2 vuotta sitten |
fips-check.sh
|
68e58bb321
Update configure and fips-check.sh for FIPS RC12.
|
2 vuotta sitten |
fips-hash.sh
|
ba9fd89314
Script Portability
|
4 vuotta sitten |
gencertbuf.pl
|
7d4c13b9a4
--with-liboqs now defines HAVE_LIBOQS and HAVE_PQC
|
2 vuotta sitten |
input
|
696169634e
check return value of wolfSSL_set_fd
|
8 vuotta sitten |
pre-commit.sh
|
cd61fbd0fe
Modify pre-commit.sh to only stash and stash pop if there are modified files not
|
4 vuotta sitten |
pre-push.sh
|
95db44def3
remove autogen clone of fips repo; pre-push runs fips-check if fips directory exists
|
9 vuotta sitten |
pull_to_vagrant.sh
|
21d70636dc
Merge branch csr into 'master'
|
9 vuotta sitten |
quit
|
5d49bf7cb0
Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout
|
13 vuotta sitten |
resource.h
|
0b4f34d62a
typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C.
|
3 vuotta sitten |
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 vuotta sitten |
valgrind-bash.supp
|
3444b115ba
Fix valgrind check to ignore bash leak
|
4 vuotta sitten |
valgrind-error.sh
|
3444b115ba
Fix valgrind check to ignore bash leak
|
4 vuotta sitten |
wnr-example.conf
|
3449990374
add example netRandom config file
|
8 vuotta sitten |
wolfssl.rc
|
7dd50a1beb
bump version for dev and update year in readme
|
2 vuotta sitten |
wolfssl.sln
|
8f121e7752
file modes: clear inappropriate executable bits.
|
3 vuotta sitten |
wolfssl.vcproj
|
8f121e7752
file modes: clear inappropriate executable bits.
|
3 vuotta sitten |
wolfssl.vcxproj
|
63df8f0836
add fe_low_mem.c to wolfssl vs project and fix a couple warnings
|
2 vuotta sitten |
wolfssl64.sln
|
6970333473
1. Set the base address of the 32-bit DLL builds.
|
7 vuotta sitten |