aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/HTTPSig.php
Commit message (Expand)AuthorAgeFilesLines
* use zot_record_preferred() when fetching keysMario2020-05-151-9/+16
* http signature consolidationzotlabs2019-06-261-118/+244
* encrypted header issuezotlabs2018-11-141-1/+1
* extra loggingzotlabs2018-11-141-0/+4
* verify some edge case http signatureszotlabs2018-10-111-4/+2
* SECURITY: signature issuezotlabs2018-10-091-0/+15
* as_fetch depends on the pubcrawl plugin, but is referenced in core. Ensure th...zotlabs2018-04-221-1/+3
* draft-cavage issueszotlabs2018-04-151-3/+9
* :white_check_mark: Unit Test for HTTPSig.Klaus Weidenbach2018-02-281-30/+87
* zot6 testingzotlabs2018-02-081-6/+1
* missing quotezotlabs2018-02-081-1/+1
* loggingzotlabs2018-02-081-1/+3
* z6 testingzotlabs2018-02-081-1/+1
* debug the crypto functionzotlabs2018-02-071-0/+3
* z6 deliverzotlabs2018-01-161-0/+15
* cleanup of last fixzotlabs2018-01-131-1/+1
* unexpected openssl resultzotlabs2018-01-131-1/+1
* fix typo in HTTPSigMario Vavti2017-12-041-1/+1
* sort out the notification idszotlabs2017-10-121-1/+2
* typozotlabs2017-09-241-1/+1
* For zot6, allow HTTP Signatures to be encrypted, as they may contain sensitiv...zotlabs2017-09-241-6/+46
* log the lack of http sig infozotlabs2017-09-211-1/+3
* provide a space between link header paramszotlabs2017-09-201-1/+1
* add more signature loggingzotlabs2017-09-201-1/+7
* more zot6zotlabs2017-09-131-1/+6
* owa - first commitzotlabs2017-09-071-0/+8
* some more prep work for Zot VI - some of this will need to be undone or at le...zotlabs2017-09-041-3/+10
* only validate headers that aren't "spoofable", which will be somewhat impleme...zotlabs2017-09-031-3/+8
* some changes after testing server-to-server magic authzotlabs2017-08-311-2/+8
* httpsig - return an array with all the different signing possibilities enumer...zotlabs2017-08-201-8/+21
* mv HTTPSig to core - so we can use it as an auth methodzotlabs2017-08-171-0/+220