commit | 0e04d0e9a3f5be12595b969baa0118c56a014b49 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Nov 27 14:46:59 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Nov 27 14:46:59 2011 +0000 |
tree | d2f702fb9065026bfeff83f8e59e7bec0c1a72fe | |
parent | 4463740fe4376615f33f93afc25a524ec19f7202 [diff] [blame] |
- Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
diff --git a/library/Makefile b/library/Makefile index 960da37..002087d 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -23,9 +23,9 @@ # DLEXT=dll OBJS= aes.o arc4.o asn1parse.o \ - base64.o \ - bignum.o camellia.o certs.o \ - cipher.o cipher_wrap.o debug.o \ + base64.o bignum.o camellia.o \ + certs.o cipher.o cipher_wrap.o \ + ctr_drbg.o debug.o \ des.o dhm.o havege.o \ error.o \ md.o md_wrap.o md2.o \