summaryrefslogtreecommitdiff
path: root/lib/ssl
Commit message (Expand)AuthorAgeFilesLines
* Update release notesErlang/OTP2014-04-071-1/+158
* Merge branch 'ia/ssl/accept-with-options'Ingela Anderton Andin2014-03-316-42/+130
|\
| * ssl: Add possibility to specify ssl options when calling ssl:ssl_acceptIngela Anderton Andin2014-03-316-42/+130
* | ssl: Testing - sha256 digest not supported on all platformsBjörn-Egil Dahlberg2014-03-281-2/+2
* | ssl: fix crl test suite error with unexpected web server responseHans Nilsson2014-03-281-3/+9
|/
* ssl, pubkey: Code and test adjustmentsHans Nilsson2014-03-262-173/+184
* Rework IDP validation according to the RFC, fix public_key testsAndrew Thompson2014-03-262-19/+16
* Various improvements to CRL handlingAndrew Thompson2014-03-264-90/+749
* Merge branch 'ia/ssl/continue-dtls-and-specs'Ingela Anderton Andin2014-03-2625-552/+925
|\
| * ssl: Avoid dialyzer warnings in dtls codeIngela Anderton Andin2014-03-254-200/+240
| * ssl: Improve type specsIngela Anderton Andin2014-03-2518-107/+118
| * ssl: Refactor and start implementing dtls_connection.erlIngela Anderton Andin2014-03-259-280/+602
* | ssl: Handle SNI alert unrecognized_name and gracefully deal withIngela Anderton Andin2014-03-253-5/+33
|/
* Introduce runtime_dependencies in .app filesRickard Green2014-03-201-1/+3
* ssl: Server now ignores client ECC curves that it does not support instead ofIngela Anderton Andin2014-03-142-3/+14
* Add test for unknown elliptic curve supported by clientDanil Zagoskin2014-03-141-0/+12
* ssl: Add exception for inet and inet6 to proplist checkIngela Anderton Andin2014-03-041-0/+5
* Merge branch 'ia/ssl/proplist-input-check/OTP-11760'Ingela Anderton Andin2014-03-042-1/+21
|\
| * ssl: Add input sanity checkIngela Anderton Andin2014-03-042-1/+21
* | ssl: Improved documentation of the cacertfile optionIngela Anderton Andin2014-03-031-9/+19
|/
* ssl: Fix compiler warningsIngela Anderton Andin2014-02-252-11/+10
* ssl: Fix appup regexps and instructionsIngela Anderton Andin2014-02-251-8/+6
* Merge branch 'ia/ssl/prepare-for-release'Ingela Anderton Andin2014-02-252-22/+33
|\
| * ssl: Prepare for releaseIngela Anderton Andin2014-02-252-22/+33
* | Merge branch 'fenollp/otp-edoc-usage-fixes'Henrik Nord2014-02-245-44/+63
|\ \
| * | Fix edoc usage errorsPierre Fenoll2014-02-145-44/+63
* | | Merge branch 'hb/dialyzer/deprecate_types/OTP-10342'Hans Bolinder2014-02-241-2/+2
|\ \ \
| * | | Deprecate pre-defined built-in typesHans Bolinder2014-02-231-2/+2
* | | | Merge branch 'schlagert/fix_basic_appups'Siri Hansen2014-02-241-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add test suites performing app and appup file checksTobias Schlager2014-02-241-0/+6
| |/ /
* | | ssl: Add test that memory is not leekedIngela Anderton Andin2014-02-211-1/+8
* | | ssl: Correct clean up of certificate database when certs are inputedIngela Anderton Andin2014-02-201-3/+3
|/ /
* | ssl: Fix possible mismatch between SSL/TLS version and default ciphersIngela Anderton Andin2014-02-141-21/+22
* | ssl: Add test for avoiding a version and chipher suite missmatchIngela Anderton Andin2014-02-141-0/+33
|/
* Merge branch 'ia/public_key/specs'Ingela Anderton Andin2014-02-101-5/+5
|\
| * public_key: Export some dialyzer typesIngela Anderton Andin2014-02-061-5/+5
* | ssl: Unicode adaptionsIngela Anderton Andin2014-02-061-6/+11
|/
* ssl: Add workaround in test code for openssl s_client bugIngela Anderton Andin2014-01-291-1/+18
* ssl: use is_boolean/1 guard in option validationAndreas Schultz2014-01-281-12/+6
* Fix incorrect type reference (inet:ipaddress() -> inet:ip_address())Tuncer Ayaz2014-01-281-1/+1
* Fix incorrect use of public_key:private_key/0 typeTuncer Ayaz2014-01-282-4/+3
* Merge branch 'ia/ssl/tests'Ingela Anderton Andin2014-01-282-4/+26
|\
| * ssl: Avoid test case timing issuesIngela Anderton Andin2014-01-272-4/+26
* | Merge branch 'ia/Vagabond/adt-honor-cipher-order/OTP-11621'Ingela Anderton Andin2014-01-285-6/+71
|\ \
| * | Implement 'honor_cipher_order' SSL server-side optionAndrew Thompson2014-01-215-6/+71
* | | Merge tag 'OTP_R16B03-1'Magnus Lidén2014-01-241-1/+35
|\ \ \ | |_|/ |/| |
| * | Prepare releaseOTP_R16B03-1Erlang/OTP2014-01-241-1/+35
* | | Merge branch 'maint'Ingela Anderton Andin2014-01-243-27/+65
|\ \ \ | |/ /
| * | ssl: Incorrect inputed cipherlist lead server to think that the clientIngela Anderton Andin2014-01-223-27/+65
* | | Merge branch 'dgud/test_unicode/OTP-10877'Dan Gudmundsson2014-01-221-1/+1
|\ \ \