projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87ff24
)
Add FIPS_digestinit prototype for FIPS capable OpenSSL.
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 28 May 2011 23:02:23 +0000
(23:02 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 28 May 2011 23:02:23 +0000
(23:02 +0000)
fips/fips.h
patch
|
blob
|
history
diff --git
a/fips/fips.h
b/fips/fips.h
index cd513ec052cda85aaf2967381b12cf8b5c2cef3d..668673e1ae5eee0a0fe3d2fdce57cda3e3420aa5 100644
(file)
--- a/
fips/fips.h
+++ b/
fips/fips.h
@@
-174,6
+174,8
@@
int fips_cipher_test(int id, struct evp_cipher_ctx_st *ctx,
#ifndef OPENSSL_FIPSCANISTER
+int FIPS_digestinit(EVP_MD_CTX *ctx, const EVP_MD *type);
+
const EVP_CIPHER *FIPS_evp_aes_128_cbc(void);
const EVP_CIPHER *FIPS_evp_aes_128_ccm(void);
const EVP_CIPHER *FIPS_evp_aes_128_cfb1(void);