summaryrefslogtreecommitdiff
path: root/include/mbedtls/ssl.h
Commit message (Expand)AuthorAge
* Reword ssl_conf_max_frag_len documentation for clarityk-stachowiak2019-04-29
* Merge remote-tracking branch 'public/pr/2134' into development-restrictedSimon Butcher2018-12-20
|\
| * Clarify documentation of ssl_set_own_cert()Manuel Pégourié-Gonnard2018-10-29
* | Merge remote-tracking branch 'public/pr/2127' into development-restricted-pro...Simon Butcher2018-11-07
|\ \
| * | Improve documentation of mbedtls_ssl_get_verify_result()Hanno Becker2018-10-23
| |/
* | Fix some documentation typos and improve a commentManuel Pégourié-Gonnard2018-10-23
* | Fix some typos in documentation and commentsManuel Pégourié-Gonnard2018-10-22
* | Fix documentation of what functions restart whenManuel Pégourié-Gonnard2018-10-15
* | Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restr...Manuel Pégourié-Gonnard2018-09-11
|\|
| * Style: Spell out PMTU in ssl.hHanno Becker2018-08-28
| * Style: Add numerous comments indicating condition guarded by #endifHanno Becker2018-08-28
| * DTLS Reordering: Improve doc of MBEDTLS_SSL_DTLS_MAX_BUFFERINGHanno Becker2018-08-28
| * Merge branch 'datagram_packing' into message_reorderingHanno Becker2018-08-24
| |\
| | * Fix typo in documentation of mbedtls_ssl_set_datagram_packing()Hanno Becker2018-08-24
| | * Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing()Hanno Becker2018-08-24
| * | Merge branch 'datagram_packing' into message_reorderingHanno Becker2018-08-22
| |\|
| | * Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packingHanno Becker2018-08-22
| | |\
| | | * Fix some whitespace in documentationManuel Pégourié-Gonnard2018-08-22
| | | * Try to further clarify documentationManuel Pégourié-Gonnard2018-08-21
| | | * Improve wording in ChangeLog and documentationManuel Pégourié-Gonnard2018-08-21
| * | | Merge branch 'datagram_packing' into message_reorderingHanno Becker2018-08-21
| |\| |
| | * | Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packingHanno Becker2018-08-20
| | |\|
| | | * Improve documentation of ssl_set_mtu().Manuel Pégourié-Gonnard2018-08-20
| | | * Fix some typos and links in comments and docManuel Pégourié-Gonnard2018-08-20
| | | * Move MTU setting to SSL context, not configManuel Pégourié-Gonnard2018-08-20
| * | | Allow limiting the total amount of heap allocations for bufferingHanno Becker2018-08-21
| * | | Add frame for loading and storing buffered messagesHanno Becker2018-08-17
| |/ /
| * | Make datagram packing dynamically configurableHanno Becker2018-08-17
| * | Store outgoing record sequence number outside record bufferHanno Becker2018-08-17
| |/
| * Fix two typos in commentsManuel Pégourié-Gonnard2018-08-16
| * Implement support for MTU settingManuel Pégourié-Gonnard2018-08-16
| * Declare ssl_conf_mtu()Manuel Pégourié-Gonnard2018-08-16
| * Merge remote-tracking branch 'public/pr/927' into developmentSimon Butcher2018-07-24
| |\
| | * Repharse commentsRon Eldor2018-07-17
| | * Minor fixesRon Eldor2018-07-04
| | * Documentation error in `mbedtls_ssl_get_session`Ron Eldor2018-07-03
| * | Merge remote-tracking branch 'public/pr/921' into developmentSimon Butcher2018-07-20
| |\ \
| | * | Remove unneeded namesapcing in header filesRon Eldor2018-06-24
| * | | Merge remote-tracking branch 'public/pr/536' into developmentSimon Butcher2018-07-10
| |\ \ \ | | |_|/ | |/| |
| | * | Let MBEDTLS_SSL_MAX_CONTENT_LEN to be split into outward & inward sizesAngus Gratton2018-06-18
| | |/
| * / Allow 0 as a valid ret value for mbedtls_ssl_writeAndres Amaya Garcia2018-06-21
| |/
* | Merge branch 'development' into iotssl-1260-non-blocking-ecc-restrictedManuel Pégourié-Gonnard2018-06-20
|\|
| * Merge remote-tracking branch 'public/pr/1270' into developmentSimon Butcher2018-06-15
| |\
| | * Clarify "as directed here" in SSL async callback documentationGilles Peskine2018-04-30
| | * SSL async callbacks documentation: clarify resource cleanupGilles Peskine2018-04-30
| | * Rename mbedtls_ssl_async_{get,set}_data for clarityGilles Peskine2018-04-30
| | * Fix copypasta in the async callback documentationGilles Peskine2018-04-30
| | * SSL async callback: cert is not always from mbedtls_ssl_conf_own_certGilles Peskine2018-04-30
| | * Improve documentation of the async callback's crypto parametersGilles Peskine2018-04-26
| | * Document that callbacks must not return arbitrary SSL errorsGilles Peskine2018-04-26