commit | efc302964cb02b729abb29d315a2eef0af9ede89 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Nov 10 14:43:23 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Nov 10 14:43:23 2011 +0000 |
tree | aae65a711881ae9c4a63259fa6cc40eaae3c35a2 | |
parent | b125ed8fc62265d7ce3ee988bc2ceb759b189469 [diff] [blame] |
- Extracted ASN.1 parsing code from the X.509 parsing code. Added new module.
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 3050856..a7f978a 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -3,6 +3,7 @@ set(src aes.c arc4.c + asn1parse.c base64.c bignum.c camellia.c