curl/lib/vtls
Jay Satiro 357161accd openssl: fix gcc8 warning
- Use memcpy instead of strncpy to copy a string without termination,
  since gcc8 warns about using strncpy to copy as many bytes from a
  string as its length.

Suggested-by: Viktor Szakats

Closes https://github.com/curl/curl/issues/2980
2018-09-12 03:14:20 -04:00
..
axtls.c
axtls.h
cyassl.c wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_random 2018-07-26 16:21:59 +02:00
cyassl.h
darwinssl.c ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code 2018-09-06 08:27:15 +02:00
darwinssl.h
gskit.c
gskit.h
gtls.c
gtls.h
mbedtls.c
mbedtls.h
nss.c ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code 2018-09-06 08:27:15 +02:00
nssg.h
openssl.c openssl: fix gcc8 warning 2018-09-12 03:14:20 -04:00
openssl.h
polarssl_threadlock.c
polarssl_threadlock.h
polarssl.c
polarssl.h
schannel_verify.c schannel: unified error code handling 2018-09-06 08:27:15 +02:00
schannel.c schannel: avoid switch-cases that go to default anyway 2018-09-07 08:23:00 +02:00
schannel.h boringssl + schannel: undef X509_NAME in lib/schannel.h 2018-06-08 23:25:17 +02:00
vtls.c url, vtls: make CURLOPT{,_PROXY}_TLS13_CIPHERS work 2018-09-03 18:11:24 +02:00
vtls.h