diff options
author | Jack Lloyd <[email protected]> | 2016-11-03 12:30:29 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-03 12:30:29 -0400 |
commit | 806a2d4e415fcabcd40ac7791cafc03be5a89501 (patch) | |
tree | 0736de2a3002d69b4c0262f391f4aa89cebfa27b /src/lib/pubkey | |
parent | a5c5a2a0737c7a6fc529d2d4c4c8b7524cef0f4c (diff) | |
parent | 62e55f484a7a03e2532875696eb2479a577878e9 (diff) |
Merge GH #706 Remove ability to add OIDs at runtime. Remove OID lock
Diffstat (limited to 'src/lib/pubkey')
-rw-r--r-- | src/lib/pubkey/ec_group/info.txt | 1 | ||||
-rw-r--r-- | src/lib/pubkey/info.txt | 1 | ||||
-rw-r--r-- | src/lib/pubkey/pbes2/info.txt | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/pubkey/ec_group/info.txt b/src/lib/pubkey/ec_group/info.txt index c1cab112e..3f9b76769 100644 --- a/src/lib/pubkey/ec_group/info.txt +++ b/src/lib/pubkey/ec_group/info.txt @@ -4,6 +4,5 @@ define ECC_GROUP 20131128 asn1 ec_gfp numbertheory -oid_lookup pem </requires> diff --git a/src/lib/pubkey/info.txt b/src/lib/pubkey/info.txt index 7692b0614..d74adddf1 100644 --- a/src/lib/pubkey/info.txt +++ b/src/lib/pubkey/info.txt @@ -31,7 +31,6 @@ pk_ops_impl.h asn1 bigint kdf -oid_lookup pbes2 pem pk_pad diff --git a/src/lib/pubkey/pbes2/info.txt b/src/lib/pubkey/pbes2/info.txt index ed88ac3eb..8a42e4133 100644 --- a/src/lib/pubkey/pbes2/info.txt +++ b/src/lib/pubkey/pbes2/info.txt @@ -4,6 +4,5 @@ define PKCS5_PBES2 20141119 asn1 cbc hmac -oid_lookup pbkdf2 </requires> |