wiki.techinc.nl/tests/phpunit/unit/includes/objectcache
Bill Pirkle 2ed69af15c Add optional serialization_type and hmac_key param values to RESTBagOStuff
T233537 made RESTBagOStuff work with the Kask external session
storage service, but broke backward compatibility. Add optional
values to the RESTBagOStuff $params constructor parameter to
support communicating with Kask, and to allow using HMAC. The
new values are:
  serialization_type: legacy (default), PHP, or JSON
  hmac_key: HMAC key to use for protecting the serialized blob
If these new values are not specified, behavior remains
unchanged (PHP serialization with no HMAC protection).

Bug: T233963
Change-Id: Ia2625c04e08cfe9616569500f1d613be73c170a2
2019-10-06 15:52:01 -05:00
..
MemcachedBagOStuffTest.php Cleanup of old PHPUnit usage, part 3 2019-10-05 00:00:45 -07:00
RedisBagOStuffTest.php HHVM removal: Kill HHVM_VERSION checks in PHPUnit tests 2019-10-03 15:35:21 +00:00
RESTBagOStuffTest.php Add optional serialization_type and hmac_key param values to RESTBagOStuff 2019-10-06 15:52:01 -05:00