Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
The RSA_generate_key function has been deprecated in OpenSSL
in favour of the newer function RSA_generate_key_ex.
RSA_generate_key_ex with its current interface has been
part of OpenSSL starting from version 0.9.8 (July 2005).
|
|
|
|
|
|
|
|
|
|
|
|
The experimental cloud support was triggered on each run of any command
which caused some to break on devices without iCloud setup.
We now trigger the cloud support in a separate command to fix this and allow
further investigation into a proper implementation.
|
|
|
|
on systems like the Raspberry Pi char is unsigned by default but our
code expects char to be signed. So we should be good with -fsigned-char
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
files
|
|
|
|
this adds the new error code PROPERTY_LIST_SERVICE_E_TIMEOUT that
occurs if the given timeout is reached when trying to receive data.
|
|
|
|
|
|
The current code always requests the public key and set's the SystemBUID, even
if a pair record already exists which has these values ready. The change moves
logic to only do that during generation of new certificates.
|
|
|
|
|
|
every time
This prevented iTunes from using a pairing made by libimobiledevice giving an error
that the device sent invalid data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
iOS 7 introduced a new pairing workflow which increases security by showing a
trust dialog to the user before pairing with the host is allowed.
The userpref system was refactored to use the native plist format, too.
Configuration files of the native implementations are used on each platform.
Former configuration files are no longer in use and can be deleted.
|
|
|
|
|
|
|
|
|
|
|