summaryrefslogtreecommitdiff
path: root/lib/ssl
Commit message (Expand)AuthorAgeFilesLines
* SSL: add Elliptic Curve ciphers unit testsAndreas Schultz2013-02-273-16/+228
* SSL: add Elliptic Curve support for ssl appAndreas Schultz2013-02-279-43/+877
* SSL: filter TLS cipher suites for supported algorithmsAndreas Schultz2013-02-273-35/+90
* SSL: replace sha256_mac() tests with crypto:algorithms()Andreas Schultz2013-02-272-18/+2
* SSL: run OpenSSL tests only on cipher suites supported in OpenSSLAndreas Schultz2013-02-271-1/+17
* SSL: add documentation for PSK and SRP ciphers optionsAndreas Schultz2013-02-271-0/+46
* SSL: enable hash_size values for sha224, sha384 and sha512Andreas Schultz2013-02-271-7/+7
* SSL: add tests for PSK and SRP ciphersAndreas Schultz2013-02-272-3/+108
* SSL: add TLS-SRP (RFC 5054) cipher suitesAndreas Schultz2013-02-2712-25/+964
* SSL: add TLS PSK (RFC 4279 and RFC 5487) cipher suitesAndreas Schultz2013-02-279-16/+725
* Prepare releaseOTP_R16BErlang/OTP2013-02-251-1/+29
* ssl: Add missing option and linksIngela Anderton Andin2013-02-222-5/+13
* ssl: Add missing group clause and correct parameters to packet/7Ingela Anderton Andin2013-02-221-22/+28
* Merge branch 'ia/ssl/econnaborted'Ingela Anderton Andin2013-02-212-78/+1
|\
| * ssl: Fatal close alert makes more sense than handshake failiure at econnabortedIngela Anderton Andin2013-02-202-78/+1
* | ssl: Prepare for R16BIngela Anderton Andin2013-02-192-1/+3
|/
* ssl: Further error handling enhancmentsIngela Anderton Andin2013-02-188-140/+154
* ssl: Generalize cb_info optionIngela Anderton Andin2013-02-128-279/+241
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-291-1/+111
* Update copyright yearsBjörn-Egil Dahlberg2013-01-252-2/+2
* Merge branch 'ia/ssl/test-case-timeout'Ingela Anderton Andin2013-01-251-1/+1
|\
| * ssl: Too short timeout in test caseIngela Anderton Andin2013-01-231-1/+1
* | ssl: Enhance dialyzer specsKostis Sagonas2013-01-231-19/+32
* | ssl: Do not return random valuesKostis Sagonas2013-01-231-3/+4
* | ssl: M-x erlang-indent-bufferIngela Anderton Andin2013-01-231-25/+25
* | ssl: Remove unnecessary construction of a return valueKostis Sagonas2013-01-231-4/+4
* | ssl: Prepare for R16 releaseIngela Anderton Andin2013-01-223-1297/+4
* | Merge branch 'ia/ssl/incompatible-error-msg/OTP-10451'Ingela Anderton Andin2013-01-226-40/+108
|\ \
| * | ssl: Enhance error handlingIngela Anderton Andin2013-01-216-40/+108
* | | Merge branch 'ia/ssl/certtable-clean/OTP-10710'Ingela Anderton Andin2013-01-212-16/+78
|\ \ \
| * | | ssl: Certificates and PEM-cache cleaning fixed to avoid memory leakIngela Anderton Andin2013-01-172-16/+78
| |/ /
* | | Merge branch 'ia/ssl/simplify-addition-of-keyexchange-algorithms/OTP-10709'Ingela Anderton Andin2013-01-213-148/+161
|\ \ \
| * | | SSL: simplify server key encoding, decoding and signature handlingAndreas Schultz2013-01-173-105/+133
| * | | SSL: unify the different implementations signature check implementationsAndreas Schultz2013-01-172-43/+28
| |/ /
* | | Merge branch 'nox/enable-silent-rules/OTP-10726'Björn-Egil Dahlberg2013-01-181-2/+2
|\ \ \ | |/ / |/| |
| * | Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-2/+2
* | | ssl: ct:format should be ct:printIngela Anderton Andin2013-01-141-2/+2
| |/ |/|
* | ssl: CTify test casesIngela Anderton Andin2013-01-1113-4087/+2519
* | Merge branch 'ia/ssl/gen-tcp-reusesaddr'Ingela Anderton Andin2013-01-102-24/+92
|\ \
| * | ssl: Add test for gen_tcp with reuseaddr as referenceIngela Anderton Andin2012-12-202-24/+92
* | | Merge branch 'ia/ssl/TLS-1.2-default/OTP-10425'Ingela Anderton Andin2013-01-085-12/+20
|\ \ \
| * | | ssl: Make TLS-1.2 default versionIngela Anderton Andin2012-12-205-12/+20
| | |/ | |/|
* | | ssl & orber: Remove ssl:pid/1 (has been pointless since R14)Ingela Anderton Andin2012-12-191-13/+1
|/ /
* | ssl: Fix update of test case name in init funtionIngela Anderton Andin2012-12-191-2/+2
|/
* Merge branch 'maint'Ingela Anderton Andin2012-12-067-28/+162
|\
| * Update release notesErlang/OTP2012-12-061-1/+16
| * ssl: Prepare for releaseIngela Anderton Andin2012-12-062-1/+5
| * ssl: Export sslsocket() dialyzer typeIngela Anderton Andin2012-12-061-1/+3
| * ssl: Cancel non expired timersIngela Anderton Andin2012-12-061-19/+36
| * ssl: Fix recv after timeout expiredIngela Anderton Andin2012-12-062-4/+15