]> git.proxmox.com Git - efi-boot-shim.git/commit
Import upstream version 0.7
authorSteve Langasek <steve.langasek@canonical.com>
Mon, 6 Oct 2014 22:39:48 +0000 (15:39 -0700)
committerSteve Langasek <steve.langasek@canonical.com>
Mon, 6 Oct 2014 22:39:48 +0000 (15:39 -0700)
commit72bb39c0237f8bcc3afa8b623e8b097eec6d69cd
treeab49a0f8e82cdee502fd556ad7ccca3242f40f05
parentbfab8d6791bccc38a8604cbc933048319c920780
Import upstream version 0.7
69 files changed:
.gitignore
Cryptlib/Cipher/CryptAes.c
Cryptlib/Cipher/CryptArc4.c
Cryptlib/Cipher/CryptTdes.c
Cryptlib/Cryptlib.diff
Cryptlib/Hash/CryptMd4.c
Cryptlib/Hash/CryptMd5.c
Cryptlib/Hash/CryptSha1.c
Cryptlib/Hash/CryptSha256.c
Cryptlib/Hmac/CryptHmacMd5.c
Cryptlib/Hmac/CryptHmacSha1.c
Cryptlib/InternalCryptLib.h
Cryptlib/Library/BaseCryptLib.h
Cryptlib/Makefile
Cryptlib/OpenSSL/Makefile
Cryptlib/OpenSSL/crypto/bio/b_print.c [new file with mode: 0644]
Cryptlib/OpenSSL/crypto/pkcs7/pk7_smime.c
Cryptlib/Pem/CryptPem.c
Cryptlib/Pk/CryptAuthenticode.c
Cryptlib/Pk/CryptDh.c
Cryptlib/Pk/CryptRsa.c [deleted file]
Cryptlib/Pk/CryptRsaBasic.c [new file with mode: 0644]
Cryptlib/Pk/CryptRsaExt.c [new file with mode: 0644]
Cryptlib/Pk/CryptX509.c
Cryptlib/Rand/CryptRand.c
Cryptlib/SysCall/BaseMemAllocation.c
Cryptlib/SysCall/CrtWrapper.c
Cryptlib/SysCall/TimerWrapper.c
Makefile
MokManager.c
MokVars.txt
PasswordCrypt.c [new file with mode: 0644]
PasswordCrypt.h [new file with mode: 0644]
PeImage.h [deleted file]
TODO
cert.S
crypt_blowfish.c [new file with mode: 0644]
crypt_blowfish.h [new file with mode: 0644]
dbx.S [deleted file]
include/PeImage.h [new file with mode: 0644]
include/configtable.h [new file with mode: 0644]
include/console.h [new file with mode: 0644]
include/efiauthenticated.h [new file with mode: 0644]
include/errors.h [new file with mode: 0644]
include/execute.h [new file with mode: 0644]
include/guid.h [new file with mode: 0644]
include/security_policy.h [new file with mode: 0644]
include/shell.h [new file with mode: 0644]
include/simple_file.h [new file with mode: 0644]
include/variables.h [new file with mode: 0644]
include/version.h [new file with mode: 0644]
include/wincert.h [new file with mode: 0644]
lib/Makefile [new file with mode: 0644]
lib/configtable.c [new file with mode: 0644]
lib/console.c [new file with mode: 0644]
lib/execute.c [new file with mode: 0644]
lib/guid.c [new file with mode: 0644]
lib/security_policy.c [new file with mode: 0644]
lib/shell.c [new file with mode: 0644]
lib/simple_file.c [new file with mode: 0644]
lib/variables.c [new file with mode: 0644]
netboot.c
replacements.c [new file with mode: 0644]
replacements.h [new file with mode: 0644]
shim.c
shim.h
signature.h [deleted file]
version.c.in [new file with mode: 0644]
version.h [new file with mode: 0644]