Age | Commit message (Expand) | Author |
2017-04-25 | nss: load libnssckbi.so if no other trust is specified | Kamil Dudka |
2017-04-25 | nss: factorize out nss_{un,}load_module to separate fncs | Kamil Dudka |
2017-04-25 | nss: do not leak PKCS #11 slot while loading a key | Kamil Dudka |
2017-04-24 | nss: adapt to the new Curl_llist API | Kamil Dudka |
2017-04-18 | nss: fix MinGW compiler warnings | Marcel Raad |
2017-04-18 | TLS: Fix switching off SSL session id when client cert is used | Jay Satiro |
2017-04-10 | nss: load CA certificates even with --insecure | Kamil Dudka |
2017-04-06 | nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7d | Marcel Raad |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-02-09 | nss: make FTPS work with --proxytunnel | Kamil Dudka |
2017-01-15 | nss: use the correct lock in nss_find_slot_by_name() | Kamil Dudka |
2017-01-12 | rand: make it work without TLS backing | Daniel Stenberg |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-25 | HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY | Thomas Glanzmann |
2016-11-24 | checksrc: move open braces to comply with function declaration style | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-09 | vtls: Fail on unrecognized param for CURLOPT_SSLVERSION | Jay Satiro |
2016-11-07 | nss: silence warning 'SSL_NEXT_PROTO_EARLY_VALUE not handled in switch' | Kamil Dudka |
2016-11-07 | vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3 | Kamil Dudka |
2016-11-07 | nss: map CURL_SSLVERSION_DEFAULT to NSS default | Kamil Dudka |
2016-10-31 | gskit, nss: do not include strequal.h | Kamil Dudka |
2016-10-31 | strcasecompare: replaced remaining rawstr.h with strcase.h | Dan Fandrich |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-25 | nss: fix tight loop in non-blocking TLS handhsake over proxy | Martin Frodl |
2016-09-22 | nss: add chacha20-poly1305 cipher suites if supported by NSS | Kamil Dudka |
2016-09-22 | nss: add cipher suites using SHA384 if supported by NSS | Kamil Dudka |
2016-09-22 | nss: fix typo in ecdhe_rsa_null cipher suite string | Kamil Dudka |
2016-08-26 | nss: work around race condition in PK11_FindSlotByName() | Peter Wang |
2016-08-26 | nss: refuse previously loaded certificate from file | Kamil Dudka |
2016-08-17 | nss: make the global variables static | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-05-09 | TLS: move the ALPN/NPN enable bits to the connection | Daniel Stenberg |
2016-02-10 | nss: search slash in forward direction in dup_nickname() | Kamil Dudka |
2016-02-10 | nss: do not count enabled cipher-suites | Kamil Dudka |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-12-13 | http: add libcurl option to allow HTTP/2 for HTTPS only | Daniel Stenberg |
2015-09-19 | ssl: add server cert's "sha256//" hash to verbose | Daniel Hwang |
2015-09-18 | nss: prevent NSS from incorrectly re-using a session | Kamil Dudka |
2015-09-18 | nss: check return values of NSS functions | Kamil Dudka |
2015-09-04 | nss: do not directly access SSL_ImplementedCiphers[] | Kamil Dudka |
2015-07-01 | SSL: Pinned public key hash support | moparisthebest |
2015-04-27 | nss: fix compilation failure with old versions of NSS | Paul Howarth |
2015-04-22 | nss: implement public key pinning for NSS backend | Kamil Dudka |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-21 | nss: error: unused variable 'connssl' | Daniel Stenberg |
2015-03-20 | nss: add support for TLS False Start | Alessandro Ghedini |
2015-03-18 | nss: explicitly tell NSS to disable NPN/ALPN | Kamil Dudka |