aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto.php
Commit message (Expand)AuthorAgeFilesLines
* get devHilmar R2021-03-011-41/+40
* crypto fixzotlabs2018-11-141-1/+1
* more z6 debuggingzotlabs2018-11-111-2/+7
* cleanup the recent crypto code modifications. We need this stuff to be readable.zotlabs2018-02-211-20/+31
* don't try to handle OAEP for plugin crypto methods; let them do it if desiredzotlabs2018-02-201-2/+2
* encrypt/decrypt function not foundzotlabs2018-02-201-1/+6
* OAEP padding mismatch on some newer encryption methodszotlabs2018-02-191-6/+7
* crypto improvements (use pkcs1_oaep_padding instead of the older pkcs1_padding)zotlabs2018-02-161-5/+22
* remove dead codezotlabs2018-02-071-44/+0
* cleanup of last fixzotlabs2018-01-131-2/+2
* unexpected openssl resultzotlabs2018-01-131-1/+1
* changes to encryption encapsulation for zot6 (backward compatible)zotlabs2017-10-051-0/+4
* make signing methods variable and signablezotlabs2017-07-251-0/+10
* harden securityzotlabs2017-04-021-10/+26
* use aes-ctr which is slightly/arguably better than a poke in the eye and don'...zotlabs2017-04-011-10/+7
* aes256gcm is not ready for prime time. Stay tuned. Until it is, we're pretty ...zotlabs2017-03-301-5/+5
* make aes256gcm the primary crypto modezotlabs2017-03-301-1/+14
* trim both key and iv on other cipherszotlabs2016-12-011-0/+2
* trim iv in STD_encapsulatezotlabs2016-12-011-0/+2
* advanced crypto restricted by server rolezotlabs2016-11-301-0/+3
* zot 1.2zotlabs2016-11-301-4/+108
* zot: specify crypto methodzotlabs2016-11-201-1/+1
* redundant dev line from an earlier modification causes issue #404redmatrix2016-05-301-16/+2
* kill off mcryptredmatrix2016-05-261-6/+8
* issue #319 - NOTE: this does not fix the issue, it only reports it and contin...redmatrix2016-03-301-10/+1
* rewrite the webfinger discovery logicredmatrix2016-03-221-0/+23
* no xchan here if using zot protocolredmatrix2016-03-171-1/+3
* stop the PHP warnings from Thomas's buggered sitekeyredmatrix2016-02-281-1/+1
* backtrace openssl_verify errors so that we can find bad keys - as there is ve...redmatrix2016-02-251-0/+15
* retire old Friendica RINO encryption functionsredmatrix2015-06-091-28/+0
* issue #941friendica2015-03-281-4/+11
* optionally use openssl encryption functions (higher performance over mcrypt, ...friendica2015-01-111-2/+2
* allow the use of openssl cryptofriendica2015-01-111-0/+6
* make the old personal xrd interface (old webfinger) work againfriendica2014-08-211-2/+3
* bring back some friendica crypto stuff including all the key mangling and tra...friendica2014-08-151-1/+164
* doc updatefriendica2014-08-151-3/+8
* pkcs1 to pkcs8 key conversion - this is a lot easier than parsing ASN.1 DER f...friendica2014-08-141-0/+24
* bloody hell - it isn't defined either.friendica2013-12-151-2/+2
* bloody hell... php version incompatibility with openssl - openssl no longer a...friendica2013-12-151-0/+4
* post_activity_item issuesfriendica2013-12-071-0/+2
* Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ...friendica2013-11-201-0/+16
* add more siteinfofriendica2013-07-241-2/+0
* recover padding functions which are still usedfriendica2013-07-241-0/+15
* get rid of legacy (unused) encryption stuff.friendica2013-07-241-174/+1
* not quite so much crypto loggingfriendica2013-07-241-1/+2
* crypto loggingfriendica2013-07-231-2/+6
* start formatting for Doxygenfriendica2013-02-251-1/+1
* y'all got mailfriendica2012-12-051-1/+5
* more cleanupMike Macgirvin2012-10-231-2/+0
* a few minor changesfriendica2012-08-261-2/+0