diff options
author | lloyd <[email protected]> | 2013-12-25 20:53:24 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-12-25 20:53:24 +0000 |
commit | d5ebaa5e921a70cde791ac4d41035c3881712087 (patch) | |
tree | 459287fc101b06d81e5ba6d2119f42e6cf21dab0 /src/pubkey/info.txt | |
parent | 94b7b07b34057474122a091b2b81b1cdcd9ee8db (diff) |
Store all DH group info in constant memory instead of Library_State config
Remove all groups under 1024 bits
Make workfactor.h public
Diffstat (limited to 'src/pubkey/info.txt')
-rw-r--r-- | src/pubkey/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/info.txt b/src/pubkey/info.txt index f23f0b73d..27a332b5c 100644 --- a/src/pubkey/info.txt +++ b/src/pubkey/info.txt @@ -17,11 +17,11 @@ pk_ops.h pkcs8.h pubkey.h x509_key.h +workfactor.h </header:public> <header:internal> pk_algs.h -workfactor.h </header:internal> <requires> |