]> git.proxmox.com Git - efi-boot-shim.git/commit
Cryptlib: Update to the latest edk2 commit
authorGary Lin <glin@suse.com>
Thu, 6 Apr 2017 07:54:00 +0000 (15:54 +0800)
committerPeter Jones <pjones@redhat.com>
Tue, 11 Apr 2017 14:42:18 +0000 (10:42 -0400)
commitd064bd7eef201f26cb926450a76260b5187ac689
tree31e32f58f8c5b17b57e674d40a585d119857d21b
parent9bc86cfd6f9387f0da9d5c0102b6aa5627e91c91
Cryptlib: Update to the latest edk2 commit

- Update to edk2 commit 7c410b3d4180087020c7734bf67cdc4ad9fdb136
  CryptoPkg/BaseCryptLib: Adding NULL checking in time() wrapper.

- Update headers in Cryptlib/Include/openssl/ to 1.1.0e
  + Also copy the openssl internal headers

Signed-off-by: Gary Lin <glin@suse.com>
104 files changed:
Cryptlib/Hmac/CryptHmacMd5Null.c
Cryptlib/Hmac/CryptHmacSha1Null.c
Cryptlib/Hmac/CryptHmacSha256Null.c
Cryptlib/Include/internal/bio.h [new file with mode: 0644]
Cryptlib/Include/internal/comp.h [new file with mode: 0644]
Cryptlib/Include/internal/conf.h [new file with mode: 0644]
Cryptlib/Include/internal/constant_time_locl.h [new file with mode: 0644]
Cryptlib/Include/internal/dane.h [new file with mode: 0644]
Cryptlib/Include/internal/dso.h [new file with mode: 0644]
Cryptlib/Include/internal/dso_conf.h [new file with mode: 0644]
Cryptlib/Include/internal/err.h [new file with mode: 0644]
Cryptlib/Include/internal/numbers.h [new file with mode: 0644]
Cryptlib/Include/internal/o_dir.h [new file with mode: 0644]
Cryptlib/Include/internal/o_str.h [new file with mode: 0644]
Cryptlib/Include/internal/thread_once.h [new file with mode: 0644]
Cryptlib/Include/openssl/README [deleted file]
Cryptlib/Include/openssl/aes.h
Cryptlib/Include/openssl/asn1.h
Cryptlib/Include/openssl/asn1_mac.h
Cryptlib/Include/openssl/asn1t.h
Cryptlib/Include/openssl/async.h [new file with mode: 0644]
Cryptlib/Include/openssl/bio.h
Cryptlib/Include/openssl/blowfish.h
Cryptlib/Include/openssl/bn.h
Cryptlib/Include/openssl/buffer.h
Cryptlib/Include/openssl/camellia.h
Cryptlib/Include/openssl/cast.h
Cryptlib/Include/openssl/cmac.h
Cryptlib/Include/openssl/cms.h
Cryptlib/Include/openssl/comp.h
Cryptlib/Include/openssl/conf.h
Cryptlib/Include/openssl/conf_api.h
Cryptlib/Include/openssl/crypto.h
Cryptlib/Include/openssl/ct.h [new file with mode: 0644]
Cryptlib/Include/openssl/des.h
Cryptlib/Include/openssl/des_old.h [deleted file]
Cryptlib/Include/openssl/dh.h
Cryptlib/Include/openssl/dsa.h
Cryptlib/Include/openssl/dso.h [deleted file]
Cryptlib/Include/openssl/dtls1.h
Cryptlib/Include/openssl/e_os2.h
Cryptlib/Include/openssl/ebcdic.h
Cryptlib/Include/openssl/ec.h
Cryptlib/Include/openssl/ecdh.h
Cryptlib/Include/openssl/ecdsa.h
Cryptlib/Include/openssl/engine.h
Cryptlib/Include/openssl/err.h
Cryptlib/Include/openssl/evp.h
Cryptlib/Include/openssl/hmac.h
Cryptlib/Include/openssl/idea.h
Cryptlib/Include/openssl/kdf.h [new file with mode: 0644]
Cryptlib/Include/openssl/krb5_asn.h [deleted file]
Cryptlib/Include/openssl/kssl.h [deleted file]
Cryptlib/Include/openssl/lhash.h
Cryptlib/Include/openssl/md2.h [new file with mode: 0644]
Cryptlib/Include/openssl/md4.h
Cryptlib/Include/openssl/md5.h
Cryptlib/Include/openssl/mdc2.h
Cryptlib/Include/openssl/modes.h
Cryptlib/Include/openssl/obj_mac.h
Cryptlib/Include/openssl/objects.h
Cryptlib/Include/openssl/ocsp.h
Cryptlib/Include/openssl/opensslconf.h
Cryptlib/Include/openssl/opensslv.h
Cryptlib/Include/openssl/ossl_typ.h
Cryptlib/Include/openssl/pem.h
Cryptlib/Include/openssl/pem2.h
Cryptlib/Include/openssl/pkcs12.h
Cryptlib/Include/openssl/pkcs7.h
Cryptlib/Include/openssl/pqueue.h [deleted file]
Cryptlib/Include/openssl/rand.h
Cryptlib/Include/openssl/rc2.h
Cryptlib/Include/openssl/rc4.h
Cryptlib/Include/openssl/rc5.h [new file with mode: 0644]
Cryptlib/Include/openssl/ripemd.h
Cryptlib/Include/openssl/rsa.h
Cryptlib/Include/openssl/safestack.h
Cryptlib/Include/openssl/seed.h
Cryptlib/Include/openssl/sha.h
Cryptlib/Include/openssl/srp.h
Cryptlib/Include/openssl/srtp.h
Cryptlib/Include/openssl/ssl.h
Cryptlib/Include/openssl/ssl2.h
Cryptlib/Include/openssl/ssl23.h [deleted file]
Cryptlib/Include/openssl/ssl3.h
Cryptlib/Include/openssl/stack.h
Cryptlib/Include/openssl/symhacks.h
Cryptlib/Include/openssl/tls1.h
Cryptlib/Include/openssl/ts.h
Cryptlib/Include/openssl/txt_db.h
Cryptlib/Include/openssl/ui.h
Cryptlib/Include/openssl/ui_compat.h [deleted file]
Cryptlib/Include/openssl/whrlpool.h
Cryptlib/Include/openssl/x509.h
Cryptlib/Include/openssl/x509_vfy.h
Cryptlib/Include/openssl/x509v3.h
Cryptlib/InternalCryptLib.h
Cryptlib/Pk/CryptPkcs7Verify.c
Cryptlib/Pk/CryptRsaBasic.c
Cryptlib/Pk/CryptTs.c
Cryptlib/Pk/CryptX509.c
Cryptlib/SysCall/BaseMemAllocation.c
Cryptlib/SysCall/CrtWrapper.c
Cryptlib/SysCall/TimerWrapper.c