Commit Graph

  • 6ab9c87f13 add comment to VXWORKS GenerateSeed() lchristina26 2015-12-11 13:41:05 -07:00
  • e2456214f4 update random.c for better entropy with VXWORKS lchristina26 2015-12-11 13:22:33 -07:00
  • 8b99cea5c8 update README with entropy instructions lchristina26 2015-12-11 13:19:44 -07:00
  • af4eb590a6 Merge pull request #214 from aburks/IS-213-AESFailsWithFreescaleCAU dgarske 2015-12-10 17:08:52 -08:00
  • 838c5297c3 Merge pull request #216 from aburks/IS-215-SignatureUsesOldRNG dgarske 2015-12-10 17:08:36 -08:00
  • 03a643cc35 Issue #215: Signature module uses old RNG. Use the new WC_RNG construct instead in order to prevent conflicts with board support packages. Andrew Burks 2015-12-10 17:04:48 -08:00
  • bc54b18cad Issue #213: AES fails with Freescale (mm)CAU. Andrew Burks 2015-12-10 16:55:49 -08:00
  • 4f0c2177b2 Merge pull request #212 from dgarske/CleanupAsnLeadingZero toddouska 2015-12-10 11:11:58 -08:00
  • 89518ad445 Cleanup of the leading zero detection in wc_RsaKeyToDer and wc_DsaKeyToDer to use existing mp_leading_bit function. David Garske 2015-12-10 10:48:50 -08:00
  • 1c4b3016e6 set required tls1_2 for when using ChaCha20-Poly1305 suite Jacob Barthelmeh 2015-12-10 11:45:27 -07:00
  • 5c5c7ffaec Merge pull request #210 from dgarske/CheckEccAltwFastMath toddouska 2015-12-10 10:24:20 -08:00
  • cb73064c10 format changes to VXWORKS GenerateSeed() lchristina26 2015-12-09 13:22:13 -07:00
  • 38ac17864e added entropy, wc_GenerateSeed() for VxWorks lchristina26 2015-12-09 13:18:42 -07:00
  • 1153c31bbb Added compile time check for ALT_ECC_SIZE requiring USE_FAST_MATH. David Garske 2015-12-09 09:53:59 -08:00
  • 97dcb5e567 Merge branch 'master' of https://github.com/wolfSSL/wolfssl kaleb-himes 2015-12-08 13:45:25 -08:00
  • 5fd4903fde bump version to 3.7.3 v3.7.3 Chris Conlon 2015-12-08 09:32:00 -08:00
  • 1d1af6410d OpenSSH added support for additional NID types. Update our compatibility layer kaleb-himes 2015-12-08 07:27:43 -08:00
  • d30a1be572 adds new certificates for OCSP tests Moisés Guimarães 2015-12-07 18:19:09 -03:00
  • 8756c31a01 Merge branch 'master' of github.com:wolfSSL/wolfssl John Safranek 2015-12-07 12:43:01 -08:00
  • c7fdc9ba9e DTLS Hello Verify and Server Hello should use the sequence number of the Client Hello John Safranek 2015-12-07 11:24:14 -08:00
  • 4a0c4fbf3f remove fprintf from ecdsa verify fail wrapper toddouska 2015-12-07 09:25:19 -08:00
  • beebc87bc8 Merge pull request #208 from JacobBarthelmeh/master toddouska 2015-12-07 09:12:07 -08:00
  • 1600ba7f3d example IO callback and keep memory alive when needed Jacob Barthelmeh 2015-12-06 14:30:00 -07:00
  • 6c70e3233d fix bug where unknown OIDs were treated as parsing errors rather than ignored John Safranek 2015-12-05 13:14:29 -08:00
  • 89a65b0aa0 Fixed compile error in signature.c with g++. Corrected comment. David Garske 2015-12-04 15:22:06 -08:00
  • 179f1cab9b Merge branch 'keyex' toddouska 2015-12-03 12:38:02 -08:00
  • 37bc497f21 fix merge conflict toddouska 2015-12-03 12:37:49 -08:00
  • 532d1da9c0 Merge pull request #206 from dgarske/FixExtraMalloc_wNotTLS12 toddouska 2015-12-03 11:26:43 -08:00
  • 0c9dca3a5f Merge pull request #201 from JacobBarthelmeh/fast-rsa toddouska 2015-12-03 11:19:02 -08:00
  • 1c2a920b8f Merge pull request #203 from dgarske/SendServerHelloRNGCombine toddouska 2015-12-03 11:16:00 -08:00
  • b1d18d8455 Fixed issue with "WOLFSSL_SMALL_STACK" and pre TLS 1.2 in "SendServerKeyExchange" where "encodedSig" is allocated and not used. David Garske 2015-12-02 19:43:05 -08:00
  • fea769816c ed25519 verify function return descriptive error value Jacob Barthelmeh 2015-12-02 15:55:40 -07:00
  • e08fa67a32 fix clang --disable-memory issues toddouska 2015-12-02 14:40:32 -08:00
  • 5cf94166b2 silently drop epoch 0 messages when handshake completed John Safranek 2015-12-01 14:59:32 -08:00
  • d673a56c83 change line ending of license to match Windows CR LF Jacob Barthelmeh 2015-12-01 14:49:16 -07:00
  • 5687562e7b back out change to decryptedCur flag John Safranek 2015-12-01 13:32:00 -08:00
  • a5f689168e fix call to IsEncryptionOn for session tickets John Safranek 2015-12-01 09:18:21 -08:00
  • bb5de34e5c cast type on XMALLOC with ntru Jacob Barthelmeh 2015-12-01 09:24:44 -07:00
  • 654e17379e Combined "wc_RNG_GenerateBlock" calls in "SendServerHello". David Garske 2015-11-30 19:29:20 -08:00
  • 251d0364f8 check DTLS sequence number against window a little earlier John Safranek 2015-11-30 17:16:47 -08:00
  • 346dcb0fd9 adds WOLFSSL_CSR2_OCSP_MULTI support; Moisés Guimarães 2015-11-30 21:26:00 -03:00
  • 514aa331f8 wrapped checks for encryptionOn with a function to allow more complicated checks like for epoch 0 being unencrypted John Safranek 2015-11-30 14:43:03 -08:00
  • 07356af78e prepares BuildCertificateStatus() to send more than one certificate status; Moisés Guimarães 2015-11-30 18:34:00 -03:00
  • 767da41b16 allow 1024 and 2048 example cert buffers to be enabled at same time, gencertbuf.pl Chris Conlon 2015-11-30 14:18:17 -07:00
  • d2a80ba1bc remove extra NULL check in SetTmpDH_buffer/file_wrapper, fix API tests Chris Conlon 2015-11-30 10:25:55 -07:00
  • 6030970026 perfer local IPP libraries, memory usage and casting Jacob Barthelmeh 2015-11-29 23:34:58 -07:00
  • db599bb361 Merge branch 'master' of https://github.com/wolfSSL/wolfssl into fast-rsa Jacob Barthelmeh 2015-11-29 13:39:45 -07:00
  • 4217ef5475 fixed mdk4 macro control in example server/client, echoserver/client Takashi Kojo 2015-11-27 11:31:12 +09:00
  • 7f1b9a1e13 storing DTLS handshake messages takes into account overlapping data John Safranek 2015-11-25 20:25:57 -08:00
  • 83f26abdde Merge pull request #198 from JacobBarthelmeh/master toddouska 2015-11-25 14:11:52 -08:00
  • e4894bfd0b add comments to clarify accept and connect state advancement due to sending fragments John Safranek 2015-11-25 11:10:42 -08:00
  • 02411ccced add F back into the client command line options scanning John Safranek 2015-11-25 10:36:51 -08:00
  • 1b3254cc47 Merge pull request #202 from NickolasLapp/openssl_test_update toddouska 2015-11-25 09:12:52 -08:00
  • f7fac88e8b Don't error out when calling ippInit to find optimized IPP library, just fall back to use standard Jacob Barthelmeh 2015-11-24 17:28:43 -07:00
  • 33eb4b98d3 Clarify Openssl.test results messaging Nickolas Lapp 2015-11-24 15:16:26 -07:00
  • 1626ae6287 Merge pull request #200 from lchristina26/master toddouska 2015-11-24 13:31:16 -08:00
  • c5c9991d11 modification to fast-rsa sign operation and make key Jacob Barthelmeh 2015-11-24 13:41:04 -07:00
  • da127dfb17 warrning for unused function in user-crypto / fast-rsa mode Jacob Barthelmeh 2015-11-24 13:18:39 -07:00
  • 76952d9ea9 updated README to leave out NO_FILESYSTEM lchristina26 2015-11-24 12:21:01 -07:00
  • 1fbaf089ae adds support to WOLFSSL_CSR2_OCSP in both DoCertificateStatus() and SendCertificateStatus(); adds contingence plan for status_request_v2; Moisés Guimarães 2015-11-24 00:47:27 -03:00
  • f9d6464793 adds basic extension code for CERTIFICATE_STATUS_REQUEST_V2; fixes EncodeOcspRequestExtensions() length check; Moisés Guimarães 2015-11-23 18:05:55 -03:00
  • e4bed957b3 #1591: fixed macro control for MDK4 Takashi Kojo 2015-11-24 11:26:08 +09:00
  • 91b7cddb7c better error checking on condition variable operations, cleanup toddouska 2015-11-23 15:13:36 -08:00
  • b9f0243528 Merge pull request #195 from dgarske/LPCXpresso toddouska 2015-11-23 14:47:20 -08:00
  • 6c1fd13184 Merge pull request #199 from dgarske/ChangeToWolfRootWarnFix toddouska 2015-11-23 14:43:45 -08:00
  • c3b3ba4a2a Fixes "warning: Size argument is greater than the free space in the destination buffer" with XSTRNCAT(). David Garske 2015-11-23 14:41:24 -08:00
  • feef035c06 Merge branch 'crl-monitor' toddouska 2015-11-23 14:17:27 -08:00
  • 32b2d7f9e4 have calling thread wait for crl monitor thread to setup for simpler cleanup toddouska 2015-11-23 14:15:12 -08:00
  • 96e18a8c68 adds next update verification when decoding the OcspResponse; fixes memleak in GetOcspStatus(); If the status was outdated, the responseBuffer was allocated twice; consider error in OcspResponseDecode() also a BAD_CERTIFICATE_STATUS_ERROR; Moisés Guimarães 2015-11-23 15:08:25 -03:00
  • f3131fb5d6 adds next update time to ocspd.sh Moisés Guimarães 2015-11-23 13:34:27 -03:00
  • b820619e6c updates certs; adds ocsp certs; Moisés Guimarães 2015-11-23 09:56:45 -03:00
  • 51f5ded392 adds config to generate ocsp certs Moisés Guimarães 2015-11-23 09:33:49 -03:00
  • aaad9787db updates box version to trusty64; fixes provisioning errors; Moisés Guimarães 2015-11-23 09:19:33 -03:00
  • d248a7660c ASN: when getting OID from stream, check the summed value; added utility to skip OID; setting OID uses same strings as getting, separated NULL tag from the OID John Safranek 2015-11-21 12:00:34 -08:00
  • 9c6b52876a add SetTmpDH file/buffer functions to API tests Chris Conlon 2015-11-20 13:32:44 -07:00
  • 85373f7b6e move SetTmpDH buffer functions out of NO_FILESYSTEM Chris Conlon 2015-11-20 13:30:22 -07:00
  • 7d13fe9017 license heading Jacob Barthelmeh 2015-11-20 10:19:55 -07:00
  • 39d6992759 logging levels added Jacob Barthelmeh 2015-11-20 09:59:08 -07:00
  • b9dae51658 C Sharp wrapper Jacob Barthelmeh 2015-11-19 20:51:32 -07:00
  • 6abfaf6df4 Implemented Wolf version of LPC18XX startup code to eliminate NXP code from our repo. Cleanup of trailing spaces and convert tabs to spaces. David Garske 2015-11-19 19:06:40 -08:00
  • 14cb082a37 Merge pull request #197 from dgarske/RowleyIDECleanup toddouska 2015-11-19 18:16:57 -08:00
  • c898c582f9 Corrected filename in include.am and top of file. David Garske 2015-11-19 17:56:49 -08:00
  • 1894358bec Rowley IDE fix to exclude .asm and .s files. Cleanup to remove Rowley example code, leaving just stubs and Wolf code. David Garske 2015-11-19 14:32:45 -08:00
  • 6d67ee11b6 Merge pull request #196 from NickolasLapp/SNI_ConditionalCompile toddouska 2015-11-19 13:18:23 -08:00
  • c3cdbf31bb Define SNI func condtionally. Declare var at top of func Nickolas Lapp 2015-11-19 13:49:57 -07:00
  • 2698736aaf fix missing XMALLOC/FREE types toddouska 2015-11-19 10:20:28 -08:00
  • e51f99a5c3 Adds LPCXpresso IDE support. Tested with the OM13076 (LPCXpresso18S37) board. David Garske 2015-11-18 17:16:33 -08:00
  • 4da70f9fe9 Merge pull request #193 from dgarske/SigHashFixes toddouska 2015-11-17 12:19:21 -08:00
  • a2915fbc57 Merge pull request #194 from dgarske/BenchmarkAddHeader toddouska 2015-11-17 12:13:08 -08:00
  • cdc830c1cc Fixes for build errors with new signature and hash wrapping functions. Disabled MD2/4 hash wrapping. David Garske 2015-11-17 10:15:36 -08:00
  • 09793e3206 Added benchmark.h to expose the benchmark_test function. Updated a couple of projects to use the new benchmark header. David Garske 2015-11-17 08:52:12 -08:00
  • 5e80bf46bf Merge branch 'master' of github.com:wolfssl/wolfssl toddouska 2015-11-16 13:20:26 -08:00
  • ca7956b50d update cavium nitrox port to wolfssl toddouska 2015-11-16 13:20:19 -08:00
  • 4e7935f5f5 Merge pull request #188 from dgarske/HashSignVerifyWrappers toddouska 2015-11-16 12:16:55 -08:00
  • 103f984421 Cleanup of the signature wrapper error cases to be more explicit. David Garske 2015-11-16 11:54:23 -08:00
  • 60b1a0c8be fixes scan-build warnings Moisés Guimarães 2015-11-16 16:16:48 -03:00
  • 5e4955f689 reuse OcspRequest data in ocsp stapling; Moisés Guimarães 2015-11-16 16:03:48 -03:00
  • 6d6ca56e4e fixes SendCertificateStatus() loading the CA in the server side to build the OCSP request properly. Moisés Guimarães 2015-11-16 15:31:50 -03:00
  • 24907fc818 adds buffer logging; Moisés Guimarães 2015-11-15 18:43:29 -03:00
  • 12802f40c5 finishes SendCertificateStatus(); sending the stored status; Moisés Guimarães 2015-11-15 14:37:24 -03:00