Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-27 | Imported Upstream version 1.0.2uupstream/1.0.2uupstream | Dariusz Michaluk | 2 | -6/+12 | |
2019-06-04 | Imported Upstream version 1.0.2supstream/1.0.2s | Dariusz Michaluk | 1 | -1/+1 | |
2019-03-12 | Imported Upstream version 1.0.2rupstream/1.0.2r | Tomasz Swierczek | 1 | -188/+0 | |
2018-11-22 | Imported Upstream version 1.0.2qupstream/1.0.2q | Dariusz Michaluk | 2 | -2/+189 | |
2018-11-22 | Imported Upstream version 1.0.2pupstream/1.0.2p | Dariusz Michaluk | 10 | -95/+54 | |
2018-05-09 | Imported Upstream version 1.0.2oupstream/1.0.2o | Dariusz Michaluk | 25 | -231/+259 | |
2018-05-09 | Imported Upstream version 1.0.2nupstream/1.0.2n | Dariusz Michaluk | 5 | -8/+204 | |
2017-11-24 | Imported Upstream version 1.0.2m | Pawel Kowalski | 16 | -280/+151 | |
Change-Id: Ia7d9ec321d4495bdbdb87e2845e87b8f9319bd55 | |||||
2017-05-04 | Imported Upstream version 1.0.2kupstream/1.0.2k | Lukasz Pawelczyk | 36 | -146/+92 | |
2016-09-26 | Imported Upstream version 1.0.2iupstream/1.0.2i | Dongsun Lee | 21 | -118/+902 | |
Change-Id: Ie36b37cac23a47c82793df31244ade44f98093fa Signed-off-by: Dongsun Lee <ds73.lee@samsung.com> | |||||
2016-07-28 | Imported Upstream version 1.0.2hupstream/1.0.2h | Kyungwook Tak | 1 | -4/+8 | |
Change-Id: Ica9a30d71f52395a402accf32110b52f46851c11 Signed-off-by: Kyungwook Tak <k.tak@samsung.com> | |||||
2016-03-07 | Imported Upstream version 1.0.2gupstream/1.0.2g | sangsu | 13 | -110/+141 | |
Change-Id: I2b5f4248ba97b6abbe363a5da33c953e623e0a7e Signed-off-by: sangsu <sangsu.choi@samsung.com> | |||||
2015-12-18 | Imported Upstream version 1.0.2eupstream/1.0.2e | sangwan.kwon | 13 | -38/+93 | |
Change-Id: Ib2b4a8546eecf9f4d4a80d8f91b48dbf50bff173 | |||||
2015-10-06 | Imported Upstream version 1.0.2dupstream/1.0.2d | Yury Usishchev | 24 | -358/+2546 | |
Change-Id: I565a3e3ac5176f83139175faa2d2a11a334e8908 Signed-off-by: Yury Usishchev <y.usishchev@samsung.com> | |||||
2015-08-31 | Imported Upstream version 1.0.1pupstream/1.0.1p | Kyungwook Tak | 16 | -58/+103 | |
Change-Id: I297624cdcb5d68a3442cdf4666722e66ce7a264b | |||||
2015-03-25 | Imported Upstream version 1.0.1mupstream/1.0.1m | kyungwook tak | 59 | -34185/+32566 | |
Change-Id: Ifa60e86d772dade7afe158c8899e6d36c5561bba | |||||
2015-03-12 | Imported Upstream version 1.0.1lupstream/1.0.1l | kyungwook tak | 8 | -91/+89 | |
Change-Id: I99680d38528c4117e59bb5377cc54820b22b93a2 | |||||
2014-10-20 | Make sure that disabling the MAYLOSEDATA3 warning is only done when the ↵ | Richard Levitte | 1 | -3/+18 | |
compiler supports it. Otherwise, there are warnings about it lacking everywhere, which is quite tedious to read through while trying to check for other warnings. Reviewed-by: Tim Hudson <tjh@openssl.org> | |||||
2014-10-20 | Support TLS_FALLBACK_SCSV. | Bodo Moeller | 1 | -0/+10 | |
Reviewed-by: Rich Salz <rsalz@openssl.org> | |||||
2014-10-20 | Disabled XTS mode in enc utility as it is not supported | Matt Caswell | 1 | -0/+6 | |
PR#3442 Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 2097a17c576f2395a10b05f14490688bc5f45a07) | |||||
2014-10-20 | Don't allow -www etc options with DTLS. | Dr. Stephen Henson | 1 | -0/+8 | |
The options which emulate a web server don't make sense when doing DTLS. Exit with an error if an attempt is made to use them. PR#3453 (cherry picked from commit 58a2aaeade8bdecd0f9f0df41927f7cff3012547) | |||||
2014-10-20 | Use case insensitive compare for servername. | Dr. Stephen Henson | 1 | -1/+1 | |
PR#3445 (cherry picked from commit 1c3e9a7c67ccdc5e770829fe951e5832e600d377) | |||||
2014-10-20 | Usage for -hack and -prexit -verify_return_error | Dr. Stephen Henson | 2 | -0/+4 | |
(cherry picked from commit ee724df75d9ad67fd954253ac514fddb46f1e3c6) | |||||
2014-10-20 | s_server usage for certificate status requests | Dr. Stephen Henson | 1 | -0/+4 | |
(cherry picked from commit a44f219c009798054d6741e919cba5b2e656dbf4) | |||||
2014-10-20 | Show errors on CSR verification failure. | Dr. Stephen Henson | 1 | -0/+2 | |
If CSR verify fails in ca utility print out error messages. Otherwise some errors give misleading output: for example if the key size exceeds the library limit. PR#2875 (cherry picked from commit a30bdb55d1361b9926eef8127debfc2e1bb8c484) | |||||
2014-10-20 | Make no-ssl3 no-ssl2 do more sensible things. | Dr. Stephen Henson | 3 | -11/+5 | |
(cherry picked from commit 7ae6a4b659facfd7ad8131238aa1d349cb3fc951) | |||||
2014-10-20 | Typo. | Dr. Stephen Henson | 1 | -1/+1 | |
PR#3107 (cherry picked from commit 7c206db9280865ae4af352dbc14e9019a6c4795d) | |||||
2014-10-20 | Memory leak and NULL derefernce fixes. | Dr. Stephen Henson | 3 | -1/+14 | |
PR#3403 | |||||
2014-10-20 | Fix compilation with no-comp | Dr. Stephen Henson | 1 | -0/+2 | |
(cherry picked from commit 7239a09c7b5757ed8d0e9869f3e9b03c0e11f4d1) | |||||
2014-06-20 | Imported Upstream version 1.0.1hupstream/1.0.1h | John L. Whiteman | 7 | -1067/+45 | |
2014-04-10 | Imported Upstream version 1.0.1gupstream/1.0.1g | Michael Demeter | 5 | -13/+32 | |
2014-01-06 | Imported Upstream version 1.0.1fupstream/1.0.1f | Michael Demeter | 20 | -67/+1200 | |
2012-11-05 | Imported Upstream version 1.0.1cupstream/1.0.1c | Anas Nashif | 112 | -0/+46478 | |