Bug #80698 | Handle chain of certificate in x509 authentication | ||
---|---|---|---|
Submitted: | 11 Mar 2016 0:11 | Modified: | 15 May 2018 12:26 |
Reporter: | Arthur Gautier | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Security: Encryption | Severity: | S3 (Non-critical) |
Version: | 5.7.10 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | PKI, X509 |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[11 Mar 2016 0:11]
Arthur Gautier
[11 Mar 2016 0:34]
Arthur Gautier
vio: Handling of cerficate chains
Attachment: 0001-vio-Handling-of-cerficate-chains.patch (text/x-patch), 1.91 KiB.