index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vtls
/
nss.c
Age
Commit message (
Expand
)
Author
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
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-07
http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*
Daniel Stenberg
2015-03-07
nss: make it possible to enable ALPN/NPN without HTTP2
Alessandro Ghedini
2015-03-03
vtls: use curl_printf.h all over
Daniel Stenberg
[prev]
[next]