aboutsummaryrefslogtreecommitdiff
path: root/library/ssl_cli.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-03Fix possible client crash on API misuseManuel Pégourié-Gonnard1-0/+12
2015-06-29Up min size of DHM params to 1024 bitsManuel Pégourié-Gonnard1-1/+2
2015-02-13Update copyright line to 2015Paul Bakker1-1/+1
2015-01-28Fix urlManuel Pégourié-Gonnard1-1/+1
2015-01-26Update copyright noticeManuel Pégourié-Gonnard1-5/+2
2014-10-23Fix potential bad read in parsing ServerHelloManuel Pégourié-Gonnard1-2/+11
2014-07-08Improve interop by not writing ext_len in ClientHello when 0Paul Bakker1-2/+5
2014-07-07SSL now gracefully handles missing RNGPaul Bakker1-0/+6
2014-07-07Safer buffer comparisons in the SSL modulesManuel Pégourié-Gonnard1-3/+5
2014-07-07Forced cast to prevent MSVC compiler warningPaul Bakker1-1/+1
2013-09-23RSA blinding on CRT operations to counter timing attacksPaul Bakker1-1/+1
2013-06-06Fixed offset for cert_type list in ssl_parse_certificate_request()Paul Bakker1-1/+1
2013-04-12Ability to specify allowed ciphersuites based on the protocol version.Paul Bakker1-6/+6
2013-01-25Added ssl_handshake_step() to allow single stepping the handshakePaul Bakker1-105/+97
2013-01-22Correctly handle CertificateRequest with empty DN list in <= TLS 1.1Paul Bakker1-4/+5
2012-11-24Fixed dependency on POLARSSL_SHA4_C in ssl modulesPaul Bakker1-0/+2
2012-11-23Fixed client certificate handling with TLS 1.2Paul Bakker1-30/+111
2012-10-31 - Moved ciphersuite naming scheme to IANA reserved namesPaul Bakker1-28/+28
2012-09-28 - Send ClientHello with 'minimal version'Paul Bakker1-2/+2
2012-09-28 - Added proper support for TLS 1.2 signature_algorithm extension on serverPaul Bakker1-1/+1
2012-09-28 - Added option to add minimum accepted SSL/TLS protocol versionPaul Bakker1-0/+12
2012-09-27 - Generalized external private key implementation handling (like PKCS#11) in...Paul Bakker1-26/+6
2012-09-25 - Added simple SSL session cache implementationPaul Bakker1-6/+6
2012-09-25 - Added predefined DHM groups from RFC 5114Paul Bakker1-1/+2
2012-09-17 - Sending of handshake_failures during renegotiation addedPaul Bakker1-10/+40
2012-09-16 - Added Secure Renegotiation (RFC 5746)Paul Bakker1-101/+240
2012-07-03 - Added DEFLATE compression support as per RFC3749 (requires zlib)Paul Bakker1-3/+21
2012-04-18 - Abstracted checksum updating during handshakePaul Bakker1-1/+6
2012-04-18 - Added GCM ciphersuites to TLS implementationPaul Bakker1-8/+37
2012-04-12 - Added support for the SHA256 ciphersuites of AES and CamelliaPaul Bakker1-2/+10
2012-04-12 - Updated commentsPaul Bakker1-3/+1
2012-04-11 - Added client side support for signature_algorithm extension and affiliated...Paul Bakker1-16/+167
2012-04-11 - Initial bare version of TLS 1.2Paul Bakker1-34/+138
2012-02-11 - Removed redundant POLARSSL_DEBUG_MSG definePaul Bakker1-2/+2
2012-02-06 - Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphe...Paul Bakker1-3/+5
2012-01-14 - Fixed warning for t if no debugging definedPaul Bakker1-0/+4
2011-12-11 - Enlarged maximum size of DHM a client accepts to 512 bytesPaul Bakker1-1/+1
2011-11-27 - Changed the used random function pointer to more flexible format. Renamed ...Paul Bakker1-4/+7
2011-10-06 - Added ssl_set_max_version() to set the client's maximum sent version numberPaul Bakker1-2/+5
2011-05-26 - Fixed a whole bunch of dependencies on defines between files, examples and...Paul Bakker1-0/+2
2011-04-24 - Major type rewrite of int to size_t for most variables and arguments used ...Paul Bakker1-11/+15
2011-04-01 - Fixed possible uninitialized valuesPaul Bakker1-1/+1
2011-03-08 - Added support for PKCS#1 v2.1 encoding and thus support for the RSAES-OAEP...Paul Bakker1-1/+2
2011-02-20 - Do not bail out if no client certificate specified. Try to negotiate anon...Paul Bakker1-1/+1
2011-01-27 - Renamed ciphers member of ssl_context and cipher member of ssl_session to ...Paul Bakker1-25/+25
2011-01-18 - Support for PKCS#11 through the use of the pkcs11-helper libraryPaul Bakker1-6/+33
2010-08-16 - Changed origins of random function and pointer in rsa_pkcs1_encrypt, rsa_i...Paul Bakker1-1/+3
2010-07-25 - Added support for TLS v1.1Paul Bakker1-3/+2
2010-07-18 - Fixed copyright messagePaul Bakker1-0/+3
2010-07-18 - Updated Copyright to correct entityPaul Bakker1-1/+2