And so it begins...
authorDr. Stephen Henson <steve@openssl.org>
Wed, 12 Mar 2008 21:14:28 +0000 (21:14 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 12 Mar 2008 21:14:28 +0000 (21:14 +0000)
commit8931b30d8478b0bd24af251fac64e7b0bf121369
tree04d17028c745633b40b997699bc580c7b4cc600d
parent27dc105f51361fc71f556e927f621218883b0c26
And so it begins...

Initial support for CMS.

Add zlib compression BIO.

Add AES key wrap implementation.

Generalize S/MIME MIME code to support CMS and/or PKCS7.
60 files changed:
CHANGES
Makefile.org
apps/Makefile
apps/apps.h
apps/cms.c [new file with mode: 0644]
apps/enc.c
apps/progs.h
apps/progs.pl
crypto/aes/aes_wrap.c [new file with mode: 0644]
crypto/asn1/Makefile
crypto/asn1/asn1.h
crypto/asn1/asn1_err.c
crypto/asn1/asn1t.h
crypto/asn1/asn_mime.c [new file with mode: 0644]
crypto/asn1/bio_ndef.c [new file with mode: 0644]
crypto/asn1/p5_pbe.c
crypto/asn1/x_algor.c
crypto/bio/bio.h
crypto/cms/Makefile [new file with mode: 0644]
crypto/cms/cms.h [new file with mode: 0644]
crypto/cms/cms_asn1.c [new file with mode: 0644]
crypto/cms/cms_att.c [new file with mode: 0644]
crypto/cms/cms_cd.c [new file with mode: 0644]
crypto/cms/cms_dd.c [new file with mode: 0644]
crypto/cms/cms_env.c [new file with mode: 0644]
crypto/cms/cms_err.c [new file with mode: 0644]
crypto/cms/cms_io.c [new file with mode: 0644]
crypto/cms/cms_lcl.h [new file with mode: 0644]
crypto/cms/cms_lib.c [new file with mode: 0644]
crypto/cms/cms_sd.c [new file with mode: 0644]
crypto/cms/cms_smime.c [new file with mode: 0644]
crypto/comp/c_zlib.c
crypto/comp/comp.h
crypto/comp/comp_err.c
crypto/dsa/Makefile
crypto/dsa/dsa_ameth.c
crypto/dsa/dsa_pmeth.c
crypto/ec/ec_ameth.c
crypto/ec/ec_pmeth.c
crypto/err/Makefile
crypto/err/err.c
crypto/err/err.h
crypto/err/err_all.c
crypto/err/openssl.ec
crypto/evp/evp.h
crypto/evp/m_sha1.c
crypto/pem/pem.h
crypto/pem/pem_lib.c
crypto/pkcs7/bio_pk7.c
crypto/pkcs7/pk7_asn1.c
crypto/pkcs7/pk7_attr.c
crypto/pkcs7/pk7_mime.c
crypto/pkcs7/pkcs7.h
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_pmeth.c
crypto/stack/safestack.h
crypto/x509/x509.h
crypto/x509/x509_att.c
ssl/Makefile
util/mkdef.pl