Commit History

Author SHA1 Message Date
  Daniel Pouzzner 972c6c032e ssl.c: clean up MD5->SHA refactor of wolfSSL_LH_strhash() (peer review). 2 years ago
  Daniel Pouzzner 67db7b7f32 fixes for issues identified by Jenkins run: 2 years ago
  Daniel Pouzzner f1c1f76851 ssl.c: refactor wolfSSL_LH_strhash() to use SHA1 instead of MD5, to eliminate dependency on deprecated alg. 2 years ago
  Daniel Pouzzner 220a255281 use WOLFSSL_BIO_ERROR, not SOCKET_INVALID (both macros have value -1), as the default/unset value of WOLFSSL_BIO.num, to avoid unnecessary dependency on HAVE_SOCKADDR. 2 years ago
  Daniel Pouzzner 4cf1826c8f PRAGMA_GCC_*: refactor macros to properly push a context, and refactor their use in src/tls13.c:DeriveKey() to deal with gcc context quirks that otherwise disabled the warning mask when defined(HAVE_FIPS); add a missing #ifndef NO_MD5 in ssl.c:wolfSSL_LH_strhash(). 2 years ago
  Daniel Pouzzner b673622322 FIPS 140-3 misc fixes including fixes for rebase errors. 2 years ago
  John Safranek 2de6b3b2bd Move the KDF functions into their own source file. 3 years ago
  David Garske 9c665d7282 Merge pull request #4501 from embhorn/zd13114 2 years ago
  Eric Blankenhorn 19feab7850 Fix wolfSSL_ASN1_TIME_diff use of gmtime and 32-bit overflow 2 years ago
  Juliusz Sosinowicz 48b304be00 Fix issues with `AIA_OCSP_OID` and `AIA_CA_ISSUER_OID` 2 years ago
  Juliusz Sosinowicz 57b9170ac0 Make NID's consistent 2 years ago
  John Safranek a0c7c079b8 Revert "Make NID's consistent" 2 years ago
  Sean Parkinson cdf72facbf Merge pull request #4429 from julek-wolfssl/fix-nids 2 years ago
  Sean Parkinson 6070981366 Merge pull request #4490 from dgarske/static_mem_unittest 2 years ago
  David Garske 517225e135 Merge pull request #4497 from cconlon/authInfo 2 years ago
  David Garske bf2b13939f Merge pull request #4329 from kaleb-himes/OE22-Porting-Changes 2 years ago
  Chris Conlon 402ee29163 fix nid2oid/oid2nid for oidCertAuthInfoType 2 years ago
  kaleb-himes 5859779ddf Check-in non-FIPS specific porting changes for OE22 2 years ago
  John Safranek d83d16af59 Merge pull request #4483 from julek-wolfssl/cov-reports 2 years ago
  David Garske c027fffa92 Fix for CTX free heap hint issue. With openssl extra the `param` and `x509_store.lookup.dirs` are allocated at CTX init and if heap or static pool was used depends on `ctx->onHeapHint`. Added test case for this and inline code comment. 2 years ago
  John Safranek 734a73dd35 Add missing null-check. Fix dead store. 2 years ago
  John Safranek aad230a7e3 Restore a test case. Add a missing null-check. 2 years ago
  Hayden Roche 0b6523d933 Rename pem_password_cb to wc_pem_password_cb. 2 years ago
  David Garske b5f4a0c005 Improve API unit test to use `X509_NAME_get_sz` and make it widely available. 2 years ago
  David Garske f17187aad9 Fixes for static memory testing. Fix clang memory sanitizer warnings. 2 years ago
  Juliusz Sosinowicz f512514fd6 #450 2 years ago
  Juliusz Sosinowicz a4a093ebed #449 2 years ago
  Juliusz Sosinowicz 9e3ff9c92c #427 2 years ago
  Juliusz Sosinowicz 9386a882b9 #424 2 years ago
  Juliusz Sosinowicz 4d5dceaa4e #421 2 years ago