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
2018-12-05
nss: Fix compatibility with nss versions 3.14 to 3.15
Paul Howarth
2018-12-05
nss: Improve info message when falling back SSL protocol
Paul Howarth
2018-12-05
nss: Fall back to latest supported SSL version
Paul Howarth
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-11-20
ssl: replace all internal uses of CURLE_SSL_CACERT
Han Han
2018-11-13
nss: remove version selecting dead code
Kamil Dudka
2018-11-13
nss: set default max-tls to 1.3/1.2
Daniel Stenberg
2018-11-12
nss: fix fallthrough comment to fix picky compiler warning
Daniel Stenberg
2018-10-03
nss: fix nssckbi module loading on Windows
Jay Satiro
2018-09-20
vtls: fix ssl version "or later" behavior change for many backends
Jay Satiro
2018-09-19
nss: try to connect even if libnssckbi.so fails to load
Kamil Dudka
2018-09-06
ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code
Han Han
2018-05-21
checksrc: make sure sizeof() is used *with* parentheses
Daniel Stenberg
2018-05-04
vtls: use unified "supports" bitfield member in backends
Daniel Stenberg
2018-04-06
tls: fix mbedTLS 2.7.0 build + handle sha256 failures
Wyatt O'Day
2018-02-15
nss: use PK11_CreateManagedGenericObject() if available
Kamil Dudka
2017-10-19
vtls: change struct Curl_ssl `close' field name to `close_one'.
Patrick Monnerat
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-08-28
vtls: refactor out essential information about the SSL backends
Johannes Schindelin
2017-08-28
vtls: allow selecting which SSL backend to use at runtime
Johannes Schindelin
2017-08-28
vtls: fold the backend ID into the Curl_ssl structure
Johannes Schindelin
2017-08-28
vtls: encapsulate SSL backend-specific data
Johannes Schindelin
2017-08-28
vtls: prepare the SSL backends for encapsulated private data
Johannes Schindelin
2017-08-28
getinfo: access SSL internals via Curl_ssl
Johannes Schindelin
2017-08-28
vtls: remove obsolete declarations of SSL backend functionality
Johannes Schindelin
2017-08-28
vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct
Johannes Schindelin
2017-08-28
vtls: convert the have_curlssl_* constants to runtime flags
Johannes Schindelin
2017-08-28
vtls: move sha256sum into the Curl_ssl struct
Johannes Schindelin
2017-08-28
vtls: move md5sum into the Curl_ssl struct
Johannes Schindelin
2017-08-28
vtls: use the Curl_ssl struct to access all SSL backends' functionality
Johannes Schindelin
2017-08-28
vtls: declare Curl_ssl structs for every SSL backend
Johannes Schindelin
2017-07-20
nss: fix a possible use-after-free in SelectClientCert()
Kamil Dudka
2017-07-20
nss: unify the coding style of nss_send() and nss_recv()
Kamil Dudka
2017-06-16
HTTPS-Proxy: don't offer h2 for https proxy connections
Jay Satiro
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
[next]