summaryrefslogtreecommitdiff
path: root/lib/ssluse.c
Commit message (Expand)AuthorAgeFilesLines
* vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg2013-12-201-2731/+0
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* SSL: Follow up work to commits 6a1363128f1107 and 87861c9b0e8155Steve Holme2013-10-171-9/+3
* SSL: Added unsupported cipher version check for OpenSSLSteve Holme2013-10-161-0/+10
* SSL: Corrected typo from commit 87861c9b0e8155Steve Holme2013-10-161-1/+1
* SSL: Fixed OpenSSL builds prior to v1.0.1Steve Holme2013-10-161-0/+8
* SSL: protocol version can be specified more preciselyGergely Nagy2013-10-151-14/+37
* OpenSSL: improve the grammar of the language in 39beaa5ffbccDaniel Stenberg2013-10-131-2/+2
* OpenSSL: use failf() when subjectAltName mismatchesAndrej E Baranov2013-10-131-0/+2
* OpenSSL: acknowledge CURLOPT_SSL_VERIFYHOST without VERIFYPEERDaniel Stenberg2013-10-021-1/+1
* ssluse.c: Fixed compilation warnings when ENGINE not supportedSteve Holme2013-09-281-1/+1
* openssl: use correct port number in error messageDaniel Stenberg2013-09-211-1/+1
* Pass password to OpenSSL engine by user interfacePetr Písař2013-09-071-1/+56
* ssluse.c,sslgen.c,sslgen.h: move certinfo support to generic SSLPatrick Monnerat2013-07-151-86/+16
* ossl_recv: check for an OpenSSL error, don't assumeDaniel Stenberg2013-06-231-6/+12
* cert_stuff: avoid double free in the PKCS12 codeDaniel Stenberg2013-06-101-2/+13
* cert_stuff: remove code duplication in the pkcs12 logicDaniel Stenberg2013-06-101-24/+12
* ossl_recv: SSL_read() returning 0 is an error tooMike Giancola2013-05-221-1/+1
* ossl_send: SSL_write() returning 0 is an error tooMike Giancola2013-05-221-1/+1
* servercert: allow empty subjectDaniel Stenberg2013-05-071-8/+1
* ossl_seed: avoid recursive seeding!Daniel Stenberg2013-02-221-4/+2
* ossl_seed: fix the last resort PRNG seedingDaniel Stenberg2013-02-141-19/+6
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-11/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+2736
* build: rename 93 lib/*.c filesYang Tse2013-01-031-2736/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-3/+3
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-16/+16
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-3/+0
* OpenSSL: Disable SSL/TLS compressionCristian Rodríguez2012-11-131-0/+4
* SSL: Several SSL-backend related fixesOscar Koeroo2012-11-081-67/+3
* OpenSSL/servercert: use correct buffer size, not size of pointerDaniel Stenberg2012-11-061-3/+3
* CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg2012-11-061-8/+3
* ssluse.c: md5.h is required for Curl_ossl_md5sumMarc Hoersken2012-10-081-0/+1
* ssluse.c: fix compiler warning: conversion to 'int' from 'size_t'Yang Tse2012-06-271-1/+1
* ossl_seed: remove leftover RAND_screen checkDaniel Stenberg2012-06-261-6/+0
* SSL cleanup: use crypto functions through the sslgen layerDaniel Stenberg2012-06-261-0/+20
* Fix bad failf() and info() usageYang Tse2012-06-141-5/+5
* OpenSSL: support longer certificate subject namesDaniel Stenberg2012-06-091-2/+2
* OpenSSL cert: provide more details when cert check failsGokhan Sengun2012-04-231-3/+13
* OpenSSL: Made cert hostname check conform to RFC 6125Tatsuhiro Tsujikawa2012-04-011-27/+37
* fix several compiler warningsYang Tse2012-03-221-7/+10
* fix some compiler warningsYang Tse2012-03-161-2/+3
* CURLOPT_SSL_OPTIONS: addedDaniel Stenberg2012-02-091-1/+4
* OpenSSL: don't disable security work-aroundDaniel Stenberg2012-01-241-0/+11
* OpenSSL: follow-up for commit a20daf90e3Yang Tse2012-01-191-2/+1
* OpenSSL: fix PKCS#12 certificate parsing related memory leakJohannes Bauer2012-01-181-0/+6
* OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option is no longer enabledYang Tse2012-01-181-7/+21
* OpenSSL: remove reference to openssl internal structPeter Sylvester2012-01-041-3/+4
* OpenSSL: check for the SSLv2 function in configureDaniel Stenberg2011-12-061-0/+5