Commit History

Author SHA1 Message Date
  Daniel Pouzzner 58462840c1 src/ssl.c: add missing cast in wolfSSL_GetSessionFromCache(). 2 months ago
  JacobBarthelmeh 9f240bb34c fix for warning of no stdint.h include with uintptr_t 2 months ago
  Daniel Pouzzner 321a72c906 misc fixes: 3 months ago
  Daniel Pouzzner 7fbb209684 ssl.c: in wolfSSL_Init(), fix cppcheck identicalInnerCondition warning on non-FIPS configurations. 3 months ago
  Eric Blankenhorn cf733c306c Merge pull request #7284 from douzzer/20240229-mutex-initializer-global-refactor 3 months ago
  Daniel Pouzzner dfbde4514b global refactor of static mutex initialization to use WOLFSSL_MUTEX_INITIALIZER, and adjustment of WOLFSSL_MUTEX_INITIALIZER macro to take an argument, for Linux kernel compatibility. 3 months ago
  Sean Parkinson 9addb3e45d SSL: Change other ProcessBufferTryDecode*() 3 months ago
  Sean Parkinson b53cc0e98c SSL: Loading bad private key 3 months ago
  Daniel Pouzzner daf43cd04f Merge pull request #7260 from kosmas-valianos/missingConst 3 months ago
  Juliusz Sosinowicz 4caef93346 Implement transient certs 4 months ago
  Kosmas Valianos 73a6935386 Add const in the list of wolfSSL_CTX_set1_groups_list() and wolfSSL_set1_groups_list() 3 months ago
  Juliusz Sosinowicz 44de6dfdd3 Return correct values in get_signature APIs and write tests 3 months ago
  Juliusz Sosinowicz 6537c7163c Implement SSL_get_peer_signature_nid and SSL_get_peer_signature_type_nid 3 months ago
  gojimmypi bf29066d70 Add wolfSSL debug messages 3 months ago
  David Garske dec4caa98f Merge pull request #7206 from julek-wolfssl/gh/7196 4 months ago
  gojimmypi 10b5c375ef introduce MICRO_SESSION_CACHE, update comments 4 months ago
  Juliusz Sosinowicz 5b5d6481de Fix write_dup with chacha-poly 4 months ago
  JacobBarthelmeh 0c150d2391 Merge pull request #7150 from dgarske/getenv 4 months ago
  Sean Parkinson b0d64b419d Merge pull request #7084 from julek-wolfssl/set-cipher-ssl 4 months ago
  David Garske 76550465bd Fixes build with `NO_STDIO_FILESYSTEM` defined. 4 months ago
  David Garske a4affd9431 Improve use of XGETENV in `wolfSSL_RAND_file_name` to check for macro. 4 months ago
  David Garske a3a7012c81 Merge pull request #7136 from jpbland1/x509-new-ex 4 months ago
  Juliusz Sosinowicz 1288d71132 Address code review 4 months ago
  Juliusz Sosinowicz afd0e5af4e Refactor haveAnon into useAnon 5 months ago
  Juliusz Sosinowicz b8b847bbcf Allow SetCipherList to operate on SSL without modifying on SSL_CTX 5 months ago
  David Garske ac81d9d29c Merge pull request #7110 from Frauschi/pq_secure_element 4 months ago
  Anthony Hu 9be390250d Adding support for dual key/signature certificates. (#7112) 4 months ago
  Tobias Frauenschläger 8e6d151403 PQC: CryptoCb support for signature algorithms 6 months ago
  John Bland 41ea1109ec update uses of wolfSSL_X509_new and wolfSSL_X509_d2i 4 months ago
  John Bland 03f32b623f update based on PR comments 4 months ago