Commit History

Author SHA1 Message Date
  John Safranek f1d43f6891 Add error code for the private key read lockout. 2 years ago
  John Safranek 86c040a3ae Rename the PCT error codes to remove 'FIPS' since they can be enabled without FIPS. 3 years ago
  John Safranek a967cbcb7b 56Ar3 Testing Updates 3 years ago
  John Safranek 17a4c891ce Add CASTs for TLSv1.2, TLSv1.3, and SSH KDFs. 3 years ago
  John Safranek e32c58d533 Add RSA PAT. 3 years ago
  John Safranek 9656b83a03 Add ECDSA-KAT CAST. 3 years ago
  Anthony Hu 33cb823148 Remove legacy NTRU and OQS (#4418) 2 years ago
  David Garske 700b1c56c1 Improve CRL error codes. Add `--enable-crl=io` option. ZD 12791 2 years ago
  Daniel Pouzzner 5d9ee97530 WOLFSSL_AES_CBC_LENGTH_CHECKS: add gated logic to aes.c wc_AesCbc{En,De}crypt() to return BAD_LENGTH_E when input length is not a multiple of AES_BLOCK_SIZE; add gated tests of new functionality in test_wc_AesCbcEncryptDecrypt(); fix first encrypt-decrypt-memcmp in test_wc_AesCbcEncryptDecrypt() to span all of test vector and extend test vector length to be block-multiple; add ungated logic in platform-specific wc_AesCbc{En,De}crypt() routines to return with early success when blocks == 0 (also mitigates buffer overrun on short (less-than-AES_BLOCK_SIZE) input); add BAD_LENGTH_E error code; update documentation. 3 years ago
  Sean Parkinson 35659be06f AES GCM: implement streaming 3 years ago
  toddouska 3ac03d3d66 Merge pull request #3805 from JacobBarthelmeh/copyright 3 years ago
  Sean Parkinson a55e94cf6f ECCSI and SAKKE: add support 3 years ago
  Jacob Barthelmeh c729318ddd update copyright date 3 years ago
  Tesfa Mael cebb283822 DO-178 changes 4 years ago
  JacobBarthelmeh 6b4551c012 Merge pull request #2654 from cariepointer/qt-512-513 4 years ago
  Chris Conlon 45c5a2d39c update copyright to 2020 4 years ago
  Carie Pointer ee13dfd878 Add Qt 5.12 and 5.13 support 4 years ago
  John Safranek 19a4371d48 Maintenance: Error Strings 4 years ago
  Sean Parkinson 35ec2bc6d4 Compile options for larger salt lengths in RSA-PSS 4 years ago
  Jacob Barthelmeh f79a119c82 add storing sig/digest if no certs in bundle 5 years ago
  John Safranek 246c444b93 Updates for v4.0.0 5 years ago
  David Garske 68c04a95e0 Refactor of the crypto callback return code for cases when unavailable to use new error code `CRYPTOCB_UNAVAILABLE`. Retains support for original `NOT_COMPILED_IN` error code. Added new `CRYPTO_CB_VER` define for helping applications handle/detect changes to crypto callback interface (currently no way to determine changes at build-time between release cycles). 5 years ago
  Jacob Barthelmeh 83a150c4df stream of PKCS7 decode encrypted 5 years ago
  Sean Parkinson 67bb558025 Return error when attempting to verify signed data without signers 5 years ago
  David Garske 319096e7e7 Fix indent for error case. 5 years ago
  David Garske 680a863054 Added support for building with certificate parsing only. `./configure --enable-asn=nocrypt`. Added new API for parsing PIV format certificates `wc_ParseCertPIV` with `WOLFSSL_CERT_PIV` build option. Added `wc_DeCompress_ex` with ability to decompress GZIP. Moved the ZLIB error codes into wolfCrypt. 5 years ago
  Jacob Barthelmeh 2e88151cfd crypto only sha256 cryptodev 5 years ago
  JacobBarthelmeh cb756397b3 inital AES-CBC with af_alg 6 years ago
  John Safranek 12edf80e2b FIPS Revalidation 6 years ago
  John Safranek 20d8a4a376 FIPS Revalidation 6 years ago