summaryrefslogtreecommitdiff
path: root/funcs/func_aes.c
AgeCommit message (Expand)Author
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-11-02Add missing menuselect dependencies.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-03-18func_aes: fix misuse of strlen on binary dataGianluca Merlo
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-05Merged revisions 326411 via svnmerge from Tilghman Lesher
2011-01-14Add relationships to function documentation.Andrew Latham
2011-01-14Add relationships to function documentation.Andrew Latham
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-07-21Remove built-in AES code and use optional_api insteadTerry Wilson
2010-01-26Update func_aes to its pre-ast_str_substitution state.Russell Bryant
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-01-30Parameter position reversed in documentationTilghman Lesher
2009-01-28Fix some signedness problems in func_aes.cMark Michelson
2009-01-27Adding AES_ENCRYPT and AES_DECRYPT dialplan functions. David Vossel