summaryrefslogtreecommitdiffstats
path: root/openssl-model.lua
Commit message (Expand)AuthorAgeFilesLines
* Updated the three download/stream actions to properly handle clientdata in th...Ted Trask2015-01-311-32/+59
* Modify several functions to move logic into the model and use cfes more prope...Ted Trask2015-01-311-75/+99
* Cleanup of path access in preparation for handling CAs in different pathsTed Trask2015-01-301-40/+39
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-121-5/+5
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-201-40/+42
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-2/+2
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-011-70/+25
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-281-8/+14
* Removed calls to redirect_to_referrerTed Trask2012-08-201-52/+101
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-5/+5
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-4/+4
* Change certype to certtypeTed Trask2011-10-071-3/+3
* Fix direct import of crl, and allowed direct import of CA into FirefoxTed Trask2011-10-071-7/+12
* Make getca always return ca, regardless of inputTed Trask2011-10-071-10/+9
* Updates to Feature #354 incl. security hole fixed and choice of PEM or DER ca...Luke Stuart2011-10-071-6/+13
* Added package name so install worksTed Trask2011-09-201-1/+1
* acf-openssl: as per feature request #354: download cert plus set encryption b...Luke Stuart2011-07-061-4/+28
* fix permissions on ssl cert creationskel2011-06-091-0/+5
* basename/dirname functions are no longer in acf-core-0.9.0Ted Trask2009-12-281-8/+9
* Committer: nangel <nangel@tetrasec.net>nangel2009-05-211-8/+28
* Change os.rename to fs.move_file.Ted Trask2009-05-151-6/+6
* Fixed bug with request extensions. Don't override user input extensions with ...Ted Trask2009-05-141-18/+9
* Fixed openssl bug when more than 0xFF certs.ttrask2009-02-061-1/+1
* More work to remove unnecessary popen calls.Ted Trask2009-01-261-63/+49
* Added escapespecialcharacters to format.lua to escape shell special character...Ted Trask2009-01-211-49/+65
* Modified fs.lua to survive nil parameters. Added create_directory and used w...Ted Trask2009-01-131-9/+9
* Modified openssl to make renew (really rekey) work.Ted Trask2008-11-011-6/+9
* Modified modelfunctions library to include validation in get/setfiledetails. ...Ted Trask2008-10-071-14/+1
* Modified format library. parse_configfile2, update_configfile2, get_section,...Ted Trask2008-10-031-23/+23
* Removed getopts library and added functionality to format library as opts_to_...Ted Trask2008-09-291-27/+26
* Fixed openssl bug with blank extensions. Modified commonName hash to use hex...Ted Trask2008-08-051-7/+25
* Add cert extensions to the request just for clarity.Ted Trask2008-07-161-4/+6
* Openssl removed the subjectAltName and instead added in an extensions section...Ted Trask2008-07-161-24/+66
* Another attempt at openssl subjectAltNameTed Trask2008-07-161-1/+6
* Added openssl support for subjectAltName as an environment variable loaded in...Ted Trask2008-07-161-42/+52
* Fixed openssl character escapes.Ted Trask2008-07-151-4/+2
* Modify openssl to allow all characters except # in distinguished names.Ted Trask2008-07-151-4/+6
* Modified openssl to work with new cnf file. Distinguished names are no longe...Ted Trask2008-07-111-40/+46
* Update openssl to use controllerfunctions and modelfunctions.Ted Trask2008-07-071-67/+71
* Changed openssl config file name and fixed environment check.Ted Trask2008-06-241-17/+29
* Fixed download bug for logfiles and certificates.Ted Trask2008-06-091-10/+47
* Moved openssl clientdata processing from model to controller.Ted Trask2008-06-061-59/+47
* Check to see if necessary openssl directories exist, add support to create themTed Trask2008-05-281-3/+152
* Modified acf to allow file upload (arbitrary 32k limit).Ted Trask2008-05-271-52/+171
* Mod openssl to restrict users to only see and delete their own requests.Ted Trask2008-05-231-7/+20
* Added revoking support to opensslTed Trask2008-05-221-2/+42
* openssl is now pretty much done except for revoking certificates.Ted Trask2008-05-221-29/+102
* Further progress on openssl. Added template_stream to core for downloading f...Ted Trask2008-05-211-1/+109
* Continuing to work on openssl. Not done yet.Ted Trask2008-05-201-14/+218
* Saving incomplete openssl pagesTed Trask2008-05-161-0/+36