]> git.lyx.org Git - features.git/commit
add first version of .lyx file encryption. It's disabled by default and could out...
authorPeter Kümmel <syntheticpp@gmx.net>
Sat, 17 Jul 2010 12:26:11 +0000 (12:26 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sat, 17 Jul 2010 12:26:11 +0000 (12:26 +0000)
commit56a7a6778356ad1b70eff4ae6a960f2cad414ea1
tree55b3e0e8ce76a6e35b9d2b8e3b846d2a7dea03c4
parent476d7a9df7592a3e8e562b0647f18880d013d4fc
add first version of .lyx file encryption. It's disabled by default and could out-of-the-box only by compiled on Linux with cmake and with openssl-devel packeges.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34931 a592a061-630c-0410-9148-cb99ea01b6c8
19 files changed:
development/cmake/CMakeLists.txt
development/cmake/config.h.cmake
development/cmake/modules/FindOpenSSL.cmake [new file with mode: 0644]
development/cmake/src/CMakeLists.txt
development/cmake/src/support/CMakeLists.txt
development/cmake/src/tex2lyx/CMakeLists.txt
lib/ui/stdmenus.inc
src/FuncCode.h
src/LyXAction.cpp
src/frontends/qt4/GuiEncryptionDialog.cpp [new file with mode: 0644]
src/frontends/qt4/GuiEncryptionDialog.h [new file with mode: 0644]
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiView.h
src/frontends/qt4/Makefile.am
src/support/CryptographicEncryption.cpp [new file with mode: 0644]
src/support/CryptographicEncryption.h [new file with mode: 0644]
src/support/FileName.cpp
src/support/FileName.h
src/support/Makefile.am