David Garske
|
c05aea7c5a
Improvements to the wolfCrypt FIPS Visual Studio project link settings to resolve ASLR (Randomized Base Address) issue on some platforms. ZD 16615
|
1 год назад |
Andras Fekete
|
ab953c3141
Update VS project files
|
1 год назад |
Sean Parkinson
|
397537e691
AES-GCM: MSVC use generated assembly instead of inline
|
1 год назад |
Marco Oliverio
|
cfbd061625
add initial support for ConnectionID DTLS extension
|
2 лет назад |
Marco Oliverio
|
d8ac35579c
dtls13: add autotools, cmake build options and vstudio paths
|
2 лет назад |
John Safranek
|
52432382a2
Add kdf.c to the Windows builds.
|
3 лет назад |
Jacob Barthelmeh
|
3763b88397
rename the file io.h to wolfio.h
|
7 лет назад |
John Safranek
|
6970333473
1. Set the base address of the 32-bit DLL builds.
|
7 лет назад |
toddouska
|
0decefed11
Merge pull request #679 from dgarske/wolfmath
|
7 лет назад |
Jacob Barthelmeh
|
fb49dbd083
update Windows FIPS build
|
7 лет назад |
David Garske
|
d73338851d
Combine generic math functions into new wolfmath.c/.h. Cleanup of the !ALT_ECC_SIZE code so fp_int always has size. This is in prep for async changes for new WC_BIGINT type for hardware crypto.
|
8 лет назад |
David Garske
|
17a34c5899
Added asynchronous wolfCrypt RSA, TLS client and Cavium Nitrox V support. Asynchronous wolfSSL client support for "DoServerKeyExchange", "SendClientKeyExchange", "SendCertificateVerify" and "DoCertificateVerify". Fixes for async DTLS. Refactor of the wolf event and async handling for use in wolfCrypt. Refactor of the async device support so its hardware agnostic. Added Cavium Nitrox V support (Nitrox tested using SDK v0.2 CNN55XX-SDK with new configure "--with-cavium-v=/dir" option). Moved Nitrox specific functions to new port file "port/cavium/cavium_nitrox.c". RSA refactor to handle async with states. RSA optimization for using dpraw for private key decode. Use double linked list in wolf event for faster/cleaner code. Use typedef for wolf event flag. Cleanup of the async error codes. wolfCrypt test and benchmark support for async RSA. Asynchronous mode enabled using "./configure --enable-asynccrypt". If no async hardware is defined then the internal async simulator (WOLFSSL_ASYNC_CRYPT_TEST) is used. Note: Using async mode requires async.c/h files from wolfSSL. If interested in using asynchronous mode please send email to info@wolfssl.com.
|
8 лет назад |
David Garske
|
2e0d05f727
Fixes issues with new IDE/WIN/user_settings.h and FIPS. Fixed issue with using CYASSL_USER_SETTINGS in ctaocrypt/settings.h with FIPS by moving settings_comp.h to after user_settings.h. Fixed issue with non-existent ctaocrypt/signature.c file being included. Added the user_settings.h file to the FIPS project.
|
8 лет назад |
David Garske
|
ebd14a657d
Added signature.c to Visual Studio project files. Added new "IDE/WIN/user_settings.h" which contains all the defines for the various Windows Visual Studio projects. Moved the settings into this new file and added the WOLFSSL_USER_SETTINGS and CYASSL_USER_SETTINGS macros and include path to IDE/WIN to all project files. This allows the settings (defines) to be adjusted in a single place for Win VS.
|
8 лет назад |
unknown
|
e9f63f0e17
Release-32 working
|
9 лет назад |
unknown
|
b0bc9e0f0d
Remove hard tabs, update DLL-x64-Release
|
9 лет назад |
unknown
|
c4cbcff6e0
remove hard tabs
|
9 лет назад |
unknown
|
51b9d2bf9d
DLL-Debug-x64 working
|
9 лет назад |
unknown
|
42a50d2caf
Release x64 tested and working
|
9 лет назад |
unknown
|
92b725dfd7
DLL-Debug-32 tested and linking properly
|
9 лет назад |
John Safranek
|
4b1e87f9d0
update the wolfSSL FIPS VS IDE project files and README
|
9 лет назад |
toddouska
|
fa9d6428fc
add hash.c to vcprojs
|
9 лет назад |
John Safranek
|
f2d9eb2994
1. Disable randomized base address on FIPS test project.
|
9 лет назад |
John Safranek
|
c98fde3d43
updated wolfssl fips project files so test harness will run. added a readme
|
9 лет назад |
John Safranek
|
50a80bbcd2
update Windows FIPS preprocessor flags in project file
|
9 лет назад |
John Safranek
|
48034b56c5
update the VS solution and project files for FIPS build
|
9 лет назад |
John Safranek
|
b6e540b005
new VS solution and project files for FIPS build
|
9 лет назад |