Commit Graph

  • 8ae6bf1641 adds server side Certificate Status Request extension; missing: Finish SendCertificateStatus(); Moisés Guimarães 2015-11-12 23:29:27 -03:00
  • cc684f8593 fixes OCSP nonce extension size estimation at client hello message; Moisés Guimarães 2015-11-14 22:28:52 -03:00
  • a38f7bb937 fix jni build enabling ecc on non 64 bit platforms Chris Conlon 2015-11-13 16:58:05 -07:00
  • 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. David Garske 2015-11-13 12:22:32 -08:00
  • 4a853b7318 Update README.md Leah 2015-11-13 10:45:11 -07:00
  • bcff81fd64 Update README.md Leah 2015-11-13 10:38:58 -07:00
  • 9007d4b655 Update README.md Leah 2015-11-13 10:37:46 -07:00
  • 0994491916 Update README.md Leah 2015-11-13 10:36:36 -07:00
  • e5707f0d49 Update README.md Leah 2015-11-13 10:35:13 -07:00
  • 0c1a4dfd12 Merge pull request #190 from NickolasLapp/stunnel_session_changes toddouska 2015-11-12 16:11:01 -08:00
  • 66965759d5 Implement missing openssl API Nickolas Lapp 2015-11-12 16:52:56 -07:00
  • 5c96be4d19 fix idea conversion warnings toddouska 2015-11-12 15:14:00 -08:00
  • 806a2748bf Merge pull request #189 from lchristina26/master toddouska 2015-11-12 13:33:27 -08:00
  • 307413f11b Update README.md Leah 2015-11-12 13:34:36 -07:00
  • db6920d372 updates for vxworks compatibility lchristina26 2015-11-12 13:33:47 -07:00
  • 261fedd906 idea_mult() now works on 16,32, AND 64bit systems toddouska 2015-11-12 10:32:35 -08:00
  • d9cb1cfbe1 fix idea_mult() for 16 and 32bit systems toddouska 2015-11-12 10:22:31 -08:00
  • ba92b2db7b Update README.md Leah 2015-11-12 10:47:38 -07:00
  • f692c8cefb New hash and signature wrapper functions: 1. Added new hash wrapper function "wc_Hash". Hash functions support Md# and SHA# using "enum wc_HashType". Added new "wc_HashGetDigestSize" function to get hash size (returns 0 if not supported). 2. Added new signature wrapper functions "wc_SignatureGenerate" and "wc_SignatureVerify" to perform hash then sign/verify of bytes. Signature functions support ECC and RSA using "enum wc_SignatureType". Added new "wc_SignatureGetSize" function to get the signature size using the key (returns 0 if not supported). David Garske 2015-11-12 09:36:14 -08:00
  • 302fd05edd Change "//" to "/* */" comment. Removed unreferred functions. Takashi Kojo 2015-11-12 15:31:58 +09:00
  • 866b1517d3 Merge pull request #187 from NickolasLapp/fix_getShutdown toddouska 2015-11-11 11:15:22 -08:00
  • e49b12c7cc Make get_shutdown return correct results with stunnel Nickolas Lapp 2015-11-11 11:43:38 -07:00
  • 01e649210d Update README.md Leah 2015-11-11 10:16:48 -07:00
  • 6cdeebc4da Update README.md Leah 2015-11-11 10:03:49 -07:00
  • 27e523a85a Update README.md Leah 2015-11-11 10:00:53 -07:00
  • d34f2ebc35 Update README.md Leah 2015-11-11 09:30:03 -07:00
  • cdea03fdf3 Update README.md Leah 2015-11-11 09:28:59 -07:00
  • f9cd90872d Update README.md Leah 2015-11-11 09:21:27 -07:00
  • 4063fbc2b5 Update README.md Leah 2015-11-11 09:18:00 -07:00
  • 7d9356ae04 Update README.md Leah 2015-11-11 09:13:04 -07:00
  • 19ebc5b600 Update README.md Leah 2015-11-11 09:12:10 -07:00
  • c3540b2f6e Update README.md Leah 2015-11-11 09:11:14 -07:00
  • 28cbe7e7a5 Merge pull request #186 from tisb-vikram/master toddouska 2015-11-10 19:58:46 -08:00
  • 196b965be5 add HAVE_ECC to WolfSSL/TI-RTOS settings Vikram Adiga 2015-11-10 17:55:04 -08:00
  • d076fdf0cd Merge pull request #185 from tisb-vikram/master toddouska 2015-11-10 17:41:57 -08:00
  • 3211817f59 fix TI-RTOS makefiles to build wolfSSL from local dir Vikram Adiga 2015-11-04 17:49:26 -08:00
  • a69d99981f Merge pull request #184 from kaleb-himes/master toddouska 2015-11-10 15:15:30 -08:00
  • c3a249009f allow openssl extra tests if configuration supports kaleb-himes 2015-11-10 15:29:05 -07:00
  • 9b8f26329d improves srp unit test to use random salt; Moisés Guimarães 2015-11-10 17:38:42 -03:00
  • 5823485f61 Merge pull request #182 from lchristina26/master toddouska 2015-11-10 12:36:59 -08:00
  • 56e94cb3a9 Update README.md Leah 2015-11-09 22:37:21 -07:00
  • 9c43e94746 Update README.md Leah 2015-11-09 22:36:00 -07:00
  • ebd1e2b35d Update README.md Leah 2015-11-09 22:35:16 -07:00
  • a0f3fa1f1a Update README.md Leah 2015-11-09 22:34:53 -07:00
  • 54c5a3a10c update VxWorks readme lchristina26 2015-11-09 17:23:25 -07:00
  • 6efd8e2db0 fix unused PemToDer() vars depending on build options toddouska 2015-11-09 14:58:20 -08:00
  • 906be9fb20 add printf to logger w/o callbacks w/ WOLFSSL_LOG_PRINTF toddouska 2015-11-09 14:55:09 -08:00
  • 417f85da86 use gmtime_r if there toddouska 2015-11-09 14:48:39 -08:00
  • 756feb37f5 Merge pull request #179 from kaleb-himes/master toddouska 2015-11-09 14:25:23 -08:00
  • e9348635a0 SAFESEH:NO in DLL Debug|Win32 kaleb-himes 2015-11-09 15:11:58 -07:00
  • d869279ad5 Merge branch 'custom-seed' toddouska 2015-11-06 15:37:26 -08:00
  • 099b6bc3df Updated the Rowley Crossworks example so it builds due to new user-crypto. Tested and verified new "CUSTOM_RAND_TYPE" using 8, 16 and 32 bit values. David Garske 2015-11-06 09:41:16 -08:00
  • 05f4c83b98 Optimizations to improve random number generation performance and provide additional ways to implement custom versions of custom random handlers. Added new "CUSTOM_RAND_TYPE" to define the datatype for the "CUSTOM_RAND_GENERATE" function. Added new "CUSTOM_RAND_GENERATE_SEED" option for anyone who wants to implement their own equivalent "wc_GenerateSeed()" function. Added generic FREESCALE_RNGA and FREESCALE_RNGB options. David Garske 2015-11-05 22:20:11 -08:00
  • dccbc1cdd4 fixes ocsp nonce extension decoding; enables use of ocsp nonce extension in the client example. Moisés Guimarães 2015-11-05 11:36:11 -03:00
  • 62210186c7 fix code logic to single if Moisés Guimarães 2015-11-04 16:05:35 -03:00
  • 17c9494a2d fix gfmul intel calling convention toddouska 2015-11-04 13:26:38 -08:00
  • 124f1f8ce7 switch gfmul to intel syntax in aes_asm.asm toddouska 2015-11-04 11:55:04 -08:00
  • 3b102862b1 exclude new AES-GCM test when in FIPS mode John Safranek 2015-11-03 16:57:38 -08:00
  • 23ba31cbdd 1. Fixed bug where AES-GCM IVs had to only be 12 bytes. Now accepts any length. 2. Added test case for AES-GCM using an 60 byte IV. 3. AesGcmSetKey doesn't calculate H value in AES-NI mode. John Safranek 2015-11-03 16:47:42 -08:00
  • 427405fff9 Merge branch 'timediff' toddouska 2015-11-03 14:21:55 -08:00
  • 44165371bc timediff fixup toddouska 2015-11-03 14:15:15 -08:00
  • 69d5f2e43c Merge branch 'DateFormat' of https://github.com/kojo1/wolfssl into timediff toddouska 2015-11-03 14:04:14 -08:00
  • 5c9089651a fix github issue #174 , disable des3 with (else if) logic broken toddouska 2015-11-03 12:03:35 -08:00
  • 8d4d9ebe12 fix jenkins ec 56 toddouska 2015-11-03 11:30:56 -08:00
  • 37f4fbc000 Merge branch 'openssl-script' toddouska 2015-11-02 13:27:20 -08:00
  • fbd4f8a6ed fix merge conflict toddouska 2015-11-02 13:26:46 -08:00
  • 54a0a3370a fix wolfSSL_Init to only call new wolfCrypt_Init() once toddouska 2015-11-02 12:35:43 -08:00
  • a1d1155b0c add missing error strings toddouska 2015-11-02 12:18:12 -08:00
  • b13ae543ec bump dev version v3.7.1 toddouska 2015-11-02 11:15:21 -08:00
  • 3db5a5f2c2 Merge branch csr into 'master' Moisés Guimarães 2015-11-02 15:54:41 -03:00
  • 21d70636dc Merge branch csr into 'master' Moisés Guimarães 2015-11-02 15:51:01 -03:00
  • 1d32ff2c59 Merge branch 'aes-ni-gcm' toddouska 2015-11-02 09:42:10 -08:00
  • 28dcef2d71 gcm benchmark results format alignment toddouska 2015-11-02 09:39:34 -08:00
  • f8aeac608c 1. Add C NI-intrinsic AES-GCM encrypt and decrypt. 2. Fix error string for wolfcrypt test of GMAC. 3. Add AES-GCM Decrypt to benchmark. John Safranek 2015-10-30 16:03:26 -07:00
  • 5d2d249673 turn on OpenSSL public key type decodes unless explicitly turned off toddouska 2015-10-30 13:40:05 -07:00
  • d741d4cddc Adding UTC Time Differential in ValidateDate Takashi Kojo 2015-10-30 11:26:54 +09:00
  • e76f95465d Merge pull request #170 from dgarske/master toddouska 2015-10-29 13:56:18 -07:00
  • 8dfa1af9e9 Merge pull request #169 from lchristina26/master Leah 2015-10-29 13:50:13 -06:00
  • 5bcb7e98cb readme updates lchristina26 2015-10-29 13:47:40 -06:00
  • 1a96ff6766 readme updates lchristina26 2015-10-29 13:45:58 -06:00
  • 4061346f77 more readme updates lchristina26 2015-10-29 13:44:22 -06:00
  • dd99948bcd Workbench readme update lchristina26 2015-10-29 13:41:17 -06:00
  • 723fc3761b Example client/server compatible with VxWorks lchristina26 2015-10-29 13:39:02 -06:00
  • dacfd84bea Enhanced "ChangeToWolfRoot" to report error if the root was not found. Also fixed the depth limit. David Garske 2015-10-29 10:45:37 -07:00
  • f977caa492 Cleanup of the test code that looks for the WolfSSL root directory. Now it tries to open the certs/ntru-cert.pem file in each directory up (limited to 5) until it opens it. David Garske 2015-10-28 23:54:08 -07:00
  • d31cec0df0 Fixes initialization of the Crypto HW protection, which could leak a mutex if two calls to "wolfSSL_CryptHwMutexLock()" occurred at the same time prior to calling "wolfSSL_CryptHwMutexInit()". Fixes #164. David Garske 2015-10-28 23:07:52 -07:00
  • 2c41a5b961 adjust wolfssl lib value in rpm spec.in v3.7.0 Jacob Barthelmeh 2015-10-28 17:33:31 -06:00
  • 55a56cac05 Release 3.7.0 Jacob Barthelmeh 2015-10-28 15:07:22 -06:00
  • 3e9fd1c542 Merge branch 'master' into csr Moisés Guimarães 2015-10-28 14:34:15 -03:00
  • 071a452bec fix indentation and enum conflict Moisés Guimarães 2015-10-28 12:20:20 -03:00
  • a914ca74f2 updates for VxWorks lchristina26 2015-10-27 21:24:21 -06:00
  • 542b59d90a Merge pull request #150 from JacobBarthelmeh/master toddouska 2015-10-27 16:57:32 -07:00
  • 8bd228a391 remove libusercrypto.dylib and adjust gitignore Jacob Barthelmeh 2015-10-27 17:11:31 -06:00
  • 5b2fbd9747 Merge pull request #168 from NickolasLapp/uninitWarn toddouska 2015-10-27 16:07:12 -07:00
  • b7848481a3 Fixed gcc variable-mayble-uninitialized warning Nickolas Lapp 2015-10-27 16:42:19 -06:00
  • cddebfa941 changes --enable-statusrequest to --enable-ocspstapling Moisés Guimarães 2015-10-27 19:17:18 -03:00
  • f477168cf7 make it easier for user to define custom bigint types toddouska 2015-10-27 14:52:07 -07:00
  • fa1a356888 add DYNAMIC_TYPE_USER_CRYPTO tag for malloced memory Jacob Barthelmeh 2015-10-27 13:26:32 -06:00
  • 8dc154ff71 adds support for TLS downgrading against buggy TLS servers. Moisés Guimarães 2015-10-27 16:05:36 -03:00
  • f37ea955ec improves OCSP response signature verification; Moisés Guimarães 2015-10-26 19:33:35 -03:00