Merge from the ASN1 branch of new ASN1 code
authorDr. Stephen Henson <steve@openssl.org>
Fri, 8 Dec 2000 19:09:35 +0000 (19:09 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 8 Dec 2000 19:09:35 +0000 (19:09 +0000)
commit9d6b1ce6441c7cc6aed344f02d9f676ab5e04217
tree7329435a21d3289cb3caad6d3d6c065f484373e1
parent66ebbb6a56bc1688fa37878e4feec985b0c260d7
Merge from the ASN1 branch of new ASN1 code
to main trunk.

Lets see if the makes it to openssl-cvs :-)
120 files changed:
CHANGES
README.ASN1 [new file with mode: 0644]
apps/ca.c
apps/req.c
crypto/asn1/Makefile.ssl
crypto/asn1/a_bitstr.c
crypto/asn1/a_bmp.c [deleted file]
crypto/asn1/a_bool.c
crypto/asn1/a_bytes.c
crypto/asn1/a_dup.c
crypto/asn1/a_enum.c
crypto/asn1/a_gentm.c
crypto/asn1/a_i2d_fp.c
crypto/asn1/a_int.c
crypto/asn1/a_octet.c
crypto/asn1/a_print.c
crypto/asn1/a_time.c
crypto/asn1/a_type.c
crypto/asn1/a_utctm.c
crypto/asn1/a_utf8.c
crypto/asn1/a_vis.c [deleted file]
crypto/asn1/asn1.h
crypto/asn1/asn1_err.c
crypto/asn1/asn1_lib.c
crypto/asn1/asn1t.h [new file with mode: 0644]
crypto/asn1/d2i_dhp.c [deleted file]
crypto/asn1/d2i_dsap.c [deleted file]
crypto/asn1/d2i_r_pr.c [deleted file]
crypto/asn1/d2i_r_pu.c [deleted file]
crypto/asn1/d2i_s_pr.c [deleted file]
crypto/asn1/d2i_s_pu.c [deleted file]
crypto/asn1/i2d_dhp.c [deleted file]
crypto/asn1/i2d_dsap.c [deleted file]
crypto/asn1/i2d_r_pr.c [deleted file]
crypto/asn1/i2d_r_pu.c [deleted file]
crypto/asn1/i2d_s_pr.c [deleted file]
crypto/asn1/i2d_s_pu.c [deleted file]
crypto/asn1/n_pkey.c
crypto/asn1/nsseq.c
crypto/asn1/p5_pbe.c
crypto/asn1/p5_pbev2.c
crypto/asn1/p7_dgst.c [deleted file]
crypto/asn1/p7_enc.c [deleted file]
crypto/asn1/p7_enc_c.c [deleted file]
crypto/asn1/p7_evp.c [deleted file]
crypto/asn1/p7_i_s.c [deleted file]
crypto/asn1/p7_lib.c [deleted file]
crypto/asn1/p7_recip.c [deleted file]
crypto/asn1/p7_s_e.c [deleted file]
crypto/asn1/p7_signd.c [deleted file]
crypto/asn1/p7_signi.c [deleted file]
crypto/asn1/p8_pkey.c
crypto/asn1/t_req.c
crypto/asn1/t_spki.c
crypto/asn1/t_x509a.c
crypto/asn1/tasn_dec.c [new file with mode: 0644]
crypto/asn1/tasn_enc.c [new file with mode: 0644]
crypto/asn1/tasn_fre.c [new file with mode: 0644]
crypto/asn1/tasn_new.c [new file with mode: 0644]
crypto/asn1/tasn_prn.c [new file with mode: 0644]
crypto/asn1/tasn_typ.c [new file with mode: 0644]
crypto/asn1/tasn_utl.c [new file with mode: 0644]
crypto/asn1/x_algor.c
crypto/asn1/x_attrib.c
crypto/asn1/x_bignum.c [new file with mode: 0644]
crypto/asn1/x_crl.c
crypto/asn1/x_exten.c
crypto/asn1/x_info.c
crypto/asn1/x_long.c [new file with mode: 0644]
crypto/asn1/x_name.c
crypto/asn1/x_pubkey.c
crypto/asn1/x_req.c
crypto/asn1/x_sig.c
crypto/asn1/x_spki.c
crypto/asn1/x_val.c
crypto/asn1/x_x509.c
crypto/asn1/x_x509a.c
crypto/dh/Makefile.ssl
crypto/dh/dh_asn1.c [moved from crypto/asn1/a_null.c with 69% similarity]
crypto/dsa/Makefile.ssl
crypto/dsa/dsa.h
crypto/dsa/dsa_asn1.c
crypto/dsa/dsa_err.c
crypto/pkcs12/Makefile.ssl
crypto/pkcs12/p12_asn.c [new file with mode: 0644]
crypto/pkcs12/p12_attr.c
crypto/pkcs12/pkcs12.h
crypto/pkcs7/Makefile.ssl
crypto/pkcs7/pk7_asn1.c [new file with mode: 0644]
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pk7_lib.c
crypto/pkcs7/pkcs7.h
crypto/rsa/Makefile.ssl
crypto/rsa/rsa.h
crypto/rsa/rsa_asn1.c [new file with mode: 0644]
crypto/stack/safestack.h
crypto/x509/Makefile.ssl
crypto/x509/x509.h
crypto/x509/x509_att.c
crypto/x509/x509_req.c
crypto/x509/x509_v3.c
crypto/x509/x509spki.c
crypto/x509v3/Makefile.ssl
crypto/x509v3/v3_akey.c
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_bcons.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_crld.c
crypto/x509v3/v3_extku.c
crypto/x509v3/v3_genn.c
crypto/x509v3/v3_info.c
crypto/x509v3/v3_pku.c
crypto/x509v3/v3_purp.c
crypto/x509v3/v3_sxnet.c
crypto/x509v3/v3_utl.c
crypto/x509v3/v3conf.c
crypto/x509v3/v3prin.c
crypto/x509v3/x509v3.h
demos/asn1/README.ASN1 [new file with mode: 0644]
demos/asn1/ocsp.c [new file with mode: 0644]