Commit Graph

  • 41f5df3a13 Cleaning up code not used on the mainframe master David Lanzendörfer 2021-08-26 17:19:12 +0100
  • de0a25aba8 Update README David Lanzendörfer 2021-08-26 02:09:32 +0100
  • ae3c8dc0a3 Remove include David Lanzendörfer 2021-08-26 01:58:08 +0100
  • bcea7dd489 Simplifying because THIS is only for z/OS David Lanzendörfer 2021-08-26 01:55:15 +0100
  • b108418940 Remove RPM, it's the z/OS branch David Lanzendörfer 2021-08-26 01:17:19 +0100
  • f016a7c0b0 The lib names on z/OS are different David Lanzendörfer 2021-08-09 20:39:08 +0100
  • 74b6b31943 Properly find headers David Lanzendörfer 2021-08-06 01:04:32 +0100
  • ac465b2665 z/OS support David Lanzendörfer 2021-08-06 01:03:33 +0100
  • 0a1179d6d6 Bumping up to version-1.0.2 Eduardo Barretto 2018-02-21 13:38:33 -0300
  • 213fe4f406 Fix RSA find or create key for private keys Eduardo Barretto 2018-02-12 09:28:20 -0200
  • ad0a1641e6 Update spec file based on latest changes Eduardo Barretto 2018-01-25 12:54:24 -0200
  • a6ba3cc747 Update .gitignore for the new lib name Eduardo Barretto 2018-01-25 12:53:08 -0200
  • b033a49486 Remove obsolete m4s macro from configure Robert-André Mauchin 2018-01-23 15:22:22 +0100
  • 578cd8567b link as a module, not as a shared library Dan Horák 2018-01-17 15:00:00 +0100
  • 71ab5ebe2f switch to ibmpkcs11.so filename to allow a standalone use Dan Horák 2018-01-17 14:56:19 +0100
  • df47e987da Bumping up to version-1.0.1 Eduardo Barretto 2017-12-08 12:22:36 -0200
  • 644cd580df Remove RSA_sign and RSA_verify and use openssl routines Eduardo Barretto 2017-09-01 09:45:41 -0300
  • b9ec9c6949 Update spec file Eduardo Barretto 2017-08-11 17:21:02 -0300
  • 815e5a0586 Update autotools scripts Eduardo Barretto 2017-08-10 18:09:43 -0300
  • fcd2ad6094 Fix some warnings regarding pkcs11_rand Eduardo Barretto 2017-03-20 22:24:18 -0300
  • aa57c87807 Adapt EVP_CIPHER_CTX to new API to support openssl-1.1 Eduardo Barretto 2017-03-21 13:54:15 -0300
  • 09e6cfd49e Adapt to EVP_MD_CTX new API to support openssl-1.1 Eduardo Barretto 2017-03-17 15:41:22 -0300
  • 8b0e45bc38 Adapt to EVP_MD new API to support openssl-1.1 Eduardo Barretto 2017-03-17 15:15:02 -0300
  • dae346539e Adapt EVP_CIPHER to new API for AES to support openssl-1.1 Eduardo Barretto 2017-03-16 21:52:59 -0300
  • 0366f2db5c Adapt to EVP_CIPHER new API for DES to support openssl-1.1 Eduardo Barretto 2017-03-16 17:12:22 -0300
  • 9087e17941 Adapt to opaque RSA_METHOD to support openssl-1.1 Eduardo Barretto 2017-03-23 17:22:04 -0300
  • 95480cc1e0 Substitute DSO calls to dlopen and friends Eduardo Barretto 2017-03-20 22:29:32 -0300
  • 246010427e Fix compilation warnings Eduardo Barretto 2017-03-09 13:33:05 -0300
  • 19481b6db8 Rework digest copy function Harald Freudenberger 2017-05-04 12:18:54 -0300
  • 4eca2ca876 Fix race condition in digest computation Eduardo Barretto 2017-03-09 13:04:29 -0300
  • 8c8c05f9df Add missing flag to each sha digest structure Eduardo Barretto 2016-09-21 10:01:22 -0300
  • 035bb689b0 Fix: Add missing digests to get_mech and pkcs11_engine_digests Eduardo Barretto 2016-09-15 15:44:06 -0300
  • 6dd01d17d7 Update version to 1.0.0 Kent Yoder 2011-05-11 17:04:19 -0500
  • d22755adc4 Fix for SF #1315347, PKCS#11 engine leaks sessions. This patch stores a session handle in each RSA object when the object is initialized. Once the RSA object's finalize method is called, we calls C_CloseSession on the stored session. This also dramatically speeds up the RSA operations, with speed showing almost no CPU time spent during the test. Kent Yoder 2011-05-11 16:44:45 -0500
  • f24265e64b Fix for LTC 63047 - make openssl.cnf default_algorithms statement easier to understand Kent Yoder 2011-05-10 14:48:14 -0500
  • e683fba7f0 Updated package version and copyright Kent Yoder 2011-05-10 14:34:33 -0500
  • daa3fc26b4 Added support for SLOT_ID engine config command. The engine will init as it used to, scanning all PKCS11 tokens and creating a linked list of available tokens. During this process, the engine will now keep a per-token list of implemented NIDs (mechanisms) instead of one global list of all NIDs implemented. Once the engine receives the SLOT_ID command identifying the PKCS11 slot to use, a global pointer to a specific _token structure is created that identifies the token the engine will use. Leaving out a SLOT_ID command from the engine's config will now produce errors. Kent Yoder 2011-05-09 12:47:18 -0500
  • bb78e43fb2 Corrected block and IV sizes in AES EVP_CIPHER structs Kent Yoder 2011-05-09 12:45:55 -0500
  • 4c51173b64 Remove redundant fflush call Kent Yoder 2011-05-09 12:45:09 -0500
  • 595771974c Remove commented out and unused code Kent Yoder 2011-05-09 12:44:19 -0500
  • af309ea60a Add missing C_Finalize calls Kent Yoder 2011-05-09 12:43:25 -0500
  • 6bca19e87b Remove dead code for unimplemented USER_PIN command Kent Yoder 2011-05-09 12:42:16 -0500
  • 1474079d17 Use libopencryptoki.so instead of the legacy library location Kent Yoder 2011-05-09 12:41:17 -0500
  • 3cb46a6ed5 removed ltmain.sh from repo Kent Yoder 2011-05-09 12:39:56 -0500
  • 3dc8016188 Added .gitignore to the repo Kent Yoder 2011-05-09 12:38:27 -0500
  • a4894db787 IBM dynamic PKCS#11 engine for OpenSSL - initial drop Klaus Heinrich Kiwi 2010-07-21 12:30:01 -0300