Add functions returning security bits.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 18 Jan 2014 14:51:40 +0000 (14:51 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 28 Mar 2014 14:49:04 +0000 (14:49 +0000)
commit2514fa79acba998c2a8d4e5a8288a5b3ae990377
tree28f4391dc3e8fc22197e53b75360800f182d9b19
parent4563da1d7c53e969e8d092d018795179bb648a7c
Add functions returning security bits.

Add functions to return the "bits of security" for various public key
algorithms. Based on SP800-57.
18 files changed:
crypto/asn1/ameth_lib.c
crypto/asn1/asn1_locl.h
crypto/bn/bn.h
crypto/bn/bn_lib.c
crypto/cmac/cm_ameth.c
crypto/dh/dh.h
crypto/dh/dh_ameth.c
crypto/dh/dh_lib.c
crypto/dsa/dsa.h
crypto/dsa/dsa_ameth.c
crypto/dsa/dsa_lib.c
crypto/ec/ec_ameth.c
crypto/evp/evp.h
crypto/evp/p_lib.c
crypto/hmac/hm_ameth.c
crypto/rsa/rsa.h
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_lib.c