- Added preliminary ASN.1 buffer writing support
- Added preliminary X509 Certificate Request writing support
- Added key_app_writer example application
- Added cert_req example application
diff --git a/library/Makefile b/library/Makefile
index 26de4d7..968ca31 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -23,6 +23,7 @@
# DLEXT=dll
OBJS= aes.o arc4.o asn1parse.o \
+ asn1write.o \
base64.o bignum.o camellia.o \
certs.o cipher.o cipher_wrap.o \
ctr_drbg.o debug.o des.o \
@@ -34,7 +35,7 @@
rsa.o sha1.o sha2.o \
sha4.o ssl_cli.o ssl_srv.o \
ssl_tls.o timing.o version.o \
- x509parse.o xtea.o
+ x509parse.o x509write.o xtea.o
.SILENT: