Commit History

Author SHA1 Message Date
  bel 69f222f3d4 Add some server unit tests 9 years ago
  bel b97fbb6948 Allow to build 3rd party components with warnings - set to true automatically if 3rd party componets are used 9 years ago
  bel fcc69f8ee2 Allow to build 3rd party components with warnings 9 years ago
  bel 97596344e2 Fix some warnings 9 years ago
  bel2125 538aa60514 SSL certs for tests: Add pfx files 9 years ago
  bel 407e628b0b Merge #217 with a another (incomplete) implementation of the same issue, and format code 9 years ago
  bel2125 b9b940577a Merge pull request #217 from MGralka/ssl_client 9 years ago
  Mateusz Gralka 3e78c7957b Fixed broken link. 9 years ago
  Mateusz Gralka 5288801700 Updated user manual. 9 years ago
  Mateusz Gralka d732357e00 Option for enabling/disabling forward secrecy. 9 years ago
  Mateusz Gralka 18c39907b3 Description of new options. 9 years ago
  Mateusz Gralka 5f920313fb CA file, settings for loading ssl default cert paths and chain depth, fixed tabs, more memory for config dialog. 9 years ago
  Mateusz Gralka 9a3e5cde11 Additional options for ssl connection. 9 years ago
  Mateusz Gralka 01c22c76d8 Enable peer verification in set_ssl_option. Updated user manual for new config options. 9 years ago
  Mateusz Gralka ef1f58425c Modified .gitignore. 9 years ago
  Mateusz Gralka d119ccf361 Verify existence of CA directory. 9 years ago
  Mateusz Gralka c801dbf412 Fixed ssl_ca_path option type and TODO. 9 years ago
  Mateusz Gralka 67381552b4 Merge branch 'master' of https://github.com/civetweb/civetweb into ssl_client 9 years ago
  Mateusz Gralka 418a555403 Options for verifying client certificate in SSL/TLS connection and .setting CA path for the server. 9 years ago
  bel 29cb09973b Format C++ example 9 years ago
  bel 64e6264676 Add example how to handle PUT and POST in C++ 9 years ago
  bel2125 baee5d3ddc Merge pull request #216 from kainjow/patch-1 9 years ago
  Kevin Wojniak 61fcfcda68 Fix redefinition of timespec in VS2015 9 years ago
  bel2125 f75286c064 Create certificates for server and client tests 9 years ago
  bel 62899cbd09 Websockent client: do 32 bit xor mask only if data is 4 byte aligned im memory (clean merge #210) 10 years ago
  bel 35093e42bf Websockent client: handle data size != n*4 (clean merge #210) 10 years ago
  bel cca04297a0 Use better random number generator 10 years ago
  bel 2e2cf78ab0 Use random number to generate websocket client mask 10 years ago
  bel 7f6bd998dd Add some TODOs after merge #210 10 years ago
  bel2125 d8ade358c0 Merge pull request #210 from tnoho/tnoho 10 years ago