コミット履歴

作者 SHA1 メッセージ 日付
  Mikael Nordfeldth cce808b27c const'ifying bits and sigalg 10 年 前
  Mikael Nordfeldth 29ac42addd Diaspora public key published in WebFinger 10 年 前
  Mikael Nordfeldth d350a20e1f Less verbose debugging (also don't log private keys) 10 年 前
  Mikael Nordfeldth aaef11077d Default of Magicsig keypair toString should be secure 10 年 前
  Mikael Nordfeldth 0bc122ff58 Magicsig::generate is now static 10 年 前
  Mikael Nordfeldth 537dff7987 Salmon posts can only be made for local users. More typing! 10 年 前
  Mikael Nordfeldth 56194b3cd9 Magicsig importKeys finetuning and getHash() use 10 年 前
  Mikael Nordfeldth 00b2bddc7c Clarify it's not base64, but base64url, encoding in Magicsig 10 年 前
  Mikael Nordfeldth c1dc13bef0 Magicsig warning message would fail to get bits 10 年 前
  Mikael Nordfeldth 75711ae06a Magicsig is made a bit less cumbersome 10 年 前
  Mikael Nordfeldth 41773d3f67 MagicEnvelope object orientation (no passing arrays) 10 年 前
  Mikael Nordfeldth 2ea5f00666 Success debugging was too much noise 10 年 前
  Mikael Nordfeldth 960baae1d1 More debugging in Magicsig class verify method 10 年 前
  Mikael Nordfeldth 8b04bcb310 Prepare for >1024 RSA keys for Salmon signatures 11 年 前
  Mikael Nordfeldth 6f4c572389 Unnecessary UTF-8 declaration for database 11 年 前
  Mikael Nordfeldth 7e4718a4eb IMPORTANT - fixed Magicsig to properly overload getKV (prev. staticGet) 11 年 前
  Mikael Nordfeldth 1710a619a8 Magicsig class now Managed_DataObject with nicer schemaDef 11 年 前
  Mikael Nordfeldth e95f77d34c Updating all Memcached_DataObject extended classes to Managed_DataObject 11 年 前
  Brion Vibber 51d1535f15 Added doc comments on Salmon magicsig-related stuff to help in figuring out what's going on 14 年 前
  Brion Vibber 69b13cb279 Normalize execution guards on OStatus php files; mostly helps cut down on annoying 'class not found' errors when something spiders the dirs. :P 14 年 前
  Siebrand Mazeland 5a6f616206 * i18n/L10n update 14 年 前
  Siebrand Mazeland 1bfbe9badf * i18n/L10n updates and FIXMEs added 14 年 前
  James Walker 3227122ac3 move base64_url_(encode|decode) to static functions in Magicsig 15 年 前
  James Walker 9e0b9857f4 Make sure we're requiring the library 15 年 前
  James Walker cfca789b34 Updated Math_Biginteger from upstream - removing safe* workarounds 15 年 前
  James Walker c4273f0ef3 Check for 0.9.0 bad keys from old Crypt_RSA library 15 年 前
  Brion Vibber 27bfd1211d Math_BigInteger doesn't correctly handle serialization/deserialization for a value of 0, which can end up spewing notices to output and otherwise intefering with Salmon signature setup and verification when using memcached. 15 年 前
  James Walker 99ca84e68e changing keypair to text to hold a full 1024bit keypair 15 年 前
  James Walker 135c0c8a7f cleaning up key generation 15 年 前
  James Walker 4e44cf906b converting key generation to new crypt library 15 年 前