| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup the recent crypto code modifications. We need this stuff to be readable. | zotlabs | 2018-02-21 | 1 | -20/+31 |
* | don't try to handle OAEP for plugin crypto methods; let them do it if desired | zotlabs | 2018-02-20 | 1 | -2/+2 |
* | encrypt/decrypt function not found | zotlabs | 2018-02-20 | 1 | -1/+6 |
* | OAEP padding mismatch on some newer encryption methods | zotlabs | 2018-02-19 | 1 | -6/+7 |
* | crypto improvements (use pkcs1_oaep_padding instead of the older pkcs1_padding) | zotlabs | 2018-02-16 | 1 | -5/+22 |
* | remove dead code | zotlabs | 2018-02-07 | 1 | -44/+0 |
* | cleanup of last fix | zotlabs | 2018-01-13 | 1 | -2/+2 |
* | unexpected openssl result | zotlabs | 2018-01-13 | 1 | -1/+1 |
* | changes to encryption encapsulation for zot6 (backward compatible) | zotlabs | 2017-10-05 | 1 | -0/+4 |
* | make signing methods variable and signable | zotlabs | 2017-07-25 | 1 | -0/+10 |
* | harden security | zotlabs | 2017-04-02 | 1 | -10/+26 |
* | use aes-ctr which is slightly/arguably better than a poke in the eye and don'... | zotlabs | 2017-04-01 | 1 | -10/+7 |
* | aes256gcm is not ready for prime time. Stay tuned. Until it is, we're pretty ... | zotlabs | 2017-03-30 | 1 | -5/+5 |
* | make aes256gcm the primary crypto mode | zotlabs | 2017-03-30 | 1 | -1/+14 |
* | trim both key and iv on other ciphers | zotlabs | 2016-12-01 | 1 | -0/+2 |
* | trim iv in STD_encapsulate | zotlabs | 2016-12-01 | 1 | -0/+2 |
* | advanced crypto restricted by server role | zotlabs | 2016-11-30 | 1 | -0/+3 |
* | zot 1.2 | zotlabs | 2016-11-30 | 1 | -4/+108 |
* | zot: specify crypto method | zotlabs | 2016-11-20 | 1 | -1/+1 |
* | redundant dev line from an earlier modification causes issue #404 | redmatrix | 2016-05-30 | 1 | -16/+2 |
* | kill off mcrypt | redmatrix | 2016-05-26 | 1 | -6/+8 |
* | issue #319 - NOTE: this does not fix the issue, it only reports it and contin... | redmatrix | 2016-03-30 | 1 | -10/+1 |
* | rewrite the webfinger discovery logic | redmatrix | 2016-03-22 | 1 | -0/+23 |
* | no xchan here if using zot protocol | redmatrix | 2016-03-17 | 1 | -1/+3 |
* | stop the PHP warnings from Thomas's buggered sitekey | redmatrix | 2016-02-28 | 1 | -1/+1 |
* | backtrace openssl_verify errors so that we can find bad keys - as there is ve... | redmatrix | 2016-02-25 | 1 | -0/+15 |
* | retire old Friendica RINO encryption functions | redmatrix | 2015-06-09 | 1 | -28/+0 |
* | issue #941 | friendica | 2015-03-28 | 1 | -4/+11 |
* | optionally use openssl encryption functions (higher performance over mcrypt, ... | friendica | 2015-01-11 | 1 | -2/+2 |
* | allow the use of openssl crypto | friendica | 2015-01-11 | 1 | -0/+6 |
* | make the old personal xrd interface (old webfinger) work again | friendica | 2014-08-21 | 1 | -2/+3 |
* | bring back some friendica crypto stuff including all the key mangling and tra... | friendica | 2014-08-15 | 1 | -1/+164 |
* | doc update | friendica | 2014-08-15 | 1 | -3/+8 |
* | pkcs1 to pkcs8 key conversion - this is a lot easier than parsing ASN.1 DER f... | friendica | 2014-08-14 | 1 | -0/+24 |
* | bloody hell - it isn't defined either. | friendica | 2013-12-15 | 1 | -2/+2 |
* | bloody hell... php version incompatibility with openssl - openssl no longer a... | friendica | 2013-12-15 | 1 | -0/+4 |
* | post_activity_item issues | friendica | 2013-12-07 | 1 | -0/+2 |
* | Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ... | friendica | 2013-11-20 | 1 | -0/+16 |
* | add more siteinfo | friendica | 2013-07-24 | 1 | -2/+0 |
* | recover padding functions which are still used | friendica | 2013-07-24 | 1 | -0/+15 |
* | get rid of legacy (unused) encryption stuff. | friendica | 2013-07-24 | 1 | -174/+1 |
* | not quite so much crypto logging | friendica | 2013-07-24 | 1 | -1/+2 |
* | crypto logging | friendica | 2013-07-23 | 1 | -2/+6 |
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
* | y'all got mail | friendica | 2012-12-05 | 1 | -1/+5 |
* | more cleanup | Mike Macgirvin | 2012-10-23 | 1 | -2/+0 |
* | a few minor changes | friendica | 2012-08-26 | 1 | -2/+0 |
* | simplify | friendica | 2012-07-21 | 1 | -36/+2 |
* | remove obsolete zot encapsulation functions | friendica | 2012-07-05 | 1 | -33/+0 |
* | rev update | friendica | 2012-05-20 | 1 | -1/+35 |