summaryrefslogtreecommitdiff
path: root/lib/ssl
Commit message (Expand)AuthorAgeFilesLines
* Update release notesErlang/OTP2018-03-151-0/+16
* ssl: Prepare for releaseIngela Anderton Andin2018-03-152-1/+3
* ssl: Remove duplicate release noteIngela Anderton Andin2018-03-151-7/+0
* ssl: Fix filter function to not discard AEAD cipher suitesIngela Anderton Andin2018-03-151-0/+2
* Update release notesErlang/OTP2018-03-091-0/+82
* Update version numbersErlang/OTP2018-03-091-1/+1
* ssl: Fix anonymous suites regression and protocol errorBram Verburg2018-03-062-5/+126
* [ssl] Fix hanging test case on outdated lab machineLars Thorsen2018-03-051-17/+22
* ssl: Correct AEAD handlingIngela Anderton Andin2018-03-051-1/+10
* Merge branch 'maint-19' into maintHans Nilsson2018-03-021-0/+15
|\
| * Prepare releaseErlang/OTP2018-02-281-0/+16
| * ssl: Prepare for releaseIngela Anderton Andin2018-02-191-1/+1
| * ssl: Backport PR-1709Ingela Anderton Andin2018-02-191-2/+2
* | Merge pull request #1709 from dumbbell/dumbbell/ssl/fix-active-once-dropped-w...Ingela Andin2018-02-121-2/+2
|\ \
| * | ssl: Add the unexpected message to #alert{}Jean-Sébastien Pédron2018-02-091-2/+2
* | | ssl: Make sure anonymous suites are handled separatelyIngela Anderton Andin2018-02-076-96/+164
* | | ssl: Add UG examlesIngela Anderton Andin2018-02-051-1/+45
* | | ssl: Uses aead as mac value in AEAD cipher suitesIngela Anderton Andin2018-02-052-59/+69
* | | ssl: Add new API functions for cipher suite handlingIngela Anderton Andin2018-02-054-55/+309
|/ /
* | ssl: Check OpenSSL version for DSS (DSA) supportIngela Anderton Andin2018-01-252-9/+52
* | ssl: Add record version sanity checkIngela Anderton Andin2018-01-235-29/+79
* | Merge branch 'ingela/ssl/test-cuddle' into maintIngela Anderton Andin2018-01-151-1/+4
|\ \
| * | ssl: Call clean version functionIngela Anderton Andin2018-01-151-1/+4
* | | ssl: Correct function for listing RC4 suitesIngela Anderton Andin2018-01-111-4/+6
|/ /
* | Merge branch 'ingela/ssl/timeout-cuddle' into maintIngela Anderton Andin2018-01-112-8/+14
|\ \
| * | ssl: Tune timeoutsIngela Anderton Andin2018-01-112-8/+14
* | | dtls: Filter out rc4 for DTLS psk suitesIngela Anderton Andin2018-01-072-10/+21
* | | dtls: We do not need to wait for DTLS over UDP serverIngela Anderton Andin2018-01-061-92/+3
* | | ssl: Prevent error handling race conditionIngela Anderton Andin2018-01-041-2/+4
* | | dtls: Add handling of lost key exchange in cipher stateIngela Anderton Andin2017-12-201-0/+6
* | | ssl: Correct DTLS client close handlingIngela Anderton Andin2017-12-201-3/+9
* | | Merge branch 'ingela/dtls-cuddling' into maintIngela Anderton Andin2017-12-201-2/+5
|\ \ \
| * | | dtls: Correct UDP listener cleanupIngela Anderton Andin2017-12-151-1/+4
| * | | dtls: Correct return value in UDP listener initializationIngela Anderton Andin2017-12-151-1/+1
* | | | Merge branch 'ingela/DTLS/retransmission-timers' into maintIngela Anderton Andin2017-12-201-8/+10
|\ \ \ \
| * | | | dtls: Use repeat_state to make sure retransmission timer is resetIngela Anderton Andin2017-12-181-8/+10
* | | | | Merge branch 'ingela/Jxck/PR-1656/OTP-14843' into maintIngela Anderton Andin2017-12-201-1/+0
|\ \ \ \ \
| * | | | | remove duplicate operation for decode certificateJxck2017-12-191-1/+0
| | |_|/ / | |/| | |
* | | | | Merge pull request #1660 from bitnitdit/ssl_doc_duplicate_wordIngela Andin2017-12-191-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove one of the duplicate word "use"bitnitdit2017-12-191-1/+1
| | |/ / | |/| |
* | | | ssl: Add engine use case to Users GuideIngela Anderton Andin2017-12-151-0/+37
|/ / /
* | | ssl: Align (with DTLS) and correct TLS_FALLBACK_SCSV handlingIngela Anderton Andin2017-12-143-11/+12
|/ /
* | Update release notesErlang/OTP2017-12-081-0/+55
* | Update version numbersErlang/OTP2017-12-081-1/+1
* | [ssl] Update runtime dependenciesLars Thorsen2017-12-081-1/+1
* | Merge branch 'ingela/ssl/cipher-suites/OTP-14749' into maintIngela Anderton Andin2017-12-057-392/+1012
|\ \
| * | ssl: Use maps for cipher suites internallyIngela Anderton Andin2017-12-057-392/+1012
* | | Use SNI when connectingRaimo Niskanen2017-12-042-9/+16
* | | Use -ssl_dist_optfile optionsRaimo Niskanen2017-12-041-1/+12
* | | Read in -ssl_dist_optfile to ETSRaimo Niskanen2017-12-042-24/+171