src/jdk.crypto.cryptoki/windows/native/libj2pkcs11/p11_md.c
author erikj
Tue, 12 Sep 2017 19:03:39 +0200
changeset 47216 71c04702a3d5
parent 43248 jdk/src/jdk.crypto.cryptoki/windows/native/libj2pkcs11/p11_md.c@5e15de85a1a0
child 53318 db202823fd94
permissions -rw-r--r--
8187443: Forest Consolidation: Move files to unified layout Reviewed-by: darcy, ihse
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     2
 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
/* Copyright  (c) 2002 Graz University of Technology. All rights reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
 * Redistribution and use in  source and binary forms, with or without
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * modification, are permitted  provided that the following conditions are met:
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 * 1. Redistributions of  source code must retain the above copyright notice,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 *    this list of conditions and the following disclaimer.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * 2. Redistributions in  binary form must reproduce the above copyright notice,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 *    this list of conditions and the following disclaimer in the documentation
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 *    and/or other materials provided with the distribution.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * 3. The end-user documentation included with the redistribution, if any, must
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 *    include the following acknowledgment:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *    "This product includes software developed by IAIK of Graz University of
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
 *     Technology."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
 *    Alternately, this acknowledgment may appear in the software itself, if
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 *    and wherever such third-party acknowledgments normally appear.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
 * 4. The names "Graz University of Technology" and "IAIK of Graz University of
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
 *    Technology" must not be used to endorse or promote products derived from
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
 *    this software without prior written permission.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 * 5. Products derived from this software may not be called
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 *    "IAIK PKCS Wrapper", nor may "IAIK" appear in their name, without prior
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 *    written permission of Graz University of Technology.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
 *  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
 *  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
 *  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
 *  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE LICENSOR BE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
 *  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
 *  OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
 *  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
 *  OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
 *  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
 *  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
 *  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
 *  POSSIBILITY  OF SUCH DAMAGE.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
 * pkcs11wrapper.c
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
 * 18.05.2001
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
 * This module contains the native functions of the Java to PKCS#11 interface
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
 * which are platform dependent. This includes loading a dynamic link libary,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
 * retrieving the function list and unloading the dynamic link library.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
 * @author Karl Scheibelhofer <Karl.Scheibelhofer@iaik.at>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
#include "pkcs11wrapper.h"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
#include <stdio.h>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
#include <stdlib.h>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
#include <string.h>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
#include <assert.h>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
#include <windows.h>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
#include <jni.h>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
#include "sun_security_pkcs11_wrapper_PKCS11.h"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
 * Class:     sun_security_pkcs11_wrapper_PKCS11
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
 * Method:    connect
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
 * Signature: (Ljava/lang/String;)V
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
JNIEXPORT void JNICALL Java_sun_security_pkcs11_wrapper_PKCS11_connect
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
    (JNIEnv *env, jobject obj, jstring jPkcs11ModulePath, jstring jGetFunctionList)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
{
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
    HINSTANCE hModule;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
    CK_C_GetFunctionList C_GetFunctionList;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
    CK_RV rv;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
    ModuleData *moduleData;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
    jobject globalPKCS11ImplementationReference;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
    LPVOID lpMsgBuf;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
    char *exceptionMessage;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
    const char *getFunctionListStr;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
    const char *libraryNameStr = (*env)->GetStringUTFChars(env, jPkcs11ModulePath, 0);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
    TRACE1("DEBUG: connect to PKCS#11 module: %s ... ", libraryNameStr);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
  /*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
   * Load the PKCS #11 DLL
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
   */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
    hModule = LoadLibrary(libraryNameStr);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
    if (hModule == NULL) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
        FormatMessage(
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
            FORMAT_MESSAGE_ALLOCATE_BUFFER |
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
            FORMAT_MESSAGE_FROM_SYSTEM |
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
            FORMAT_MESSAGE_IGNORE_INSERTS,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
            NULL,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
            GetLastError(),
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
            0, /* Default language */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
            (LPTSTR) &lpMsgBuf,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
            0,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
            NULL
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
        );
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
        exceptionMessage = (char *) malloc(sizeof(char) * (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
        strcpy(exceptionMessage, (LPTSTR) lpMsgBuf);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
        strcat(exceptionMessage, libraryNameStr);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
        throwIOException(env, (LPTSTR) exceptionMessage);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
        /* Free the buffer. */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
        free(exceptionMessage);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
        LocalFree(lpMsgBuf);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
        return;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
    /*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
     * Get function pointer to C_GetFunctionList
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
    getFunctionListStr = (*env)->GetStringUTFChars(env, jGetFunctionList, 0);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
    C_GetFunctionList = (CK_C_GetFunctionList) GetProcAddress(hModule, getFunctionListStr);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
    (*env)->ReleaseStringUTFChars(env, jGetFunctionList, getFunctionListStr);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
    if (C_GetFunctionList == NULL) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
        FormatMessage(
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
            FORMAT_MESSAGE_ALLOCATE_BUFFER |
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
            FORMAT_MESSAGE_FROM_SYSTEM |
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
            FORMAT_MESSAGE_IGNORE_INSERTS,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
            NULL,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
            GetLastError(),
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
            0, /* Default language */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
            (LPTSTR) &lpMsgBuf,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
            0,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
            NULL
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
        );
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
        throwIOException(env, (LPTSTR) lpMsgBuf);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
        /* Free the buffer. */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
        LocalFree( lpMsgBuf );
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
        return;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
    /*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
     * Get function pointers to all PKCS #11 functions
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
    moduleData = (ModuleData *) malloc(sizeof(ModuleData));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
    moduleData->hModule = hModule;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
    moduleData->applicationMutexHandler = NULL;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
    rv = (C_GetFunctionList)(&(moduleData->ckFunctionListPtr));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
    globalPKCS11ImplementationReference = (*env)->NewGlobalRef(env, obj);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
    putModuleEntry(env, globalPKCS11ImplementationReference, moduleData);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
    (*env)->ReleaseStringUTFChars(env, jPkcs11ModulePath, libraryNameStr);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
    TRACE0("FINISHED\n");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
    if(ckAssertReturnValueOK(env, rv) != CK_ASSERT_OK) { return; }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
 * Class:     sun_security_pkcs11_wrapper_PKCS11
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
 * Method:    disconnect
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
 * Signature: ()V
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
JNIEXPORT void JNICALL Java_sun_security_pkcs11_wrapper_PKCS11_disconnect
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
    (JNIEnv *env, jobject obj)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
{
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
    ModuleData *moduleData;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
    TRACE0("DEBUG: disconnecting module...");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
    moduleData = removeModuleEntry(env, obj);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
    if (moduleData != NULL) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
        FreeLibrary(moduleData->hModule);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
    free(moduleData);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
    TRACE0("FINISHED\n");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
}