aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2019-02-24Use CXXFLAGSGuido Vranken
2019-02-24Makefile: fix cleanGuido Vranken
2019-02-24Merge branch 'master' into fuzzingGuido Vranken
2018-08-22Small changes to FIND_LIBRARIES solution for running testsPascal Buhler
2018-07-31Merge branch 'master' into fuzzingGuido Vranken
2018-07-27Clean up library-finding logicRichard Barnes
2018-07-27GCM passes crypto testsRichard Barnes
2018-07-27Get tests to run (not yet pass)Richard Barnes
2018-07-27Further consolidationRichard Barnes
2018-01-24Add fuzzerGuido Vranken
2017-11-13travis: fix mips build to use correct hostPascal Buhler
2017-11-01only link against lib(w)pcap when neededMartin Meszaros
2017-10-16Add a runtest-valgrind targetPascal Buhler
2017-07-26Pass location of words.txt to rtpw invocations.Jonathan Lennox
2017-05-14Makefile.in: Remove rtp.h from installationGeir Istad
2017-05-11Makefile.in: Add gnu as match for shared lib suffixGeir Istad
2017-03-06Introduction of CUTest FrameworkGeir Istad
2017-02-21Merge pull request #224 from rsith71/mkiSupportPascal Bühler
2017-02-15Merge branch 'master' into docs_to_markdownGeir Istad
2017-02-08Makefile.in: Rewording comment about documentationGeir Istad
2017-02-02Merge branch 'master' into mkiSupportPascal Bühler
2017-02-01Merge branch 'master' into autotoolsPascal Bühler
2017-01-30ekt is not really supported yet, remove from installPascal Bühler
2017-01-27makefile.in: Fixes shared library generation under Cygwin.Idar Tollefsen
2017-01-26configure.in/Makefile.in: Removes -fPIC flag on Windows.Idar Tollefsen
2017-01-26configure.in/Makefile.in: Always generate and install pkg-config file.Idar Tollefsen
2017-01-26configure.in/Makefile.in: Whitespace cleanup.Idar Tollefsen
2016-12-15Apply MKI Support PatchRyan Hooper
2016-09-14Install cipher.h, auth.h and crypto_types.h.Jonathan Lennox
2016-02-24Don't create a symlink if there is no $(SHAREDLIBVERSION)Sebastian Dröge
2015-11-26* fix file references without $(srcdir) in Makefile.in, to enable build withi...XIE Tianming
2015-04-06Double-commit 9968e22ce2b7a1a2c0dde04f2413914416da260a to master.jfigus
2015-04-02Sync latest from masterjfigus
2015-04-02Merge pull request #99 from fancycode/visual_studio_fixesJohn Foley
2015-03-27Use own minimal "getopt" function to support compiling using MSVC.Joachim Bauch
2015-03-26Do not install empty /usr/bin/ directoryNikoli
2015-03-26Do not duplicate shared library when installing, use symlink insteadNikoli
2015-02-19Merge branch 'master' of https://github.com/cisco/libsrtp into 2_0_0_devjfigus
2014-12-09Fix out-of-source tree builds.Tom Hughes
2014-12-04Remove RNG since there is no longer a public API exposed to use the RNG. The ...jfigus
2014-12-01Fix bug from pull request #86 where the pc file was being deleted when doing ...jfigus
2014-12-01Sync latest changes from master.jfigus
2014-11-26Add support for building on/cross-compiling the shared library for Windows an...Nirbheek Chauhan
2014-11-20Rename binary target to libsrtp2 since it's not backwards compatible with lib...jfigus
2014-11-19Remove obsolete PRNG. Libsrtp shouldn't be used as a general purpose crypto ...jfigus
2014-11-14Refactor debug API so app layer doesn't need to include crypto_kernel.h. Rem...jfigus
2014-11-06Makefile cleanup. Remove aes_tables app since libsrtp is not used as a gener...jfigus
2014-11-04Remove crypto_get_random() since it's been agreed that libsrtp should not be ...jfigus
2014-11-04Change default option for stdout debugging to disabled to comply with best pr...jfigus
2014-10-31Begin header file refactoring. This is a work-in-progress.jfigus