lchristina26
|
8b99cea5c8
|
update README with entropy instructions
|
2015-12-11 13:19:44 -07:00 |
|
dgarske
|
af4eb590a6
|
Merge pull request #214 from aburks/IS-213-AESFailsWithFreescaleCAU
Issue #213: AES fails with Freescale (mm)CAU
|
2015-12-10 17:08:52 -08:00 |
|
dgarske
|
838c5297c3
|
Merge pull request #216 from aburks/IS-215-SignatureUsesOldRNG
Issue #215: Signature module uses old RNG
|
2015-12-10 17:08:36 -08:00 |
|
Andrew Burks
|
03a643cc35
|
Issue #215: Signature module uses old RNG. Use the new WC_RNG construct instead in order to prevent conflicts with board support packages.
|
2015-12-10 17:04:48 -08:00 |
|
Andrew Burks
|
bc54b18cad
|
Issue #213: AES fails with Freescale (mm)CAU.
|
2015-12-10 16:55:49 -08:00 |
|
toddouska
|
4f0c2177b2
|
Merge pull request #212 from dgarske/CleanupAsnLeadingZero
Cleanup of the leading zero detection in wc_RsaKeyToDer and wc_DsaKey…
|
2015-12-10 11:11:58 -08:00 |
|
David Garske
|
89518ad445
|
Cleanup of the leading zero detection in wc_RsaKeyToDer and wc_DsaKeyToDer to use existing mp_leading_bit function.
|
2015-12-10 10:48:50 -08:00 |
|
Jacob Barthelmeh
|
1c4b3016e6
|
set required tls1_2 for when using ChaCha20-Poly1305 suite
|
2015-12-10 11:45:27 -07:00 |
|
toddouska
|
5c5c7ffaec
|
Merge pull request #210 from dgarske/CheckEccAltwFastMath
Added compile time check for ALT_ECC_SIZE requiring USE_FAST_MATH.
|
2015-12-10 10:24:20 -08:00 |
|
lchristina26
|
cb73064c10
|
format changes to VXWORKS GenerateSeed()
|
2015-12-09 13:22:13 -07:00 |
|
lchristina26
|
38ac17864e
|
added entropy, wc_GenerateSeed() for VxWorks
|
2015-12-09 13:18:42 -07:00 |
|
David Garske
|
1153c31bbb
|
Added compile time check for ALT_ECC_SIZE requiring USE_FAST_MATH.
|
2015-12-09 09:53:59 -08:00 |
|
kaleb-himes
|
97dcb5e567
|
Merge branch 'master' of https://github.com/wolfSSL/wolfssl
|
2015-12-08 13:45:25 -08:00 |
|
Chris Conlon
|
5fd4903fde
|
bump version to 3.7.3
|
2015-12-08 09:32:00 -08:00 |
|
kaleb-himes
|
1d1af6410d
|
OpenSSH added support for additional NID types. Update our compatibility layer
|
2015-12-08 07:27:43 -08:00 |
|
Moisés Guimarães
|
d30a1be572
|
adds new certificates for OCSP tests
|
2015-12-07 19:55:33 -03:00 |
|
John Safranek
|
8756c31a01
|
Merge branch 'master' of github.com:wolfSSL/wolfssl
|
2015-12-07 12:43:01 -08:00 |
|
John Safranek
|
c7fdc9ba9e
|
DTLS Hello Verify and Server Hello should use the sequence number of the Client Hello
|
2015-12-07 11:24:14 -08:00 |
|
toddouska
|
4a0c4fbf3f
|
remove fprintf from ecdsa verify fail wrapper
|
2015-12-07 09:25:19 -08:00 |
|
toddouska
|
beebc87bc8
|
Merge pull request #208 from JacobBarthelmeh/master
example IO callback and keep memory alive when needed
|
2015-12-07 09:12:07 -08:00 |
|
Jacob Barthelmeh
|
1600ba7f3d
|
example IO callback and keep memory alive when needed
|
2015-12-06 14:30:00 -07:00 |
|
John Safranek
|
6c70e3233d
|
fix bug where unknown OIDs were treated as parsing errors rather than ignored
|
2015-12-05 13:14:29 -08:00 |
|
David Garske
|
89a65b0aa0
|
Fixed compile error in signature.c with g++. Corrected comment.
|
2015-12-04 15:22:06 -08:00 |
|
toddouska
|
179f1cab9b
|
Merge branch 'keyex'
|
2015-12-03 12:38:02 -08:00 |
|
toddouska
|
37bc497f21
|
fix merge conflict
|
2015-12-03 12:37:49 -08:00 |
|
toddouska
|
532d1da9c0
|
Merge pull request #206 from dgarske/FixExtraMalloc_wNotTLS12
Fixed issue with "WOLFSSL_SMALL_STACK" and pre TLS 1.2 in "SendServer…
|
2015-12-03 11:26:43 -08:00 |
|
toddouska
|
0c9dca3a5f
|
Merge pull request #201 from JacobBarthelmeh/fast-rsa
modification to fast-rsa sign operation and make key
|
2015-12-03 11:19:02 -08:00 |
|
toddouska
|
1c2a920b8f
|
Merge pull request #203 from dgarske/SendServerHelloRNGCombine
Combined "wc_RNG_GenerateBlock" calls in "SendServerHello".
|
2015-12-03 11:16:00 -08:00 |
|
David Garske
|
b1d18d8455
|
Fixed issue with "WOLFSSL_SMALL_STACK" and pre TLS 1.2 in "SendServerKeyExchange" where "encodedSig" is allocated and not used.
|
2015-12-02 19:43:05 -08:00 |
|
Jacob Barthelmeh
|
fea769816c
|
ed25519 verify function return descriptive error value
|
2015-12-02 15:55:40 -07:00 |
|
toddouska
|
e08fa67a32
|
fix clang --disable-memory issues
|
2015-12-02 14:40:32 -08:00 |
|
John Safranek
|
5cf94166b2
|
silently drop epoch 0 messages when handshake completed
|
2015-12-01 14:59:32 -08:00 |
|
Jacob Barthelmeh
|
d673a56c83
|
change line ending of license to match Windows CR LF
|
2015-12-01 14:49:16 -07:00 |
|
John Safranek
|
5687562e7b
|
back out change to decryptedCur flag
|
2015-12-01 13:32:00 -08:00 |
|
John Safranek
|
a5f689168e
|
fix call to IsEncryptionOn for session tickets
|
2015-12-01 09:18:21 -08:00 |
|
Jacob Barthelmeh
|
bb5de34e5c
|
cast type on XMALLOC with ntru
|
2015-12-01 09:24:44 -07:00 |
|
David Garske
|
654e17379e
|
Combined "wc_RNG_GenerateBlock" calls in "SendServerHello".
|
2015-11-30 19:29:20 -08:00 |
|
John Safranek
|
251d0364f8
|
check DTLS sequence number against window a little earlier
|
2015-11-30 17:16:47 -08:00 |
|
Moisés Guimarães
|
346dcb0fd9
|
adds WOLFSSL_CSR2_OCSP_MULTI support;
|
2015-11-30 21:26:00 -03:00 |
|
John Safranek
|
514aa331f8
|
wrapped checks for encryptionOn with a function to allow more complicated checks like for epoch 0 being unencrypted
|
2015-11-30 14:43:03 -08:00 |
|
Moisés Guimarães
|
07356af78e
|
prepares BuildCertificateStatus() to send more than one certificate status;
|
2015-11-30 18:34:00 -03:00 |
|
Chris Conlon
|
767da41b16
|
allow 1024 and 2048 example cert buffers to be enabled at same time, gencertbuf.pl
|
2015-11-30 14:18:17 -07:00 |
|
Chris Conlon
|
d2a80ba1bc
|
remove extra NULL check in SetTmpDH_buffer/file_wrapper, fix API tests
|
2015-11-30 10:25:55 -07:00 |
|
Jacob Barthelmeh
|
6030970026
|
perfer local IPP libraries, memory usage and casting
|
2015-11-29 23:34:58 -07:00 |
|
Jacob Barthelmeh
|
db599bb361
|
Merge branch 'master' of https://github.com/wolfSSL/wolfssl into fast-rsa
|
2015-11-29 13:39:45 -07:00 |
|
Takashi Kojo
|
4217ef5475
|
fixed mdk4 macro control in example server/client, echoserver/client
|
2015-11-27 11:31:12 +09:00 |
|
John Safranek
|
7f1b9a1e13
|
storing DTLS handshake messages takes into account overlapping data
|
2015-11-25 20:25:57 -08:00 |
|
toddouska
|
83f26abdde
|
Merge pull request #198 from JacobBarthelmeh/master
C Sharp wrapper
|
2015-11-25 14:11:52 -08:00 |
|
John Safranek
|
e4894bfd0b
|
add comments to clarify accept and connect state advancement due to sending fragments
|
2015-11-25 11:10:42 -08:00 |
|
John Safranek
|
02411ccced
|
add F back into the client command line options scanning
|
2015-11-25 10:36:51 -08:00 |
|