kaleb-himes
|
e4c4c5a73a
|
white space change removed
|
2016-01-05 07:37:31 -07:00 |
|
kaleb-himes
|
699597bb21
|
execute undef before checking and return
|
2016-01-05 07:35:28 -07:00 |
|
kaleb-himes
|
fcfef59c43
|
check err after set
|
2016-01-04 17:04:10 -07:00 |
|
David Garske
|
b870bad63e
|
Added new "SIG_VERIFY_E" type for "wc_SignatureVerify" failure. Added argument checking on new signature wrapper functions. Added new "NO_SIG_WRAPPER" to optionally disable wrappers to reduce code size.
|
2015-11-13 12:22:32 -08:00 |
|
Takashi Kojo
|
df2216d092
|
Fixed file access mode
|
2015-08-29 11:32:30 +09:00 |
|
toddouska
|
3814871f71
|
merge pull request #82, suite b ecc key-gen
|
2015-08-27 10:31:22 -07:00 |
|
Chris Conlon
|
5d40c5f566
|
Rename RNG to WC_RNG for Freescale, add NO_OLD_RNGNAME define to completely remove RNG type usage
|
2015-08-07 11:53:19 -06:00 |
|
toddouska
|
16b0120028
|
fix build 267, base 1361 fp ecc w/ no memory
|
2015-07-31 11:57:35 -07:00 |
|
Ludovic FLAMENT
|
0054fe4a25
|
Merge branch 'master' of https://github.com/wolfSSL/wolfssl
|
2015-07-23 14:37:58 +02:00 |
|
Ludovic FLAMENT
|
8951d72f03
|
Merge branch 'master' of https://github.com/wolfSSL/wolfssl
Fix DSA key generation
|
2015-07-23 13:24:20 +02:00 |
|
John Safranek
|
c169a113ae
|
for Windows build, clean up warnings and a couple variable declarations
|
2015-07-22 11:20:45 -07:00 |
|
Ludovic FLAMENT
|
349edd40c2
|
Add support for OpenSSH ssh-keygen tools
refactor existing code
|
2015-07-22 14:18:07 +02:00 |
|
toddouska
|
5a00e4b72b
|
use full ivSz with ecc encrypt
|
2015-07-16 10:18:08 -07:00 |
|
Ludovic FLAMENT
|
702dbcf570
|
align return code, coding style (tab-> space, line with 80 char), curve_idx validity
|
2015-07-05 20:10:43 +02:00 |
|
toddouska
|
b183bdc009
|
fix ALT_ECC_SIZE in ssh mode
|
2015-07-02 13:48:58 -07:00 |
|
toddouska
|
9452d6cfb4
|
don't leak on bad verify decoding with extended API
|
2015-07-01 13:28:10 -07:00 |
|
toddouska
|
e164173562
|
fix null deference potential on new API
|
2015-07-01 12:51:19 -07:00 |
|
toddouska
|
1d663d3bff
|
merge conflict
|
2015-07-01 12:24:11 -07:00 |
|
toddouska
|
a62589f3fc
|
add wc_ecc_check_key(), import validate option too
|
2015-06-16 11:29:27 -07:00 |
|
toddouska
|
203786dc25
|
add ecc keygen validate option
|
2015-06-12 13:11:07 -07:00 |
|
Nickolas Lapp
|
9f8862888e
|
Fixing bug in wc_ecc_sig_size not handling error code
|
2015-06-08 14:40:15 -06:00 |
|
toddouska
|
6db33051d3
|
better detection of invalid ecc keys
|
2015-05-01 14:44:43 -07:00 |
|
toddouska
|
1771fea17d
|
fix ecc_make_key cleanup on rng failure
|
2015-04-30 16:50:02 -07:00 |
|
toddouska
|
66a65f84bd
|
add a few ForceZeros to ecc fp
|
2015-03-23 11:44:33 -07:00 |
|
toddouska
|
b841bc66c3
|
fix github issue #43, ecc_point uses DYNAMIC_TYPE ECC instead of BIGINT
|
2015-03-23 11:23:31 -07:00 |
|
toddouska
|
0316dd2ef6
|
fix github issue #35, allow user to pick ecc curves with ECC_USER_CURVES and separate HAVE_ECCxxx defines
|
2015-03-18 13:36:07 -07:00 |
|
toddouska
|
24ad168acf
|
put memset back before ecdsa sig decode for failure case
|
2015-03-17 14:25:57 -07:00 |
|
toddouska
|
6d691e1b9f
|
fix github issue #12, cyassl_mutex leftovers
|
2015-02-24 15:03:24 -08:00 |
|
toddouska
|
608da64ece
|
add ForceZero() to force memset(0)
|
2015-02-20 15:51:21 -08:00 |
|
John Safranek
|
732a0dd39a
|
removed redundant mp_init of r and s in ecc verify hash
|
2015-02-20 13:54:30 -08:00 |
|
toddouska
|
430f95e4f1
|
fix ecc compressed with alt size
|
2015-02-05 10:17:29 -08:00 |
|
John Safranek
|
f75329aa2e
|
1. Changed a memset to 0 of some mp_ints with mp_inits()
2. For alt-ecc, implemented the function fp_init_copy()
3. Added an fp_init() for the temp fp_int in fp_sub_d()
|
2015-01-30 09:03:44 -08:00 |
|
toddouska
|
a26630eec0
|
remove unused ecc_timing variables
|
2015-01-28 10:32:12 -08:00 |
|
John Safranek
|
6ba6ca7435
|
fix pointer issue with ECC cache
|
2015-01-26 09:20:22 -08:00 |
|
John Safranek
|
2bcd55226f
|
Merge branch 'ecc2'
|
2015-01-23 10:37:55 -08:00 |
|
John Safranek
|
2e6d118a50
|
allow different sized fast math for both RSA and ECC
add C_EXTRA_FLAGS "-DALT_ECC_SIZE" to enable, and set
size with "-DFP_MAX_BITS_ECC=512", default is 512
|
2015-01-23 10:26:41 -08:00 |
|
toddouska
|
74790fa265
|
fix gcc 4.9 warning for idx on fpecc
|
2015-01-20 15:35:58 -08:00 |
|
kaleb-himes
|
a389620a29
|
Copyright (C) updates
|
2015-01-08 09:39:04 -07:00 |
|
Jacob Barthelmeh
|
8315e76f32
|
update to function calls in ecc c file
|
2015-01-06 13:43:46 -07:00 |
|
Jacob Barthelmeh
|
2520973b73
|
update to c files for name change and pwdbased along with debugging src function calls
|
2015-01-03 19:09:48 -07:00 |
|
Jacob Barthelmeh
|
5eef118ff5
|
test and debug of poly-chacha suites
|
2014-12-30 10:30:54 -07:00 |
|
Jacob Barthelmeh
|
174e2b23c2
|
ecc check and adjustment to visibility
|
2014-12-29 16:38:13 -07:00 |
|
Jacob Barthelmeh
|
279f149828
|
adjustments to reverse compatibility
|
2014-12-19 16:31:01 -07:00 |
|
Jacob Barthelmeh
|
a5529b124d
|
moving over more files
|
2014-12-19 09:56:51 -07:00 |
|