summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2016-11-07Partial revert of "Fix client verify mode to check SSL_VERIFY_PEER"Matt Caswell
2016-11-07Ignore the record version in TLS1.3Matt Caswell
2016-11-07Correct the Id for the TLS1.3 ciphersuiteMatt Caswell
2016-11-07Always ensure that init_msg is initialised for a CCSMatt Caswell
2016-11-04Fix a missed size_t variable declarationMatt Caswell
2016-11-04Fix some style issues from libssl size_tify reviewMatt Caswell
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell
2016-11-04Fix a shadowed variable declaration warning picked up by TravisMatt Caswell
2016-11-04Test the size_t constant time functionsMatt Caswell
2016-11-04Ensure SSL_DEBUG works following size_t changesMatt Caswell
2016-11-04Fix some bogus warnings about uninitialised variablesMatt Caswell
2016-11-04Remove a stray TODO that has already been fixedMatt Caswell
2016-11-04Provide some constant time functions for dealing with size_t valuesMatt Caswell
2016-11-04Now that we can use size_t in PACKET lets use itMatt Caswell
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Convert the mac functions to just return 1 for success and 0 for failureMatt Caswell
2016-11-04Fix some ssl3_record code witch converstion to/from size_tMatt Caswell
2016-11-04Add some PACKET functions for size_tMatt Caswell
2016-11-04Convert SSL BIO to use SSL_write_ex().Matt Caswell
2016-11-04Fix some missed size_t updatesMatt Caswell
2016-11-04Resolve some outstanding size_t related TODOsMatt Caswell
2016-11-04Update misc function params in libssl for size_tMatt Caswell
2016-11-04Convert some libssl local functions to size_tMatt Caswell
2016-11-04Update cookie_len for size_tMatt Caswell
2016-11-04Update numerous misc libssl fields to be size_tMatt Caswell
2016-11-04Convert session_id_length and sid_ctx_len to size_tMatt Caswell
2016-11-04Convert master_secret_size code to size_tMatt Caswell
2016-11-04Convert various mac_secret_size usage to size_tMatt Caswell
2016-11-04Convert ssl3_cbc_digest_record for size_tMatt Caswell
2016-11-04Convert some misc record layer functions for size_tMatt Caswell
2016-11-04Convert SSL3_RECORD_clear() and SSL3_RECORD_release() to size_tMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-04Further libssl size_t-ify of readingMatt Caswell
2016-11-04Convert record layer to use size_tMatt Caswell
2016-11-02Fail if an unrecognised record type is receivedMatt Caswell
2016-11-02Fix read_aheadMatt Caswell
2016-11-02Add DTLS_get_data_mtu() functionDavid Woodhouse
2016-11-02Convert a big "if" into a "switch"Matt Caswell
2016-11-02Use ciphersuite id when matching if we've got oneMatt Caswell
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-11-01Add SSL_CTX_set1_cert_store()Todd Short
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell
2016-10-28Fix a shadowed variable declaration warningMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-10-28A zero return from BIO_read()/BIO_write() could be retryableMatt Caswell
2016-10-17Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse
2016-10-17Fix encrypt-then-mac implementation for DTLSDavid Woodhouse
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-10-03Fix linebreaks in the tls_construct_client_certificate functionMatt Caswell