Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check if we have the record in the short time cache before actually fetching it | Mario | 2023-10-20 | 1 | -1/+1 |
| | |||||
* | deprecate ActivityStreams::fetch() and provide the possibility to fetch ↵ | Mario | 2023-06-16 | 1 | -2/+2 |
| | | | | local items directly | ||||
* | more fixes for where keyId = acct:xxx@yyy.zz | Mario | 2023-05-25 | 1 | -2/+5 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario | 2022-10-12 | 1 | -3/+3 |
| | |||||
* | fix warnings and regressions | Mario | 2022-09-15 | 1 | -0/+6 |
| | |||||
* | add a hidden config for the hs2019 http sig algo | Mario | 2022-05-19 | 1 | -2/+5 |
| | |||||
* | whitespace | Mario | 2022-03-10 | 1 | -35/+35 |
| | |||||
* | support for hs2019 | Mario | 2022-03-10 | 1 | -13/+57 |
| | |||||
* | address deprecation warnings | Mario | 2022-02-13 | 1 | -2/+5 |
| | |||||
* | rename variable | Mario | 2022-02-08 | 1 | -6/+6 |
| | |||||
* | revert deleted flag for webfinger and zotfinger key | Mario | 2022-02-08 | 1 | -21/+9 |
| | |||||
* | HTTPSig: introduce the deleted keytype. this will allow us to not fetch an ↵ | Mario | 2022-02-08 | 1 | -6/+30 |
| | | | | actor we have never seen before if we received a delete activity for this actor for some reason. this is only implemented in the activitypub inbox so far. | ||||
* | HTTPSig: do not query for hubloc_addr | Mario | 2021-10-12 | 1 | -6/+3 |
| | |||||
* | Revert "httpsig: add parentheses" | Mario | 2021-10-12 | 1 | -2/+2 |
| | | | | This reverts commit e455fae334c4b5f8d5a563e099add1482749c92f. | ||||
* | httpsig: add parentheses | Mario | 2021-10-12 | 1 | -2/+2 |
| | |||||
* | look for hubloc_id_url or hubloc_hash, otherwise we will always fetch the ↵ | Mario | 2021-10-11 | 1 | -1/+2 |
| | | | | key from the net on platforms where those are different (e.g. mastodon). | ||||
* | streamline logic | Mario | 2021-10-10 | 1 | -3/+4 |
| | |||||
* | HTTPSig: cleanup, add some doco and implement missing force mechanism for ↵ | Mario | 2021-10-10 | 1 | -167/+202 |
| | | | | fetching keys | ||||
* | use lib/keyutils rsatopem() | Mario | 2021-03-18 | 1 | -1/+1 |
| | |||||
* | get dev | Hilmar R | 2021-03-01 | 1 | -12/+15 |
| | |||||
* | fix issue where an array was passed to get_key() instead of a string | Mario | 2020-12-30 | 1 | -9/+11 |
| | | | (cherry picked from commit 81a1aedeb9a4e07c3d1e11905ad3e2434d635e86) | ||||
* | add logging | Mario | 2020-11-23 | 1 | -0/+3 |
| | |||||
* | less hubloc confusion | Mario | 2020-11-08 | 1 | -20/+46 |
| | |||||
* | use zot_record_preferred() when fetching keys | Mario | 2020-05-15 | 1 | -9/+16 |
| | |||||
* | http signature consolidation | zotlabs | 2019-06-26 | 1 | -118/+244 |
| | |||||
* | encrypted header issue | zotlabs | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | extra logging | zotlabs | 2018-11-14 | 1 | -0/+4 |
| | |||||
* | verify some edge case http signatures | zotlabs | 2018-10-11 | 1 | -4/+2 |
| | |||||
* | SECURITY: signature issue | zotlabs | 2018-10-09 | 1 | -0/+15 |
| | |||||
* | as_fetch depends on the pubcrawl plugin, but is referenced in core. Ensure ↵ | zotlabs | 2018-04-22 | 1 | -1/+3 |
| | | | | that it doesn't chuck a wobbly if the function isn't found. This is undergoing significant revision for zot6 so this action is considered a short-term workaround until that work work stabilises. | ||||
* | draft-cavage issues | zotlabs | 2018-04-15 | 1 | -3/+9 |
| | |||||
* | :white_check_mark: Unit Test for HTTPSig. | Klaus Weidenbach | 2018-02-28 | 1 | -30/+87 |
| | |||||
* | zot6 testing | zotlabs | 2018-02-08 | 1 | -6/+1 |
| | |||||
* | missing quote | zotlabs | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | logging | zotlabs | 2018-02-08 | 1 | -1/+3 |
| | |||||
* | z6 testing | zotlabs | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | debug the crypto function | zotlabs | 2018-02-07 | 1 | -0/+3 |
| | |||||
* | z6 deliver | zotlabs | 2018-01-16 | 1 | -0/+15 |
| | |||||
* | cleanup of last fix | zotlabs | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | unexpected openssl result | zotlabs | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | fix typo in HTTPSig | Mario Vavti | 2017-12-04 | 1 | -1/+1 |
| | |||||
* | sort out the notification ids | zotlabs | 2017-10-12 | 1 | -1/+2 |
| | |||||
* | typo | zotlabs | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | For zot6, allow HTTP Signatures to be encrypted, as they may contain ↵ | zotlabs | 2017-09-24 | 1 | -6/+46 |
| | | | | sensitive (envelope, metadata) information. | ||||
* | log the lack of http sig info | zotlabs | 2017-09-21 | 1 | -1/+3 |
| | |||||
* | provide a space between link header params | zotlabs | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | add more signature logging | zotlabs | 2017-09-20 | 1 | -1/+7 |
| | |||||
* | more zot6 | zotlabs | 2017-09-13 | 1 | -1/+6 |
| |