41f5df3
(HEAD -> master)
Cleaning up code not used on the mainframe by
2021-08-26 17:19:12 +0100
de0a25a
Update README by
2021-08-26 02:09:32 +0100
ae3c8dc
Remove include by
2021-08-26 01:58:08 +0100
bcea7dd
Simplifying because THIS is only for z/OS by
2021-08-26 01:55:15 +0100
b108418
Remove RPM, it's the z/OS branch by
2021-08-26 01:17:19 +0100
f016a7c
The lib names on z/OS are different by
2021-08-09 20:39:08 +0100
74b6b31
Properly find headers by
2021-08-06 01:04:32 +0100
ac465b2
z/OS support by
2021-08-06 01:03:33 +0100
0a1179d
Bumping up to version-1.0.2 by
2018-02-21 13:38:33 -0300
213fe4f
Fix RSA find or create key for private keys by
2018-02-12 09:28:20 -0200
ad0a164
Update spec file based on latest changes by
2018-01-25 12:54:24 -0200
a6ba3cc
Update .gitignore for the new lib name by
2018-01-25 12:53:08 -0200
b033a49
Remove obsolete m4s macro from configure by
2018-01-23 15:22:22 +0100
578cd85
link as a module, not as a shared library by
2018-01-17 15:00:00 +0100
71ab5eb
switch to ibmpkcs11.so filename to allow a standalone use by
2018-01-17 14:56:19 +0100
df47e98
Bumping up to version-1.0.1 by
2017-12-08 12:22:36 -0200
644cd58
Remove RSA_sign and RSA_verify and use openssl routines by
2017-09-01 09:45:41 -0300
b9ec9c6
Update spec file by
2017-08-11 17:21:02 -0300
815e5a0
Update autotools scripts by
2017-08-10 18:09:43 -0300
fcd2ad6
Fix some warnings regarding pkcs11_rand by
2017-03-20 22:24:18 -0300
aa57c87
Adapt EVP_CIPHER_CTX to new API to support openssl-1.1 by
2017-03-21 13:54:15 -0300
09e6cfd
Adapt to EVP_MD_CTX new API to support openssl-1.1 by
2017-03-17 15:41:22 -0300
8b0e45b
Adapt to EVP_MD new API to support openssl-1.1 by
2017-03-17 15:15:02 -0300
dae3465
Adapt EVP_CIPHER to new API for AES to support openssl-1.1 by
2017-03-16 21:52:59 -0300
0366f2d
Adapt to EVP_CIPHER new API for DES to support openssl-1.1 by
2017-03-16 17:12:22 -0300
9087e17
Adapt to opaque RSA_METHOD to support openssl-1.1 by
2017-03-23 17:22:04 -0300
95480cc
Substitute DSO calls to dlopen and friends by
2017-03-20 22:29:32 -0300
2460104
Fix compilation warnings by
2017-03-09 13:33:05 -0300
19481b6
Rework digest copy function by
2017-05-04 12:18:54 -0300
4eca2ca
Fix race condition in digest computation by
2017-03-09 13:04:29 -0300
8c8c05f
Add missing flag to each sha digest structure by
2016-09-21 10:01:22 -0300
035bb68
Fix: Add missing digests to get_mech and pkcs11_engine_digests by
2016-09-15 15:44:06 -0300
6dd01d1
Update version to 1.0.0 by
2011-05-11 17:04:19 -0500
d22755a
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. by
2011-05-11 16:44:45 -0500
f24265e
Fix for LTC 63047 - make openssl.cnf default_algorithms statement easier to understand by
2011-05-10 14:48:14 -0500
e683fba
Updated package version and copyright by
2011-05-10 14:34:33 -0500
daa3fc2
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. by
2011-05-09 12:47:18 -0500
bb78e43
Corrected block and IV sizes in AES EVP_CIPHER structs by
2011-05-09 12:45:55 -0500
4c51173
Remove redundant fflush call by
2011-05-09 12:45:09 -0500
5957719
Remove commented out and unused code by
2011-05-09 12:44:19 -0500
af309ea
Add missing C_Finalize calls by
2011-05-09 12:43:25 -0500
6bca19e
Remove dead code for unimplemented USER_PIN command by
2011-05-09 12:42:16 -0500
1474079
Use libopencryptoki.so instead of the legacy library location by
2011-05-09 12:41:17 -0500
3cb46a6
removed ltmain.sh from repo by
2011-05-09 12:39:56 -0500
3dc8016
Added .gitignore to the repo by
2011-05-09 12:38:27 -0500
a4894db
IBM dynamic PKCS#11 engine for OpenSSL - initial drop by
2010-07-21 12:30:01 -0300