Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Erlang/OTP | 2022-02-15 | 2 | -2/+2 |
| | |||||
* | otp: Fix `make TYPE=$TYPE` to work for all types | Lukas Larsson | 2022-01-21 | 2 | -2/+2 |
| | |||||
* | Update copyright year | Henrik Nord | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | use ssl:handshake/1 function | getong | 2018-08-08 | 1 | -6/+6 |
| | |||||
* | update copyright-year | Henrik Nord | 2016-03-15 | 3 | -3/+3 |
| | |||||
* | Fix ssl example | Magnus Henoch | 2016-02-22 | 1 | -4/+3 |
| | | | | | | | As recently discussed on the erlang-questions mailing list, this example fails to start the ssl application because ssl depends on asn1 nowadays. Let's future-proof this by using application:ensure_all_started/1. | ||||
* | Change license text to APLv2 | Bruce Yinhe | 2015-06-18 | 3 | -30/+33 |
| | |||||
* | Update copyright years | Björn-Egil Dahlberg | 2012-08-31 | 2 | -2/+2 |
| | |||||
* | ssl: Fixed compilation warnings | Ingela Anderton Andin | 2012-08-27 | 1 | -14/+10 |
| | |||||
* | Update to work with whitespace in exec path | Lukas Larsson | 2012-06-05 | 2 | -7/+7 |
| | | | | | OTP-10106 OTP-10107 | ||||
* | Update copyright years | Björn-Egil Dahlberg | 2011-05-20 | 1 | -1/+1 |
| | |||||
* | Call chmod without the "-f" flag | Holger Weiß | 2010-11-15 | 2 | -2/+2 |
| | | | | | | "-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be safely omitted. | ||||
* | Remove cert building from Makefiles | Dan Gudmundsson | 2010-09-01 | 4 | -82/+39 |
| | |||||
* | Checkin example certs instead of generating them. | Dan Gudmundsson | 2010-09-01 | 9 | -255/+210 |
| | | | | | | | Avoiding cross-compilation and other problems by keeping them in git instead of generating them each time. I think the reason to generate them was that a valid date limitation, now that we can specify the date, I have set them to be valid for 15 years. | ||||
* | The R13B03 release.OTP_R13B03 | Erlang/OTP | 2009-11-20 | 8 | -0/+528 |