Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-06-12 05:52:07 +0300
committerAdam Langley <agl@google.com>2015-07-07 03:47:39 +0300
commitb9c579db6ddfd1b5e41d0e1c9d8c9a4a12f67431 (patch)
tree93dcdde15c11762930f58e74a99b83a36770a698 /crypto/bn/CMakeLists.txt
parent241364c6f4d44165ce2dc707b9ad141dcc880d1b (diff)
Add crypto/bytestring-based BIGNUM DER functions.
RSA and ECDSA will both require being able to convert ASN.1 INTEGERs to and from DER. Don't bother handling negative BIGNUMs for now. It doesn't seem necessary and saves bothering with two's-complement vs sign-and-magnitude. BUG=499653 Change-Id: I1e80052067ed528809493af73b04f82539d564ff Reviewed-on: https://boringssl-review.googlesource.com/5268 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/bn/CMakeLists.txt')
-rw-r--r--crypto/bn/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/CMakeLists.txt b/crypto/bn/CMakeLists.txt
index 2e0cb450..fa6d2074 100644
--- a/crypto/bn/CMakeLists.txt
+++ b/crypto/bn/CMakeLists.txt
@@ -38,6 +38,7 @@ add_library(
add.c
asm/x86_64-gcc.c
+ asn1.c
bn.c
cmp.c
convert.c