Commit History

Author SHA1 Message Date
  David Garske 911b6f95f8 Release v3.12.2 (lib 14.0.0). Updated copywright. 7 years ago
  David Garske 6707be2b0e Added new `--disable-oldnames` option to allow for using openssl along-side wolfssl headers (without OPENSSL_EXTRA). Add `--enable-opensslcoexist` which makes sure `oldnames` is disabled. Refactor of `SSL_` to `WOLF_SSL_`. Refactor of `SHA`, `MD5`, `SHA224`, `SHA256`, `SHA512` and `SHA384` to `WC_` naming. 7 years ago
  David Garske 55b07019a0 Fix for PKCS12 dynamic type names (also fix to use manual realloc since its NUMA type and that behaves different). 7 years ago
  Chris Conlon 15a1c9d48e fixes for MQX classic with Codewarrior 7 years ago
  David Garske 68439d4317 Completed refactor to cleanup dynamic types. Refined the tmp buffers to new types for more granularity. Fixed several places where malloc/free type was mis-matched. Cleanup of the PKCS12 code to improve cleanup handling. Fix wc_PKCS12_parse to return 0 on success else failure. 7 years ago
  David Garske eb1a191fd2 Refactor to add the wc_HmacInit and wc_HmacFree calls. 7 years ago
  David Garske c1640e8a3d Intel QuickAssist (QAT) support and async enhancements/fixes: 7 years ago
  Jacob Barthelmeh f77458992e resolve windows warnings and add sanity check with PKCS12 parse 7 years ago
  David Garske 3a1921e107 Fixes to ASN GetLength changes. Additional GetLength checks in PKCS7 and PKCS12. 7 years ago
  Jacob Barthelmeh ac5436b462 PKCS12 : return on memory error 7 years ago
  Jacob Barthelmeh fa48bca262 PKCS12 : visibility of structs and guards 8 years ago
  Jacob Barthelmeh 0839925797 PKCS12 : visibility, check on key match, sanity check on malloc 8 years ago
  Jacob Barthelmeh b686deecbe PKCS12 : Add PKCS12 parsing 8 years ago