summaryrefslogtreecommitdiff
path: root/lib/vtls/nss.c
Commit message (Expand)AuthorAgeFilesLines
* nss: load libnssckbi.so if no other trust is specifiedKamil Dudka2017-04-251-8/+43
* nss: factorize out nss_{un,}load_module to separate fncsKamil Dudka2017-04-251-27/+56
* nss: do not leak PKCS #11 slot while loading a keyKamil Dudka2017-04-251-2/+4
* nss: adapt to the new Curl_llist APIKamil Dudka2017-04-241-4/+26
* nss: fix MinGW compiler warningsMarcel Raad2017-04-181-5/+5
* TLS: Fix switching off SSL session id when client cert is usedJay Satiro2017-04-181-1/+1
* nss: load CA certificates even with --insecureKamil Dudka2017-04-101-2/+5
* nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7dMarcel Raad2017-04-061-15/+8
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-35/+65
* nss: make FTPS work with --proxytunnelKamil Dudka2017-02-091-12/+11
* nss: use the correct lock in nss_find_slot_by_name()Kamil Dudka2017-01-151-2/+2
* rand: make it work without TLS backingDaniel Stenberg2017-01-121-6/+6
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-1/+2
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann2016-11-251-1/+5
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-241-1/+2
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-6/+6
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-62/+106
* vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro2016-11-091-2/+2
* nss: silence warning 'SSL_NEXT_PROTO_EARLY_VALUE not handled in switch'Kamil Dudka2016-11-071-0/+5
* vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka2016-11-071-0/+8
* nss: map CURL_SSLVERSION_DEFAULT to NSS defaultKamil Dudka2016-11-071-1/+13
* gskit, nss: do not include strequal.hKamil Dudka2016-10-311-1/+1
* strcasecompare: replaced remaining rawstr.h with strcase.hDan Fandrich2016-10-311-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* nss: fix tight loop in non-blocking TLS handhsake over proxyMartin Frodl2016-10-251-1/+4
* nss: add chacha20-poly1305 cipher suites if supported by NSSKamil Dudka2016-09-221-0/+9
* nss: add cipher suites using SHA384 if supported by NSSKamil Dudka2016-09-221-0/+10
* nss: fix typo in ecdhe_rsa_null cipher suite stringKamil Dudka2016-09-221-1/+1
* nss: work around race condition in PK11_FindSlotByName()Peter Wang2016-08-261-3/+19
* nss: refuse previously loaded certificate from fileKamil Dudka2016-08-261-1/+7
* nss: make the global variables staticDaniel Stenberg2016-08-171-8/+6
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-21/+21
* TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg2016-05-091-7/+7
* nss: search slash in forward direction in dup_nickname()Kamil Dudka2016-02-101-8/+2
* nss: do not count enabled cipher-suitesKamil Dudka2016-02-101-7/+7
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-131-2/+2
* ssl: add server cert's "sha256//" hash to verboseDaniel Hwang2015-09-191-2/+1
* nss: prevent NSS from incorrectly re-using a sessionKamil Dudka2015-09-181-0/+4
* nss: check return values of NSS functionsKamil Dudka2015-09-181-2/+6
* nss: do not directly access SSL_ImplementedCiphers[]Kamil Dudka2015-09-041-3/+9
* SSL: Pinned public key hash supportmoparisthebest2015-07-011-0/+13
* nss: fix compilation failure with old versions of NSSPaul Howarth2015-04-271-2/+4
* nss: implement public key pinning for NSS backendKamil Dudka2015-04-221-0/+53
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* nss: error: unused variable 'connssl'Daniel Stenberg2015-03-211-4/+0
* nss: add support for TLS False StartAlessandro Ghedini2015-03-201-0/+78
* nss: explicitly tell NSS to disable NPN/ALPNKamil Dudka2015-03-181-9/+6