David Garske
|
a0dc8dc8f9
|
Fix build with NO_ASN_TIME. Kaleb, add to future build options tests.
|
2017-01-17 10:35:48 -08:00 |
|
David Garske
|
1aeab91828
|
Fixed issue with intelasm and debug with SHA256 due to stack variable W_K alignment. Removed obsolete DEBUG_XMM code.
|
2017-01-13 15:50:04 -08:00 |
|
Chris Conlon
|
00fed61d36
|
Merge pull request #709 from JacobBarthelmeh/PKCS12
heap hint with PKCS7
|
2017-01-12 09:34:20 -07:00 |
|
Jacob Barthelmeh
|
75e3b5a297
|
pass heap hint to temporary public ECC key
|
2017-01-12 09:10:25 -07:00 |
|
Moisés Guimarães
|
86a3039e0b
|
fixes CA matching when using NO_SKID
|
2017-01-12 13:56:38 -02:00 |
|
Sean Parkinson
|
ba1315a499
|
Fixes from failure testing
|
2017-01-12 16:22:35 +10:00 |
|
Chris Conlon
|
f6647fbf84
|
add ECC export raw, sig to (R,S), helper functions
|
2017-01-11 17:08:35 -07:00 |
|
Jacob Barthelmeh
|
36d34ce069
|
free WOLFSSL_BN in SetIndividualExternal error case and simplify mpi_clear call
|
2017-01-11 14:53:32 -07:00 |
|
toddouska
|
fc8ab42612
|
Merge pull request #671 from dgarske/ecc_curve_cache
New ECC curve cache feature to improve performance
|
2017-01-11 13:34:32 -08:00 |
|
toddouska
|
575ac7b9d3
|
Merge pull request #707 from JacobBarthelmeh/master
fix location in tfm.c that could result in potential cache attack
|
2017-01-11 12:35:22 -08:00 |
|
Jacob Barthelmeh
|
bafddd1ba8
|
heap hint with PKCS7
|
2017-01-11 11:38:21 -07:00 |
|
Jacob Barthelmeh
|
e3277c19b7
|
fix location in tfm.c that could result in potential cache attack
|
2017-01-10 15:00:00 -07:00 |
|
dgarske
|
8954de40ff
|
Merge pull request #706 from JacobBarthelmeh/Windows
open test file in binary mode
|
2017-01-10 11:54:47 -08:00 |
|
JacobBarthelmeh
|
c191a19a77
|
Merge pull request #705 from cconlon/pkcs7rng
fix RNG to WC_RNG typo in pkcs7.c
|
2017-01-10 10:15:05 -07:00 |
|
Jacob Barthelmeh
|
6732961e0d
|
open test file in binary mode
|
2017-01-10 09:57:29 -07:00 |
|
Chris Conlon
|
993e6298ac
|
fix RNG to WC_RNG typo in pkcs7.c
|
2017-01-09 16:59:42 -07:00 |
|
David Garske
|
3338ea9ef7
|
Added ecc.c documentation for WOLFSSL_VALIDATE_ECC_IMPORT. Note: Add this define to enable checks for Jenkins (after this is merged).
|
2017-01-09 15:01:17 -08:00 |
|
David Garske
|
0722f4d20f
|
Fixes to reduce stack usage with ECC_CACHE_CURVE disabled (same as previous code). Added USE_ECC_B_PARAM macro (enabled with ECC_CACHE_CURVE or HAVE_COMP_KEY). Fixed bug with WOLFSSL_VALIDATE_ECC_KEYGEN defined and args to ecc_check_pubkey_order. Fixed counts for DECLARE_CURVE_SPECS(). Fixed wc_ecc_import_point_der to use curve cache. Enhance wc_ecc_check_key to support ECC_CACHE_CURVE for b or load using read_radix. Enhance to expose wc_ecc_is_point with all required mp_int* args directly.
|
2017-01-09 11:15:13 -08:00 |
|
Jacob Barthelmeh
|
6edb639d9d
|
wolfcrypt only build with Windows
|
2017-01-09 10:33:46 -07:00 |
|
dgarske
|
af00ad7683
|
Merge pull request #700 from JacobBarthelmeh/master
run peek last error line test only when NO_OLD_TLS is not defined
|
2017-01-07 11:37:27 -08:00 |
|
dgarske
|
274ac21450
|
Merge pull request #699 from kaleb-himes/FREERTOS_TCP
Remove toolchain level define from OS_TCP section
|
2017-01-06 13:23:22 -08:00 |
|
Jacob Barthelmeh
|
d3604f1061
|
run peek last error line test only when NO_OLD_TLS is not defined
|
2017-01-06 13:22:49 -07:00 |
|
kaleb-himes
|
2b49f4205f
|
Remove toolchain level define from OS level define section
|
2017-01-06 11:44:04 -07:00 |
|
toddouska
|
c20a35f1db
|
Merge pull request #697 from JacobBarthelmeh/master
adjust dynamic types with PKCS12 parse
|
2017-01-05 14:39:17 -08:00 |
|
Jacob Barthelmeh
|
1afb7e20db
|
fix for freeing copy of mpi in the case of not using fastmath
|
2017-01-05 13:49:07 -07:00 |
|
Jacob Barthelmeh
|
147a7d5096
|
adjust dynamic types with PKCS12 parse
|
2017-01-05 10:21:14 -07:00 |
|
Jacob Barthelmeh
|
1a55309207
|
fix possible memory leak on error case with ASN1 INTEGER to BN function
|
2017-01-05 10:00:17 -07:00 |
|
JacobBarthelmeh
|
ea47d76bf7
|
Merge pull request #695 from dgarske/openssl_compat_enums
Additional openssl compatibility enums for X509_V_ERR and SSL_CB
|
2017-01-04 16:35:09 -07:00 |
|
David Garske
|
fc6217e4f6
|
Added stubs for the set_msg_callback functions. Cleanup of the SSL_ST_* and SSL_CB_* enums.
|
2017-01-04 12:14:09 -08:00 |
|
David Garske
|
7c7b1233f7
|
Additional enums needed for compatibility with openssl for paho c mqtt client SSLSocket.c layer.
|
2017-01-04 11:00:08 -08:00 |
|
toddouska
|
f25416d424
|
Merge pull request #689 from dgarske/fix_iar_arm
Fixes for compiler warnings with IAR EWARM 8
|
2017-01-03 15:46:12 -08:00 |
|
John Safranek
|
916e58b93c
|
Merge pull request #694 from moisesguimaraes/fixes-ocsp-nonce-check
removes request->nonceSz check to fully validate response->nonce.
|
2017-01-03 13:04:24 -08:00 |
|
John Safranek
|
dd737ca103
|
Merge pull request #618 from kojo1/openssl-ex
Openssl Extra
|
2017-01-03 12:40:51 -08:00 |
|
dgarske
|
11775acb86
|
Merge pull request #691 from JacobBarthelmeh/Windows
random port for MinGW with unit tests
|
2017-01-03 11:46:33 -08:00 |
|
Moisés Guimarães
|
c82372cf78
|
removes request->nonceSz check to fully validate response->nonce.
|
2017-01-02 14:59:00 -02:00 |
|
David Garske
|
07ce995b12
|
Fix issue with imported key not having a reset key->r, key->s and key->state, which was causing wc_ecc_encrypt to fail.
|
2016-12-30 12:24:03 -08:00 |
|
Moisés Guimarães
|
762064c292
|
fixes certificate status parsing, adds behavior for unknown status type.
|
2016-12-29 22:29:46 -02:00 |
|
toddouska
|
073aa95496
|
Merge pull request #678 from dgarske/cleanup_macros
Cleanup min(), TRUE, FALSE, ALIGN16 and ALIGN32
|
2016-12-29 11:19:05 -08:00 |
|
toddouska
|
0decefed11
|
Merge pull request #679 from dgarske/wolfmath
Combine generic math functions into new wolfmath.c/.h
|
2016-12-29 11:17:44 -08:00 |
|
toddouska
|
fab72ed163
|
Merge pull request #688 from JacobBarthelmeh/master
fix C++ compiler warnings for distro build
|
2016-12-29 11:06:47 -08:00 |
|
toddouska
|
f550172fd4
|
Merge pull request #687 from JacobBarthelmeh/Testing
update Windows FIPS build
|
2016-12-29 11:06:11 -08:00 |
|
Jacob Barthelmeh
|
5abfe9d1cf
|
random port for MinGW with unit tests
|
2016-12-29 11:05:10 -07:00 |
|
David Garske
|
19ee499c96
|
Fix to improve fp_copy performance without ALT_ECC_SIZE defined. This change is required for async because we can’t memcpy/memset the entire fp_int.
|
2016-12-28 16:47:14 -08:00 |
|
David Garske
|
e75fddd49e
|
Moving macType below hash in WOLFSSL_EVP_MD_CTX (instead of ALIGN16) to resolve 16-bit alignment crash I was seeing on CentOS due to size change of “WOLFSSL_Hasher”.
|
2016-12-28 16:31:41 -08:00 |
|
David Garske
|
a854320a96
|
Revert changes to aes.c roll_auth.
|
2016-12-28 16:28:02 -08:00 |
|
Jacob Barthelmeh
|
6c90f097ca
|
remove extra white space
|
2016-12-28 15:40:34 -07:00 |
|
Takashi Kojo
|
c77a18f0ec
|
add EVP_CIPHER_CTX_mode
|
2016-12-28 14:45:29 -07:00 |
|
Jacob Barthelmeh
|
f60cb08c29
|
macro and tests for get_passwd_cb functions
|
2016-12-28 14:45:29 -07:00 |
|
Jacob Barthelmeh
|
4f317a9a1d
|
wolfSSL_EVP_CipherInit_ex handle ENGINE argument and add a sanity check
|
2016-12-28 14:45:29 -07:00 |
|
Jacob Barthelmeh
|
1326fe1b0d
|
return values of DES set key and return block size for EVP block_size getter function
|
2016-12-28 14:45:29 -07:00 |
|