src/jdk.crypto.cryptoki/windows/native/libj2pkcs11/p11_md.c
author herrick
Tue, 12 Nov 2019 10:18:11 -0500
branchJDK-8200758-branch
changeset 59033 5ac41b9db9da
parent 53318 db202823fd94
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
53318
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
     2
 * Copyright (c) 2003, 2018, 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
53318
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
    78
    (JNIEnv *env, jobject obj, jstring jPkcs11ModulePath,
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
    79
        jstring jGetFunctionList)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
{
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
    HINSTANCE hModule;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
    CK_C_GetFunctionList C_GetFunctionList;
53318
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
    83
    CK_RV rv = CK_ASSERT_OK;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
    ModuleData *moduleData;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
    jobject globalPKCS11ImplementationReference;
53318
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
    86
    LPVOID lpMsgBuf = NULL;
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
    87
    char *exceptionMessage = NULL;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
    const char *getFunctionListStr;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
53318
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
    90
    const char *libraryNameStr = (*env)->GetStringUTFChars(env,
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
    91
            jPkcs11ModulePath, 0);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
    TRACE1("DEBUG: connect to PKCS#11 module: %s ... ", libraryNameStr);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
  /*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
   * Load the PKCS #11 DLL
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
   */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
    hModule = LoadLibrary(libraryNameStr);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
    if (hModule == NULL) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
        FormatMessage(
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
            FORMAT_MESSAGE_ALLOCATE_BUFFER |
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
            FORMAT_MESSAGE_FROM_SYSTEM |
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
            FORMAT_MESSAGE_IGNORE_INSERTS,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
            NULL,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
            GetLastError(),
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
            0, /* Default language */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
            (LPTSTR) &lpMsgBuf,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
            0,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
            NULL
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
        );
53318
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   111
        exceptionMessage = (char *) malloc(sizeof(char) *
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   112
                (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1));
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   113
        if (exceptionMessage == NULL) {
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   114
            throwOutOfMemoryError(env, 0);
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   115
            goto cleanup;
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   116
        }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
        strcpy(exceptionMessage, (LPTSTR) lpMsgBuf);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
        strcat(exceptionMessage, libraryNameStr);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
        throwIOException(env, (LPTSTR) exceptionMessage);
53318
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   120
        goto cleanup;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
    /*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
     * Get function pointer to C_GetFunctionList
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
    getFunctionListStr = (*env)->GetStringUTFChars(env, jGetFunctionList, 0);
53318
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   127
    C_GetFunctionList = (CK_C_GetFunctionList) GetProcAddress(hModule,
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   128
            getFunctionListStr);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
    (*env)->ReleaseStringUTFChars(env, jGetFunctionList, getFunctionListStr);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
    if (C_GetFunctionList == NULL) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
        FormatMessage(
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
            FORMAT_MESSAGE_ALLOCATE_BUFFER |
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
            FORMAT_MESSAGE_FROM_SYSTEM |
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
            FORMAT_MESSAGE_IGNORE_INSERTS,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
            NULL,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
            GetLastError(),
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
            0, /* Default language */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
            (LPTSTR) &lpMsgBuf,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
            0,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
            NULL
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
        );
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
        throwIOException(env, (LPTSTR) lpMsgBuf);
53318
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   143
        goto cleanup;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
    /*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
     * Get function pointers to all PKCS #11 functions
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
    moduleData = (ModuleData *) malloc(sizeof(ModuleData));
53318
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   150
    if (moduleData == NULL) {
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   151
        throwOutOfMemoryError(env, 0);
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   152
        goto cleanup;
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   153
    }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
    moduleData->hModule = hModule;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
    moduleData->applicationMutexHandler = NULL;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
    rv = (C_GetFunctionList)(&(moduleData->ckFunctionListPtr));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
    globalPKCS11ImplementationReference = (*env)->NewGlobalRef(env, obj);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
    putModuleEntry(env, globalPKCS11ImplementationReference, moduleData);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
    TRACE0("FINISHED\n");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
53318
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   162
cleanup:
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   163
    /* Free up allocated buffers we no longer need */
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   164
    if (lpMsgBuf != NULL) {
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   165
        LocalFree( lpMsgBuf );
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   166
    }
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   167
    if (libraryNameStr != NULL) {
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   168
        (*env)->ReleaseStringUTFChars(env, jPkcs11ModulePath, libraryNameStr);
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   169
    }
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   170
    if (exceptionMessage != NULL) {
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   171
        free(exceptionMessage);
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   172
    }
db202823fd94 8206295: More reliable p11 transactions
jnimeh
parents: 47216
diff changeset
   173
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
    if(ckAssertReturnValueOK(env, rv) != CK_ASSERT_OK) { return; }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
 * Class:     sun_security_pkcs11_wrapper_PKCS11
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
 * Method:    disconnect
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
 * Signature: ()V
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
JNIEXPORT void JNICALL Java_sun_security_pkcs11_wrapper_PKCS11_disconnect
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
    (JNIEnv *env, jobject obj)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
{
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
    ModuleData *moduleData;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
    TRACE0("DEBUG: disconnecting module...");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
    moduleData = removeModuleEntry(env, obj);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
    if (moduleData != NULL) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
        FreeLibrary(moduleData->hModule);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
    free(moduleData);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
    TRACE0("FINISHED\n");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
}