summaryrefslogtreecommitdiff
path: root/lib/ssl/examples
Commit message (Collapse)AuthorAgeFilesLines
* update copyright-yearHenrik Nord2016-03-153-3/+3
|
* Fix ssl exampleMagnus Henoch2016-02-221-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 APLv2Bruce Yinhe2015-06-183-30/+33
|
* Update copyright yearsBjörn-Egil Dahlberg2012-08-312-2/+2
|
* ssl: Fixed compilation warningsIngela Anderton Andin2012-08-271-14/+10
|
* Update to work with whitespace in exec pathLukas Larsson2012-06-052-7/+7
| | | | | OTP-10106 OTP-10107
* Update copyright yearsBjörn-Egil Dahlberg2011-05-201-1/+1
|
* Call chmod without the "-f" flagHolger Weiß2010-11-152-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 MakefilesDan Gudmundsson2010-09-014-82/+39
|
* Checkin example certs instead of generating them.Dan Gudmundsson2010-09-019-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_R13B03Erlang/OTP2009-11-208-0/+528