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-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
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
[next]