VirtualBox

Ignore:
Timestamp:
Aug 12, 2020 4:09:12 PM (4 years ago)
Author:
vboxsync
Message:

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/CryptoPkg/Library/BaseCryptLib/Pem/CryptPem.c

    r80721 r85718  
    22  PEM (Privacy Enhanced Mail) Format Handler Wrapper Implementation over OpenSSL.
    33
    4 Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
     4Copyright (c) 2010 - 2020, Intel Corporation. All rights reserved.<BR>
    55SPDX-License-Identifier: BSD-2-Clause-Patent
    66
     
    8383  //
    8484  // Add possible block-cipher descriptor for PEM data decryption.
    85   // NOTE: Only support most popular ciphers (3DES, AES) for the encrypted PEM.
     85  // NOTE: Only support most popular ciphers AES for the encrypted PEM.
    8686  //
    87   if (EVP_add_cipher (EVP_des_ede3_cbc ()) == 0) {
    88     return FALSE;
    89   }
    9087  if (EVP_add_cipher (EVP_aes_128_cbc ()) == 0) {
    9188    return FALSE;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette