Subversion Repositories oidplus

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1212 2023-04-16 23:04:45 daniel-marschall /trunk/ Design and RA auth plugins are now identified by an internal ID (set in PHP) instead of the foldername  
1116 2023-03-23 23:09:25 daniel-marschall /trunk/ BIG CHANGE: All methods have received a PHPdoc comment and a lot of parameter and return types have been added (as far as PHP 7.0 allows)
!!! PLEASE NOTE THAT THE NEW VERSION OF OIDPLUS IS NOT COMPATIBLE WITH OLD THIRD PARTY PLUGINS (EXCEPT THE ONES THAT ARE BUNDLED WITH OIDPLUS)
!!! IF YOU HAVE THIRD PARTY PLUGINS INSTALLED (OR WRITTEN YOURSELF), THEN YOU *WILL* RECEIVE ERROR MESSAGES AFTER THE UPDATE
!!! AND NEED TO CHANGE THE METHOD SIGNATURES IN THESE PLUGINS TO MAKE THEM WORK AGAIN. (We can help you with this task if you need help!)
Please note that due to the amount of changes, there could have been a few bugs introduced; please send all bug reports via GitHub or email
and if you have the possibility, it is recommended to test the version of a test system before applying the update on a productive system.
Thank you very much!
 
1107 2023-03-01 13:26:17 daniel-marschall /trunk/  
1102 2023-02-27 16:03:57 daniel-marschall /trunk/ Renaming of some functions in vts_crypt.inc.php  
1099 2023-02-27 12:52:20 daniel-marschall /trunk/ RA Auth plugins can now be only-hash or only-verify  
1098 2023-02-27 12:02:09 daniel-marschall /trunk/ Added more arguments to random_bytes_ex() to force CSRNG  
1097 2023-02-27 11:38:38 daniel-marschall /trunk/ More changes in re VTS MCF 1.0 auth  
1096 2023-02-27 09:52:19 daniel-marschall /trunk/  
1093 2023-02-26 23:54:33 daniel-marschall /trunk/plugins/viathinksoft/auth/A5_vts_mcf/ Changed default VTS MCF algorithm from salted sha3-512 to sha3-512-hmac  
1092 2023-02-26 23:48:28 daniel-marschall /trunk/plugins/viathinksoft/auth/A5_vts_mcf/  
1090 2023-02-26 23:28:25 daniel-marschall /trunk/ DATABASE UPDATE (v1002): The database fields ra.salt and ra.authkey have been merged.
Auth plugins A1_phpgeneric_salted_hex and A2_sha3_salted_base64 have been removed and replaced by A5_vts_mcf.
Auth plugin A3_bcrypt/OIDplusAuthPluginBCrypt.class.php does not accept the A3# prefix anymore (gets removed in the migration procedure).
Hashes of A1*# and A2# get migrated to the ViaThinkSoft MCF 1.0 hashes.
!!!!! It is recommended to make a backup of your "ra" table in case something goes wrong with the migration of the hashes !!!!!