Commit History

Author SHA1 Message Date
  John Safranek dd0489db8c 1. Added the pair-wise consistency test to the RSA Key Gen. 6 years ago
  John Safranek 3685b7b176 Test Fixes 6 years ago
  John Safranek f6fe3744a7 FIPS Update 7 years ago
  toddouska 107290b552 Merge pull request #1515 from dgarske/buildfixes 6 years ago
  toddouska 5c61810d4d Merge pull request #1497 from SparkiDev/tls13_draft28 6 years ago
  David Garske 3c684886ad Fixes to resolve building `--enable-tls13 --disable-ecc --enable-curve25519 --enable-ed25519`. 6 years ago
  toddouska 1ddccf63dc Merge pull request #1496 from JacobBarthelmeh/Compatibility-Layer 6 years ago
  Sean Parkinson 94157634e1 TLS 1.3 fixes/improvements 6 years ago
  Takashi Kojo bf950198f2 api.c: option conditions 6 years ago
  Takashi Kojo 56af3a5b36 add HMAC SHA2 6 years ago
  toddouska 09706a4ed2 Merge pull request #1488 from SparkiDev/tls13_perf 6 years ago
  Jacob Barthelmeh f9eda5d790 free test certificate after use 6 years ago
  Eric Blankenhorn a0d8327320 Coverity fixes 2 (#1493) 6 years ago
  Sean Parkinson 0b47811c46 Changes for interop and performance 6 years ago
  Jacob Barthelmeh cfaed48f90 adjust GetInt call with ASN1 integer to big number 6 years ago
  Jacob Barthelmeh df06707496 Handle larger values with ASN1 INTEGER structure 6 years ago
  David Garske ce6728951f Added a new `--enable-opensslall` option, which ensures all openssl features are enabled. Documented and tested building the various open source defines we support in our build. 6 years ago
  David Garske a38576146e * Added support for disabling PEM to DER functionality using `WOLFSSL_PEM_TO_DER`. This allows way to use with DER (ASN.1) certificates only in an embedded environment. This option builds, but internal make check requires PEM support for tests. 6 years ago
  David Garske 6de8348918 Fixes for various build configurations. Added `--enable-enckeys` option to enable support for encrypted PEM private keys using password callback without having to use opensslextra. Moved ASN `CryptKey` function to wc_encrypt.c as `wc_CryptKey`. Fixup some missing heap args on XMALLOC/XFREE in asn.c. 6 years ago
  David Garske c83e63853d Refactor unqiue hash types to use same internal values (ex WC_MD5 == WC_HASH_TYPE_MD5). Refactor the Sha3 types to use wc_ naming. 6 years ago
  David Garske 21833e245f Fix TLS 1.3 with ECC disabled and CURVE25519 enabled. Resolves issue with using `./configure --disable-ecc --enable-curve25519 --enable-ed25519 --enable-tls13`. Refactor `TLSX_KeyShare_GenEccKey` to support either ECC or CURVE25519. Fix for `PemToDer` to handle ED25519 without ECC enabled. 6 years ago
  David Garske c288d0815d Added support for building and using PKCS7 without RSA (assuming ECC is enabled). 6 years ago
  jrblixt 1cd6075b9d Nightly build fix. 6 years ago
  Chris Conlon c08f5b86cf Merge pull request #1444 from jrblixt/unitTest_api_addPkcs-PR03162018 6 years ago
  jrblixt 316a2b9fb4 Review changes: Chris. 6 years ago
  Jacob Barthelmeh df6ea54cd5 add support for PKCS8 decryption to OPENSSL_EXTRA_X509_SMALL build 6 years ago
  jrblixt 2788183e79 Known config. tests fix. 6 years ago
  jrblixt 1aba6e9b44 Prepare for PR. 6 years ago
  Jacob Barthelmeh e0afec0600 fix RSA macro, tickets without server, and add test case 6 years ago
  toddouska 442430d39e Merge pull request #1392 from ejohnstown/rsa-decrypt-check 6 years ago