Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ssl: Try to make asn1 decode errors of certificates as specific as possible | Ingela Anderton Andin | 2017-07-07 | 1 | -2/+4 |
* | ssl,public_key: Provide details for CRL check failiures when revokation state... | Ingela Anderton Andin | 2017-07-07 | 1 | -5/+9 |
* | ssl: Enhance error logging | Ingela Anderton Andin | 2017-07-07 | 5 | -57/+65 |
* | ssl: Workaround localhost problems | Ingela Anderton Andin | 2017-06-30 | 1 | -21/+33 |
* | ssl: Move clause so that it will match | Ingela Anderton Andin | 2017-06-29 | 1 | -2/+2 |
* | ssl: Skip test if OpenSSL has problems generating CRL | Ingela Anderton Andin | 2017-06-29 | 1 | -3/+9 |
* | ssl: Set rizzo* test timeout high enough for our slowest test machine | Ingela Anderton Andin | 2017-06-29 | 1 | -4/+9 |
* | ssl: Skip sslv2 hello compatible tests on OpenSSL-0.9.8o | Ingela Anderton Andin | 2017-06-27 | 1 | -0/+3 |
* | ssl: Skip sslv3 interop with newer OpenSSL | Ingela Anderton Andin | 2017-06-26 | 1 | -0/+2 |
* | ssl: Increase timeout for testcase testing ECDH keyexchange with | Ingela Anderton Andin | 2017-06-26 | 1 | -0/+2 |
* | Prepare release | Erlang/OTP | 2017-06-21 | 1 | -0/+116 |
* | Update copyright year | Hans Nilsson | 2017-06-19 | 1 | -1/+1 |
* | Merge branch 'hans/otp/update_copyright' | Hans Nilsson | 2017-06-15 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year | Hans Nilsson | 2017-06-14 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'ingela/ingela/dtls/client-hello-verify/ERL-434' | Hans Nilsson | 2017-06-14 | 2 | -1/+8 |
|\ \ | |/ |/| | |||||
| * | dtls: Make HelloVerifyRequest version adhere to RFC | Ingela Anderton Andin | 2017-06-13 | 2 | -1/+8 |
* | | ssl: Correct epoch handling | Ingela Anderton Andin | 2017-06-13 | 1 | -1/+18 |
|/ | |||||
* | Merge branch 'ingela/ssl/dtls-doc' | Ingela Anderton Andin | 2017-06-13 | 1 | -0/+5 |
|\ | |||||
| * | ssl: Document DTLS | Ingela Anderton Andin | 2017-06-07 | 1 | -0/+5 |
* | | dtls: Handle getopts and setopts for DTLS | Ingela Anderton Andin | 2017-06-10 | 4 | -19/+127 |
|/ | |||||
* | dtls: Fetch next DTLS record when dropping resent handshake data | Ingela Anderton Andin | 2017-06-07 | 1 | -8/+12 |
* | dtls: Use enter actions | Ingela Anderton Andin | 2017-06-07 | 1 | -9/+32 |
* | Merge pull request #1479 from weisslj/fix-missing-ssl-close | Ingela Andin | 2017-06-02 | 2 | -2/+55 |
|\ | |||||
| * | Better fix for non-delivery of ssl_closed message in active once | Ingela Andin | 2017-05-30 | 1 | -3/+11 |
| * | Fix non-delivery of ssl_closed message in active once | Johannes Weißl | 2017-05-25 | 2 | -0/+45 |
* | | Revert "Prepare release" | Hans Nilsson | 2017-05-31 | 1 | -108/+0 |
* | | Prepare release | Erlang/OTP | 2017-05-30 | 1 | -0/+108 |
* | | dtls: Check for retransmitted changes_cipher_spec messages | Ingela Anderton Andin | 2017-05-23 | 1 | -1/+26 |
* | | dtls: Ask for next DTLS record when disregarding future packet | Ingela Anderton Andin | 2017-05-23 | 1 | -7/+9 |
|/ | |||||
* | ssl: Handle econnreset windows obscurities | Ingela Anderton Andin | 2017-05-22 | 1 | -0/+12 |
* | ssl: Improve tests | Ingela Anderton Andin | 2017-05-19 | 2 | -57/+145 |
* | ssl: Add missing algorithm ecdh_ecdsa | Ingela Anderton Andin | 2017-05-19 | 2 | -5/+17 |
* | Merge branch 'ingela/dtls/opts' | Ingela Anderton Andin | 2017-05-16 | 4 | -44/+59 |
|\ | |||||
| * | ssl: Adopt setopts and getopts for DTLS | Ingela Anderton Andin | 2017-05-16 | 4 | -44/+59 |
* | | ssl: Remove debug printout | Ingela Anderton Andin | 2017-05-16 | 1 | -1/+0 |
* | | Merge branch 'ingela/dtls/replay-protect/OTP-14077' | Ingela Anderton Andin | 2017-05-16 | 2 | -15/+72 |
|\ \ | |/ |/| | |||||
| * | dtls: Implement replay protection | Ingela Anderton Andin | 2017-05-16 | 2 | -15/+72 |
* | | Merge branch 'ingela/ssl/bench-certs' | Ingela Anderton Andin | 2017-05-15 | 1 | -7/+13 |
|\ \ | |||||
| * | | ssl: Disable Server Name verification in bench tests for now | Ingela Anderton Andin | 2017-05-15 | 1 | -7/+13 |
* | | | Merge branch 'maint' | Hans Nilsson | 2017-05-12 | 2 | -1/+15 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Prepare release | Erlang/OTP | 2017-05-11 | 2 | -1/+16 |
| * | | removed ct:pal call in ssl_connection | Joe DeVivo | 2017-05-11 | 1 | -1/+0 |
* | | | Merge branch 'ingela/ssl/windows-cuddle' | Ingela Anderton Andin | 2017-05-11 | 1 | -0/+14 |
|\ \ \ | |_|/ |/| | | |||||
| * | | ssl: Only run sslv2 reject tests on old OpenSSL version | Ingela Anderton Andin | 2017-05-09 | 1 | -0/+12 |
| * | | ssl: Try to workaround OpenSSL windows obscurities | Ingela Anderton Andin | 2017-05-08 | 1 | -0/+2 |
* | | | ssl: Add hostname check of server certificate | Ingela Anderton Andin | 2017-05-06 | 11 | -75/+108 |
|/ / | |||||
* | | Revert "Prepare release" | Raimo Niskanen | 2017-05-05 | 1 | -75/+0 |
* | | Prepare release | Erlang/OTP | 2017-05-04 | 1 | -0/+75 |
* | | Update copyright year | Raimo Niskanen | 2017-05-04 | 37 | -37/+37 |
* | | ssl: Move missing release note fix to correct place | Ingela Anderton Andin | 2017-05-03 | 1 | -8/+7 |