aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openssl
Commit message (Collapse)AuthorAgeFilesLines
* lint fixes for opensslThomas Backlund2015-10-201-10/+10
|
* clean and reindent openssl moduleMichael Scherer2012-03-191-30/+27
|
* fix indentNicolas Vigier2011-08-221-28/+28
|
* add a type for selfsigned certificate in 2 fileMichael Scherer2010-12-071-0/+25
|
* - do not automatically add the domain name when creating a certificateMichael Scherer2010-11-301-1/+1
|
* add requires so the exec do not fail with command not foundMichael Scherer2010-11-301-1/+2
|
* split the declaration of openssl in a class so we can have multipleMichael Scherer2010-11-301-1/+6
| | | | declaration of self_signed_certificate
* - add a class to generate self signed certificate ( as we may likelyMichael Scherer2010-11-211-0/+12
need it elsewhere )