kylehuff pushed to gpgauth/master 2010-12-19 16:38:48
blog comments powered by DisqusRepository: gpgauth
Added signature verification & refreshed binaries
Files modifed:
- Added verify ability to gpgDecrypt function
- Changed the structure of the gpgDecrypt return data to a JSON parsable string
- Fixed some data decryption error handling
- Modified chrome extension accept decrypted data with signatures
- Refreshed Win32, Lin32 and Lin64 binaries
- gpgAuthPlugin/gpgauth.cpp
- gpgauth-chrome/background.html
- gpgauth-chrome/plugins/Linux_x86-gcc3/npgpgAuth-v1.0.3b.so
- gpgauth-chrome/plugins/Linux_x86_64-gcc3/npgpgAuth-v1.0.3b.so
- gpgauth-chrome/plugins/WINNT_x86-msvc/npgpgAuth-v1.0.3b.dll
Updated PHP server implemenation example
Files modifed:
- PHP page now only attempts auto-login if '?protected_content' is in the URL
Compare 1010e02...93b24f3
- gpgauth-server/php-example/index.php