toddouska
|
70b3ba1c04
|
Merge pull request #1591 from ejohnstown/release-3.15.0
Release v3.15.0 Preparation
|
2018-05-31 12:07:43 -07:00 |
|
toddouska
|
c43a84547a
|
Merge pull request #1572 from dgarske/cryptodev
Added crypto device framework
|
2018-05-31 10:28:58 -07:00 |
|
John Safranek
|
8a61b7303a
|
Remove execute bit from a few files.
|
2018-05-31 10:14:47 -07:00 |
|
David Garske
|
33d416a060
|
Fix two more scan-build issues with set but not used.
|
2018-05-30 13:23:08 -07:00 |
|
David Garske
|
d7b560f2ab
|
Fix for scan-build warning about value being stored and not used. Changed the wc_RsaFunction API to public. Added ability to expose wc_RsaDirect with new define WC_RSA_DIRECT.
|
2018-05-30 12:44:55 -07:00 |
|
Chris Conlon
|
5d99079603
|
fix HAVE_SELFTEST build for CAVP selftest
|
2018-05-30 11:08:18 -06:00 |
|
Go Hosohara
|
b84f111d51
|
rebase with master branch and fix some code.
|
2018-05-30 17:15:07 +09:00 |
|
Go Hosohara
|
36ced360cb
|
Add Renesas CS+ project files.
|
2018-05-30 11:53:18 +09:00 |
|
John Safranek
|
92dd231c27
|
Merge pull request #1585 from SparkiDev/new_compiler
New compilers
|
2018-05-29 12:25:56 -07:00 |
|
Chris Conlon
|
16738f1449
|
Merge pull request #1569 from kojo1/openSSL-Compat-CRL-STORE
openSSL compatibility APIs: X509_CRL, STORE
|
2018-05-29 09:47:22 -06:00 |
|
Sean Parkinson
|
f871bafe3a
|
Fix uninitialized
|
2018-05-29 11:06:26 +10:00 |
|
Sean Parkinson
|
68666101b7
|
Fix for g++ 7.3 - macro strings in asm
|
2018-05-29 09:25:38 +10:00 |
|
Takashi Kojo
|
3939eadf9c
|
get derLen by RsaPublicKeyDerSize
|
2018-05-26 10:55:17 +09:00 |
|
toddouska
|
453daee965
|
Merge pull request #1523 from SparkiDev/ed25519_key
Allow Ed25519 private-only keys to work in TLS
|
2018-05-24 09:56:17 -07:00 |
|
toddouska
|
d38a0039ed
|
Merge pull request #1549 from JacobBarthelmeh/Cert-Report1
fix for relative URI detection
|
2018-05-23 17:05:35 -07:00 |
|
toddouska
|
e4e0dfe9d3
|
Merge pull request #1564 from JacobBarthelmeh/PKCS12
Pkcs12
|
2018-05-23 16:59:13 -07:00 |
|
David Garske
|
6f221ff75c
|
Fix possible leak in PKCS for failure case with small stack enabled.
|
2018-05-23 16:21:49 -07:00 |
|
Sean Parkinson
|
58f523beba
|
Allow Ed25519 private-only keys to work in TLS
Change Ed25519 in TLS 1.2 to keep a copy of all the messages for
certificate verification - interop with OpenSSL.
|
2018-05-24 08:43:28 +10:00 |
|
David Garske
|
72d168028e
|
Fixes to better handle PKCS7 error cases.
|
2018-05-23 15:29:33 -07:00 |
|
David Garske
|
9a75e5cf68
|
Fixes in PKCS7 for handling hardware based devId and no private key. Fix to handle scenario where kari->decoded is allocated, but not initalized (was causing use of unitliaized in FreeDecodedCert). Fix to handle hardware base RSA key size.
|
2018-05-23 14:48:10 -07:00 |
|
Jacob Barthelmeh
|
9021091896
|
update comments
|
2018-05-23 14:04:41 -06:00 |
|
Sean Parkinson
|
3bb4949e02
|
Improve coverage
Renumber errors in test.c to be unique.
Fix stack usage to work in --enable-distro --enable-stacksize builds.
|
2018-05-23 16:24:23 +10:00 |
|
Quinn Miller
|
f2ce8dcbca
|
Added unit test for Blake2
|
2018-05-22 10:47:44 -06:00 |
|
Chris Conlon
|
be9ae9a3c4
|
Merge pull request #1570 from MJSPollard/MikePollardBranch
added Poly1305SetKey Unit Test
|
2018-05-21 16:35:15 -06:00 |
|
David Garske
|
85511067e4
|
Added crypto device framework to handle PK RSA/ECC operations using callbacks. Adds new build option ./configure --enable-cryptodev or #define WOLF_CRYPTO_DEV. Added devId support to PKCS7.
|
2018-05-21 14:31:08 -07:00 |
|
toddouska
|
e7de654b61
|
Merge pull request #1558 from dgarske/fsanitize
Fixes for fsanitize reports
|
2018-05-21 14:18:07 -06:00 |
|
MJSPollard
|
fb247a5d8d
|
added null check for key
|
2018-05-21 13:59:15 -06:00 |
|
MJSPollard
|
2b49f69f1b
|
updated unit test
|
2018-05-21 12:44:59 -06:00 |
|
Sean Parkinson
|
3a27d85c4e
|
Use sizeof instead of constant value
|
2018-05-21 21:26:25 +10:00 |
|
Takashi Kojo
|
6580a1fefa
|
enable SetBitString, SetASNInt, SetASNIntMP with OPENSSL_EXTRA
|
2018-05-20 13:55:44 +09:00 |
|
Takashi Kojo
|
138f9f8f66
|
add wc_RsaKeyToPublicDer in asn.c when OPENSSL_EXTRA, fix wolfSSL_i2d_RSAPublicKey
|
2018-05-20 13:55:43 +09:00 |
|
Takashi Kojo
|
03846b2d2d
|
d2i_RSAPublicKey, d2i_X509_CRL, d2i_X509_CRL_fp, X509_CRL_free, PEM_read_X509_CRL
|
2018-05-20 13:55:43 +09:00 |
|
David Garske
|
cf70b1a013
|
Revert ForceZero changes in favor of PR #1567.
|
2018-05-18 05:29:09 -07:00 |
|
Sean Parkinson
|
d63da10c96
|
ForceZero - align 64-bit access on Intel 64-bit
Test added to ensure ForceZero works.
|
2018-05-18 10:38:21 +10:00 |
|
Jacob Barthelmeh
|
f67046f485
|
better bounds checking
|
2018-05-17 16:55:59 -06:00 |
|
Jacob Barthelmeh
|
b6a92a97ce
|
convert to byte to fix warning
|
2018-05-17 08:55:07 -06:00 |
|
Jacob Barthelmeh
|
e1745428ac
|
add set short int helper function
|
2018-05-16 20:16:40 -06:00 |
|
David Garske
|
dad574edb8
|
Fix to use proper type (size_t) for alignment check.
|
2018-05-16 14:34:16 -07:00 |
|
David Garske
|
52b66edf72
|
Fixes for a few more fsanitize issues. Added alignment for ForceZero. Added word32 aligned acceleration for ForceZeero. Added 'NO_ALIGNED_FORCEZERO' define to allow disabling aligned ForceZero acceleration. We cast the 24 left-shifts to word32 because compiler assumes signed int type, and a runtime value with MSB set results into runtime fsanitize error.
|
2018-05-16 13:27:13 -07:00 |
|
Jacob Barthelmeh
|
d373844a18
|
fix sequence with pkcs12 shrouded keybag creation
|
2018-05-16 10:16:15 -06:00 |
|
Jacob Barthelmeh
|
566bb4cefe
|
version for PBE SHA1 DES oid
|
2018-05-16 08:38:50 -06:00 |
|
Jacob Barthelmeh
|
1ca62ee0a1
|
add error return for unsuported version
|
2018-05-15 22:51:11 -06:00 |
|
David Garske
|
f021375c4b
|
Fixes for fsanitize reports.
|
2018-05-15 17:23:35 -07:00 |
|
Jacob Barthelmeh
|
d1192021a5
|
alter search behavior for testing if URI is a absolute path
|
2018-05-09 14:43:52 -06:00 |
|
Chris Conlon
|
c910d84507
|
Merge pull request #1527 from kojo1/RenesasCSPlus
Renesas CS+ projects
|
2018-05-09 10:07:16 -06:00 |
|
Takashi Kojo
|
66e59e4a6a
|
Rollback #if condition
|
2018-05-09 10:58:10 +09:00 |
|
Jacob Barthelmeh
|
4ee957afa3
|
fix for relative URI detection
|
2018-05-08 10:19:51 -06:00 |
|
Takashi Kojo
|
ecd2e75564
|
#ifndef FREESCALE_LTC_ECC with fe_init
|
2018-05-04 07:34:47 +09:00 |
|
Chris Conlon
|
bb7bcfd877
|
expose mp_toradix() when WOLFSSL_PUBLIC_MP is defined
|
2018-05-03 13:41:23 -06:00 |
|
toddouska
|
3ad708fb20
|
Merge pull request #1514 from dgarske/certdates
Enhancements and cleanup to ASN date/time
|
2018-04-30 11:14:38 -07:00 |
|