diff options
author | Michael Brown | 2015-08-02 17:54:24 +0200 |
---|---|---|
committer | Michael Brown | 2015-08-02 17:54:24 +0200 |
commit | b1caa48e4bb3f15e7eb749e0c3470436ebff3435 (patch) | |
tree | 8ce3bbef596e98c102585672186f3e586dd1c27e /src/Makefile | |
parent | [crypto] Add ASN.1 OIDs for sha{224,384,512}WithRsaEncryption (diff) | |
download | ipxe-b1caa48e4bb3f15e7eb749e0c3470436ebff3435.tar.gz ipxe-b1caa48e4bb3f15e7eb749e0c3470436ebff3435.tar.xz ipxe-b1caa48e4bb3f15e7eb749e0c3470436ebff3435.zip |
[crypto] Support SHA-{224,384,512} in X.509 certificates
Add support for SHA-224, SHA-384, and SHA-512 as digest algorithms in
X.509 certificates, and allow the choice of public-key, cipher, and
digest algorithms to be configured at build time via config/crypto.h.
Originally-implemented-by: Tufan Karadere <tufank@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index cf9cfd23..2a9cc9e8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -89,7 +89,7 @@ SRCDIRS += interface/bofm SRCDIRS += interface/xen SRCDIRS += interface/hyperv SRCDIRS += tests -SRCDIRS += crypto crypto/axtls crypto/matrixssl +SRCDIRS += crypto crypto/mishmash SRCDIRS += hci hci/commands hci/tui SRCDIRS += hci/mucurses hci/mucurses/widgets SRCDIRS += hci/keymap |