3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync/* $Id: VBoxStubCertUtil.h 64806 2010-08-13 15:57:03Z fmehnert $ */
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync/** @file
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync * VBoxStub - VirtualBox's Windows installer stub (certificate manipulations).
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync */
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync/*
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync * Copyright (C) 2012 Oracle Corporation
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync *
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync * available from http://www.virtualbox.org. This file is free software;
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync * you can redistribute it and/or modify it under the terms of the GNU
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync * General Public License (GPL) as published by the Free Software
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync */
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync#pragma once
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsync
3a5ff19579e4b3e58a9cdea06fdab1fa6cc961d2vboxsyncextern bool addCertToStore(DWORD dwDst, const char *pszStoreNm, const unsigned char kpCertBuf[], DWORD cbCertBuf);