aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/HTTPSig.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵zotlabs2017-09-241-6/+46
| | | | sensitive (envelope, metadata) information.
* 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 ↵zotlabs2017-09-041-3/+10
| | | | least re-arranged later but we need to bootstrap a test environment.
* only validate headers that aren't "spoofable", which will be somewhat ↵zotlabs2017-09-031-3/+8
| | | | implementation dependent.
* some changes after testing server-to-server magic authzotlabs2017-08-311-2/+8
|
* httpsig - return an array with all the different signing possibilities ↵zotlabs2017-08-201-8/+21
| | | | enumerated
* mv HTTPSig to core - so we can use it as an auth methodzotlabs2017-08-171-0/+220