aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/examples/src
AgeCommit message (Collapse)Author
2018-09-21Update copyright yearHenrik Nord
2018-08-08use ssl:handshake/1 functiongetong
2016-03-15update copyright-yearHenrik Nord
2016-02-22Fix ssl exampleMagnus Henoch
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.
2015-06-18Change license text to APLv2Bruce Yinhe
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-27ssl: Fixed compilation warningsIngela Anderton Andin
2012-06-05Update to work with whitespace in exec pathLukas Larsson
OTP-10106 OTP-10107
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2010-11-15Call chmod without the "-f" flagHolger Weiß
"-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.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP