summaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
AgeCommit message (Expand)Author
2020-12-07openssl: make the OCSP verification verify the certificate idDaniel Stenberg
2020-12-03openssl: use OPENSSL_init_ssl() with >= 1.1.0Daniel Stenberg
2020-12-01openssl: free mem_buf in error pathDaniel Stenberg
2020-11-30openssl: remove #if 0 leftoverDaniel Stenberg
2020-11-19openssl: guard against OOM on context creationDaniel Gustafsson
2020-11-04curl.se: new homeDaniel Stenberg
2020-10-16openssl: acknowledge SRP disabling in configure properlyDaniel Stenberg
2020-10-15checksrc: warn on empty line before open braceDaniel Stenberg
2020-10-12windows: fix comparison of mismatched types warningViktor Szakats
2020-10-01vtls: deduplicate some DISABLE_PROXY ifdefsKamil Dudka
2020-09-14vtls: deduplicate client certificates in ssl_config_dataGergely Nagy
2020-09-07openssl: consider ALERT_CERTIFICATE_EXPIRED a failed verificationDaniel Stenberg
2020-09-02openssl: avoid error conditions when importing native CADaniel Stenberg
2020-08-30tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch
2020-08-28TLS: fix SRP detection by using the proper #ifdefsDaniel Stenberg
2020-08-26openssl: Fix wincrypt symbols conflict with BoringSSLJay Satiro
2020-08-19tls: provide the CApath verbose log on its own lineDaniel Stenberg
2020-08-01openssl: fix build with LibreSSL < 2.9.1Marcel Raad
2020-07-27WIN32: stop forcing narrow-character APIMarcel Raad
2020-06-28terminology: call them null-terminated stringsDaniel Stenberg
2020-06-25openssl: Fix compilation on Windows when ngtcp2 is enabledJavier Blazquez
2020-06-22openssl: Don't ignore CA paths when using Windows CA storeJay Satiro
2020-06-22openssl: Fix CA fallback logic for OpenSSL 3.0 buildJay Satiro
2020-06-06openssl: set FLAG_TRUSTED_FIRST unconditionallyFrançois Rigault
2020-05-30build: disable more code/data when built without proxy supportDaniel Stenberg
2020-05-30timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg
2020-05-27vtls: Extract and simplify key log file handling from OpenSSLPeter Wu
2020-05-26cleanup: use a single space after equals sign in assignmentsDaniel Stenberg
2020-05-15setopt: support certificate options in memory with struct curl_blobGilles Vollant
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-13OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAINDaniel Stenberg
2020-05-08CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant
2020-03-30cleanup: insert newline after if() conditionsDaniel Stenberg
2020-03-26openssl: adapt to functions marked as deprecated since version 3Daniel Stenberg
2020-03-19openssl: remove the BACKEND define kludgeDaniel Stenberg
2020-02-03openssl: remove redundant assignmentMarcel Raad
2020-01-23openssl: make CURLINFO_CERTINFO not truncate x509v3 fieldsDaniel Stenberg
2019-12-03openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg
2019-12-03openssl: set X509_V_FLAG_PARTIAL_CHAINDaniel Stenberg
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-12-01openssl: retrieve reported LibreSSL version at runtimeJay Satiro
2019-11-22openssl: Revert to less sensitivity for SYSCALL errorsJay Satiro
2019-11-22openssl: improve error message for SYSCALL during connectDaniel Stenberg
2019-11-12openssl: prevent recursive function calls from ctx callbacksDaniel Stenberg
2019-09-26openssl: use strerror on SSL_ERROR_SYSCALLDaniel Stenberg
2019-09-23vtls: fix narrowing conversion warningsMarcel Raad
2019-09-22openssl: fix compiler warning with LibreSSLMarcel Raad
2019-09-16openssl: fix warning with boringssl and SSL_CTX_set_min_proto_versionDaniel Stenberg
2019-09-13openssl: close_notify on the FTP data connection doesn't mean closureDaniel Stenberg
2019-09-10openssl: use SSL_CTX_set_<min|max>_proto_version() when availableClément Notin