aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_handshake.erl
AgeCommit message (Expand)Author
2012-08-22ssl: TLS 1.2: fix Certificate Request list of Accepted Signatur/Hash combinat...Andreas Schultz
2012-08-22ssl: Add Signature Algorithms hello extension from TLS 1.2Andreas Schultz
2012-08-22ssl: Signture type bugIngela Anderton Andin
2012-08-22ssl: Dialyzer fixesIngela Anderton Andin
2012-08-22ssl: Implement TLS 1.2 signature supportAndreas Schultz
2012-08-22ssl: Make signature handling version dependantAndreas Schultz
2012-08-22ssl: Fix PRF logicIngela Anderton Andin
2012-08-22ssl: Implement and activate PRFs for TLS 1.1 and 1.2Andreas Schultz
2012-08-22ssl: make PRF function selectableAndreas Schultz
2012-08-22ssl: Add TLS version to dec_hs/2Andreas Schultz
2012-08-22ssl: Add TLS version to ssl_handshake:key_exchange/3Andreas Schultz
2012-08-22ssl: Calculate handshake hash only when neededAndreas Schultz
2012-06-08ssl: Move ets:select bottleneck in serverDan Gudmundsson
2012-06-08ssl: Move and avoid ets:select bottleneck in clientIngela Anderton Andin
2012-03-27Corrected dialyzer specs and exported some dialyzer specsIngela Anderton Andin
2012-03-05Some protocols (e.g. EAP-PEAP, EAP-TLS, EAP-TTLS) that use TLS asAndreas Schultz
2012-02-08User defined verify_fun is now called correctlyIngela Anderton Andin
2011-11-23Implementation of 1/n-1 splitting countermeasure Rizzo/Duong-BeastIngela Anderton Andin
2011-11-15Replaced ets:next traversal with ets:foldl and throwIngela Anderton Andin
2011-09-27Both the SSLv3 and TLS 1.0/TLS 1.1 specifications requireIngela Anderton Andin
2011-09-27fix unknown ssl extension parsing by changing length from bits to bytesBen Murphy
2011-09-05Corrected spec name errors: ip_adress -> ip_address port_num -> port_numberIngela Anderton Andin
2011-08-31Merge branch 'ia/ssl/use-inet-and-gen-specs' into devIngela Anderton Andin
2011-08-31Use inet and gen_* dialyzer specsIngela Anderton Andin
2011-08-30Corrected input argument to error_logger:error_report/1Ingela Anderton Andin
2011-06-29Removed global name from the certificate tabelIngela Anderton Andin
2011-01-17Verification of a critical extended_key_usage-extension correctedIngela Anderton Andin
2010-12-16Cache invaldation first version does not break old test casesIngela Anderton Andin
2010-11-30Fixed guard and test caseIngela Anderton Andin
2010-11-18Added alert in stream cipher case.Ingela Anderton Andin
2010-10-21Merge branch 'ia/ssl/certificate-verify/wrong-key-method/OTP-8897' into devBjörn Gustavsson
2010-10-20Correct handling of client certificate verify messageIngela Anderton Andin
2010-10-07Anonymous cipher suitesIngela Anderton Andin
2010-09-27Merge branch 'ia/ssl-and-public_key/backwards-compatibility/OTP-8858' into devIngela Anderton Andin
2010-09-24Backwards compatibilityIngela Anderton Andin
2010-09-15Corrected and added dialyzer specsIngela Anderton Andin
2010-09-06Handling of path validation errors by the applicationIngela Anderton Andin
2010-09-01Empty certificate chainIngela Anderton Andin
2010-08-26Fix handshake problem with multiple messages in one packetDan Gudmundsson
2010-08-24Merge branch 'ia/public_key_api/OTP-8722' into devIngela Anderton Andin
2010-08-23Revise the public_key APIIngela Anderton Andin
2010-08-18Fix bug in ssl handshake protocol related to the choice of cipher suitesPaul Guyot
2010-06-29The server now verifies the client certificate verify message correctly, inst...Ingela Anderton Andin
2010-06-22Refreshed documentation to reflect the change of default implementation.Ingela Anderton Andin
2010-06-11OTP-8695 New ssl defaultIngela Anderton Andin
2010-06-07OTP-8587 DSA key supportIngela Anderton Andin
2010-05-28Hoops too quick to check in previous version, changed . to ;, compiled inIngela Anderton Andin
2010-05-28Added misssing version check for client.Ingela Anderton Andin
2010-05-21Decision not to support DH and export cipher suites.Ingela Anderton Andin
2010-05-20Honor internal APIIngela Anderton Andin