moodle/mnet
David Mudrák 511f8c46b7 MDL-52766 mnet: Support MNet peer URLs longer than 64 characters
The commonName in SSL certificate is limited to 64 characters as per
RFC 5280 (https://www.ietf.org/rfc/rfc5280.txt). We respect that limit
when generating the CN attribute from the site's $CFG->wwwroot. But then
we did not respect it when comparing the common name with the peer's
URL so the certificate was not considered valid.
2016-02-04 17:08:21 +01:00
..
service/enrol MDL-52059 versions: bump all versions and requires near release 2015-11-10 12:33:52 +01:00
tests MDL-44717 events: Fix multiple issues in events 2014-04-01 15:08:34 +08:00
xmlrpc MDL-52285 auth: Add constructors for backwards compat 2015-12-10 10:34:29 +00:00
environment.php MDL-52285 auth: use __construct() for constructors 2015-12-10 13:40:42 +08:00
lib.php MDL-48779 MNet: multibyte substr in certificate generation 2015-01-16 09:37:19 +07:00
peer.php MDL-52766 mnet: Support MNet peer URLs longer than 64 characters 2016-02-04 17:08:21 +01:00
publickey.php MDL-25973 add missing charset 2011-01-14 09:32:17 +01:00
remote_client.php mnet MDL-15505 added new mnet_debug function and started migrating to it 2010-02-05 03:56:45 +00:00