summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/crypt.php
Commit message (Expand)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-581/+0
* Update license headersJenkins for ownCloud2015-03-261-26/+29
* Revert "Updating license headers"Morris Jobke2015-02-261-30/+27
* Updating license headersJenkins for ownCloud2015-02-231-27/+30
* make versions of shared files downloadableBjoern Schiessle2015-01-091-3/+0
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-5/+5
* Fix namespace of files_encryption classes and autoload themJoas Schilling2014-12-091-1/+1
* clean up encryption exceptionsBjoern Schiessle2014-11-071-16/+21
* Make files non executableLukas Reschke2014-10-241-0/+0
* fixing usage of EncryptionExceptionThomas Müller2014-10-171-3/+4
* fix typoVolkan Gezer2014-09-191-1/+1
* update existing unit testsBjoern Schiessle2014-07-231-1/+1
* support aes 256Bjoern Schiessle2014-07-231-20/+111
* introduce some encryption exceptions and catch additional error casesBjoern Schiessle2014-07-161-16/+7
* Kill legacy encryption migrationThomas Müller2014-07-081-90/+0
* use oc_preferences instead of oc_encryption to store encyption settingsBjoern Schiessle2014-06-051-0/+1
* use phpseclib from 3rdpartyThomas Müller2014-06-031-1/+1
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-19/+19
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-11/+10
* @returns -> @returnThomas Müller2014-05-131-7/+7
* Update crypt.phpScott Arciszewski2014-03-241-2/+2
* Update crypt.phpScott Arciszewski2014-03-191-2/+2
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-9/+9
* block file access if share keys are missingBjoern Schiessle2013-10-111-5/+11
* Employ config option for OpenSSL config file, if provided.Owen Winkler2013-09-021-4/+5
* Start a branch for easier OpenSSL configuration.Owen Winkler2013-09-021-0/+1
* Use __DIR__ instead of dirname(__FILE__).Andreas Fischer2013-08-211-1/+1
* Do not use realpath() on includes.Andreas Fischer2013-08-211-1/+1
* Merge pull request #4352 from owncloud/encryption_clean_upBjörn Schießle2013-08-171-105/+12
|\
| * fixing typos and PHPDocThomas Müller2013-08-081-4/+3
| * remove todo itemBjoern Schiessle2013-08-081-4/+0
| * make methods private which are not used from outsideBjoern Schiessle2013-08-081-101/+13
* | more error messages which might be useful for the user to debug his server co...Bjoern Schiessle2013-08-081-1/+3
|/
* add openssl_error_string() output to the owncloud.logBjörn Schießle2013-06-261-6/+5
* always have a defined return valueBjörn Schießle2013-06-191-4/+4
* some more error messagesBjörn Schießle2013-06-191-5/+3
* add some more error messages, in case something went wrongBjörn Schießle2013-06-191-16/+17
* fix memory problems as reported at #3620Florin Peter2013-06-131-3/+3
* Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle2013-06-131-25/+1
|\
| * cleanup unused method legacyKeyRecryptKeyfileFlorin Peter2013-05-311-24/+0
| * use legacyDecrypt to decrypt key file like the previous files_encryptionFlorin Peter2013-05-311-1/+1
* | reformat codeFlorin Peter2013-06-031-2/+2
* | introduce decryptPrivateKey() method which also checks if the result is a val...Björn Schießle2013-06-031-0/+28
|/
* changed to public log apiFlorin Peter2013-05-271-4/+4
* replace == with === and replace != with !==Florin Peter2013-05-271-14/+12
* Merge branch 'master' into remove_unused_varsBjörn Schießle2013-05-271-4/+4
|\
| * legacyBlockDecryprt() needs to be publicBjörn Schießle2013-05-271-1/+1
| * make legacyDecrypt() private als always call legacyBlockDecrypt() from other ...Björn Schießle2013-05-271-1/+1
| * fix migration from old to new encryptionBjörn Schießle2013-05-271-1/+1
* | reformat codeFlorin Peter2013-05-271-99/+106