Commit History

Author SHA1 Message Date
  Daniel Stenberg f6767f5435 TLS: move the ALPN/NPN enable bits to the connection 8 years ago
  Kamil Dudka 64fa3b8d64 nss: search slash in forward direction in dup_nickname() 8 years ago
  Kamil Dudka 6390e65664 nss: do not count enabled cipher-suites 8 years ago
  Daniel Stenberg 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
  Daniel Stenberg 4bcc532de5 http: add libcurl option to allow HTTP/2 for HTTPS only 9 years ago
  Daniel Hwang 30c131f51f ssl: add server cert's "sha256//" hash to verbose 9 years ago
  Kamil Dudka 958d2ffb19 nss: prevent NSS from incorrectly re-using a session 9 years ago
  Kamil Dudka a9fd53887b nss: check return values of NSS functions 9 years ago
  Kamil Dudka 7380433d6a nss: do not directly access SSL_ImplementedCiphers[] 9 years ago
  moparisthebest 55b78c5ae9 SSL: Pinned public key hash support 9 years ago
  Paul Howarth d4f62f6c5d nss: fix compilation failure with old versions of NSS 9 years ago
  Kamil Dudka b47c17d67c nss: implement public key pinning for NSS backend 9 years ago
  Dan Fandrich 35648f2e79 curl_memory: make curl_memory.h the second-last header file loaded 9 years ago
  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 10 years ago
  Steve Holme 037cd0d991 vtls: Fixed compilation warning and an ignored return code 10 years ago
  Steve Holme 2728caa613 nss: Don't ignore Curl_extract_certinfo() OOM failure 10 years ago
  Steve Holme 0943045108 nss: Don't ignore Curl_ssl_init_certinfo() OOM failure 10 years ago