summaryrefslogtreecommitdiff
path: root/lib/ssl/src/ssl_connection.erl
Commit message (Expand)AuthorAgeFilesLines
* SSL: add Elliptic Curve support for ssl appAndreas Schultz2013-02-271-4/+134
* SSL: add TLS-SRP (RFC 5054) cipher suitesAndreas Schultz2013-02-271-6/+161
* SSL: add TLS PSK (RFC 4279 and RFC 5487) cipher suitesAndreas Schultz2013-02-271-4/+303
* ssl: Fatal close alert makes more sense than handshake failiure at econnabortedIngela Anderton Andin2013-02-201-1/+1
* ssl: Further error handling enhancmentsIngela Anderton Andin2013-02-181-33/+25
* ssl: Generalize cb_info optionIngela Anderton Andin2013-02-121-83/+88
* ssl: Remove unnecessary construction of a return valueKostis Sagonas2013-01-231-4/+4
* Merge branch 'ia/ssl/incompatible-error-msg/OTP-10451'Ingela Anderton Andin2013-01-221-5/+5
|\
| * ssl: Enhance error handlingIngela Anderton Andin2013-01-211-5/+5
* | SSL: simplify server key encoding, decoding and signature handlingAndreas Schultz2013-01-171-50/+47
* | SSL: unify the different implementations signature check implementationsAndreas Schultz2013-01-171-14/+1
|/
* Merge branch 'maint'Ingela Anderton Andin2012-12-061-17/+43
|\
| * ssl: Cancel non expired timersIngela Anderton Andin2012-12-061-19/+36
| * ssl: Fix recv after timeout expiredIngela Anderton Andin2012-12-061-3/+8
| * ssl: Timeout handling changed so that the fsm-process will terminate if the s...Ingela Anderton Andin2012-12-061-2/+6
* | Merge remote branch 'upstream/maint'Ingela Anderton Andin2012-11-191-3/+3
|\ \ | |/
| * ssl: Fix bug in match expression found by DialyzerIngela Anderton Andin2012-11-191-3/+3
* | Merge remote branch 'upstream/maint'Ingela Anderton Andin2012-11-141-85/+94
|\ \ | |/
| * ssl: Make sure that the ssl connection process will not hang in terminate fun...Ingela Anderton Andin2012-11-131-73/+82
* | Merge remote branch 'upstream/maint'Ingela Anderton Andin2012-11-091-24/+36
|\ \ | |/
| * ssl: Do not use gen_fsm:sync_send_all_state_event/3 timeoutIngela Anderton Andin2012-11-091-24/+36
* | ssl: Improve #sslsocket{} APIIngela Anderton Andin2012-10-011-72/+51
* | ssl: Dialyzer fixes and code cleaningIngela Anderton Andin2012-09-201-5/+2
* | ssl: Support for SSL Next Protocol NegotiationBen Murphy2012-09-201-26/+88
|/
* ssl: Clean up of code thanks to dialyzerIngela Anderton Andin2012-08-231-2/+0
* ssl: Use crypto:strong_rand_bytes if possibleIngela Anderton Andin2012-08-221-1/+1
* ssl & public_key: Add use of more "sha-rsa oids"Ingela Anderton Andin2012-08-221-3/+6
* ssl: Fix inet header option to behave as in inetIngela Anderton Andin2012-08-221-1/+1
* ssl: TLS 1.2: fix hash and signature handlingAndreas Schultz2012-08-221-2/+7
* ssl: Add Signature Algorithms hello extension from TLS 1.2Andreas Schultz2012-08-221-7/+9
* ssl: Signture type bugIngela Anderton Andin2012-08-221-2/+2
* ssl: Make signature handling version dependantAndreas Schultz2012-08-221-7/+14
* ssl: Fix PRF logicIngela Anderton Andin2012-08-221-3/+39
* ssl: make PRF function selectableAndreas Schultz2012-08-221-6/+22
* ssl: Add TLS version paramter to verify_dh_paramsAndreas Schultz2012-08-221-5/+9
* ssl: Add TLS version to dec_hs/2Andreas Schultz2012-08-221-1/+1
* ssl: Add TLS version to ssl_handshake:key_exchange/3Andreas Schultz2012-08-221-6/+6
* ssl: Calculate handshake hash only when neededAndreas Schultz2012-08-221-92/+94
* ssl: Fix bug in the handling of remote connection closure of {active,false} s...Ingela Anderton Andin2012-06-151-27/+26
* ssl: Avoid second bottleneck in supervisorIngela Anderton Andin2012-06-081-2/+1
* ssl: File handling optimizationIngela Anderton Andin2012-06-081-3/+3
* ssl: Simpler PEM cacheIngela Anderton Andin2012-06-081-24/+51
* ssl: Refactored for readabilityIngela Anderton Andin2012-06-081-70/+77
* ssl: Use md5 as file ref id instead of filenamesDan Gudmundsson2012-06-081-8/+1
* ssl: Renegotiate updates session id in gen_fsm stateIngela Anderton Andin2012-06-081-1/+2
* ssl: Move and avoid ets:select bottleneck in clientIngela Anderton Andin2012-06-081-3/+3
* ssl: Avoid supervior bottleneckIngela Anderton Andin2012-06-081-23/+26
* Corrected dialyzer specs and exported some dialyzer specsIngela Anderton Andin2012-03-271-2/+2
* Some protocols (e.g. EAP-PEAP, EAP-TLS, EAP-TTLS) that use TLS asAndreas Schultz2012-03-051-1/+38
* Callback specs now handled by -callback directive in the behaviour module.Ingela Anderton Andin2011-12-011-25/+0