Commit History

Author SHA1 Message Date
  Daniel Stenberg b734518371 nss: error: unused variable 'connssl' 9 years ago
  Alessandro Ghedini 185914fd31 nss: add support for TLS False Start 9 years ago
  Kamil Dudka e3fbdc7c8a nss: explicitly tell NSS to disable NPN/ALPN 9 years ago
  Daniel Stenberg 9395999543 checksrc: use space after comma 9 years ago
  Markus Elfring 29c655c0a6 Bug #149: Deletion of unnecessary checks before calls of the function "free" 9 years ago
  Daniel Stenberg 00ea0e7db0 http2: use CURL_HTTP_VERSION_* symbols instead of NPN_* 9 years ago
  Alessandro Ghedini 42bc45be8e nss: make it possible to enable ALPN/NPN without HTTP2 9 years ago
  Daniel Stenberg 8aabbf5f8c vtls: use curl_printf.h all over 9 years ago
  Kamil Dudka 4909f7c795 nss: do not skip Curl_nss_seed() if data is NULL 9 years ago
  Kamil Dudka 7a1538d9cc nss: improve error handling in Curl_nss_random() 9 years ago
  Alessandro Ghedini 63b4b8c7bd nss: fix NPN/ALPN protocol negotiation 9 years ago
  Steve Holme 5d5c78b47f vtls: Removed unimplemented overrides of curlssl_close_all() 9 years ago
  Alessandro Ghedini f46c6fbee0 nss: add support for the Certificate Status Request TLS extension 10 years ago
  Daniel Stenberg e6b4b4b66d NSS: fix compiler error when built http2-enabled 9 years ago
  Steve Holme 037cd0d991 vtls: Fixed compilation warning and an ignored return code 9 years ago
  Steve Holme 2728caa613 nss: Don't ignore Curl_extract_certinfo() OOM failure 9 years ago
  Steve Holme 0943045108 nss: Don't ignore Curl_ssl_init_certinfo() OOM failure 9 years ago
  Steve Holme b235c29366 nss: Use 'CURLcode result' for curl result codes 9 years ago
  Daniel Stenberg 680d5fd041 http2: avoid logging neg "failure" if h2 was not requested 10 years ago
  Kamil Dudka 3f430c9c3a nss: drop the code for libcurl-level downgrade to SSLv3 10 years ago
  Jay Satiro ec783dc142 SSL: Remove SSLv3 from SSL default due to POODLE attack 10 years ago
  Kamil Dudka 0aecdf6828 nss: reset SSL handshake state machine 10 years ago
  Kamil Dudka 9e37a7f9a5 nss: do not fail if a CRL is already cached 10 years ago
  Daniel Stenberg 8dfd22089c vtls: make the random function mandatory in the TLS backend 10 years ago
  Kamil Dudka 30b093f6fc nss: do not check the version of NSS at run time 10 years ago
  Kamil Dudka ca2aa61b66 nss: make the list of CRL items global 10 years ago
  Kamil Dudka 52cd5ac21c nss: fix a memory leak when CURLOPT_CRLFILE is used 10 years ago
  Kamil Dudka caa4db8a51 nss: make crl_der allocated on heap 10 years ago
  Kamil Dudka 2968f957aa nss: let nss_{cache,load}_crl return CURLcode 10 years ago
  Kamil Dudka 7581dee10a nss: make the fallback to SSLv3 work again 10 years ago