VirtualBox

Ignore:
Timestamp:
Nov 2, 2022 7:40:16 AM (2 years ago)
Author:
vboxsync
Message:

libs: Switch to openssl-3.0.7, bugref:10317

Location:
trunk/src/libs/openssl-3.0.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.0.7

    • Property svn:mergeinfo
      •  

        old new  
        1515/vendor/openssl/3.0.2:150728-150729
        1616/vendor/openssl/3.0.3:151497-151729
        17 /vendor/openssl/current:147554-151496
         17/vendor/openssl/3.0.7:154371
         18/vendor/openssl/current:147554-154370
  • trunk/src/libs/openssl-3.0.7/include/crypto/evp.h

    r94404 r97372  
    366366}
    367367
    368 #define EVP_MAXCHUNK ((size_t)1<<(sizeof(long)*8-2))
     368#define EVP_MAXCHUNK ((size_t)1 << 30)
    369369
    370370#define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) \
     
    839839void *evp_keymgmt_dup(const EVP_KEYMGMT *keymgmt,
    840840                      const void *keydata_from, int selection);
     841EVP_KEYMGMT *evp_keymgmt_fetch_from_prov(OSSL_PROVIDER *prov,
     842                                         const char *name,
     843                                         const char *properties);
    841844
    842845/* Pulling defines out of C source files */
     
    894897# endif /* !defined(FIPS_MODULE) */
    895898
    896 int evp_method_store_flush(OSSL_LIB_CTX *libctx);
     899int evp_method_store_cache_flush(OSSL_LIB_CTX *libctx);
     900int evp_method_store_remove_all_provided(const OSSL_PROVIDER *prov);
     901
    897902int evp_default_properties_enable_fips_int(OSSL_LIB_CTX *libctx, int enable,
    898903                                           int loadconfig);
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