You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ image:
11
11
12
12
# SoftHSM
13
13
14
-
SoftHSM is an implementation of a cryptographic store accessible through a PKCS #11 interface. You can use it to explore PKCS #11 without having a Hardware Security Module. It is being developed as a part of the OpenDNSSEC project. SoftHSM uses Botan for its cryptographic operations.
14
+
SoftHSM is an implementation of a cryptographic store accessible through a PKCS #11 interface. You can use it to explore PKCS #11 without having a Hardware Security Module. It was originally developed as a part of the OpenDNSSEC project. SoftHSM uses Botan or OpenSSL for its cryptographic operations.
15
15
16
16
## Background
17
17
@@ -23,7 +23,6 @@ A potential problem with the use of the PKCS #11 interface is that it might limi
23
23
24
24
All source code can be found on [GitHub](https://github.com/softhsm).
25
25
26
-
27
26
## Bug Reporting
28
27
29
28
Bugs in SoftHSMv2 are reported on [GitHub](https://github.com/softhsm/SoftHSMv2/issues).
0 commit comments