openssl/crypto/asn1
Dr. Stephen Henson bf0d176e48 Update OCSP API.
Remove extensions argument from various functions
because it is not needed with the new extension
code.

New function OCSP_cert_to_id() to convert a pair
of certificates into an OCSP_CERTID.

New simple OCSP HTTP function. This is rather primitive
but just about adequate to send OCSP requests and
parse the response.

Fix typo in CRL distribution points extension.

Fix ASN1 code so it adds a final null to constructed
strings.
2001-01-04 01:46:36 +00:00
..
.cvsignore
a_bitstr.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
a_bool.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
a_bytes.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
a_d2i_fp.c ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of 2000-12-30 02:40:26 +00:00
a_digest.c Add NO_ASN1_OLD to remove some old style functions: 2000-12-28 22:24:50 +00:00
a_dup.c ASN1_ITEM version of ASN1_dup(). Might want 2000-12-28 22:41:46 +00:00
a_enum.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
a_gentm.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
a_hdr.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
a_i2d_fp.c ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of 2000-12-30 02:40:26 +00:00
a_int.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
a_mbstr.c Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to make 2000-09-10 14:45:19 +00:00
a_meth.c
a_object.c Constification of the data of a hash table. This means the callback 2000-12-13 17:15:03 +00:00
a_octet.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
a_print.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
a_set.c Add NO_ASN1_OLD to remove some old style functions: 2000-12-28 22:24:50 +00:00
a_sign.c Add NO_ASN1_OLD to remove some old style functions: 2000-12-28 22:24:50 +00:00
a_strex.c Global DirectoryString mask fix. 2000-10-04 01:16:32 +00:00
a_strnid.c Global DirectoryString mask fix. 2000-10-04 01:16:32 +00:00
a_time.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
a_type.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
a_utctm.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
a_utf8.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
a_verify.c Add NO_ASN1_OLD to remove some old style functions: 2000-12-28 22:24:50 +00:00
asn1_err.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
asn1_lib.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
asn1_mac.h Constify the RSA parts of the ASN.1 library. Note some ugly casts 2000-11-06 23:04:15 +00:00
asn1_par.c Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com). 2000-08-04 00:01:39 +00:00
asn1.h Since asn1.h gets included recursively from many places, the easiest 2000-12-31 01:18:50 +00:00
asn1t.h If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcrypto 2000-12-31 00:23:17 +00:00
asn_pack.c Rewrite PKCS#12 code and remove some of the old 2000-12-31 01:13:04 +00:00
charmap.h New ASN1_STRING_print_ex() and X509_NAME_print_ex() 2000-07-28 01:58:15 +00:00
charmap.pl New ASN1_STRING_print_ex() and X509_NAME_print_ex() 2000-07-28 01:58:15 +00:00
d2i_pr.c Constify DSA-related code. 2000-11-07 13:54:39 +00:00
d2i_pu.c Constify DSA-related code. 2000-11-07 13:54:39 +00:00
evp_asn1.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
f_enum.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
f_int.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
f_string.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
f.c
i2d_pr.c
i2d_pu.c
Makefile.ssl Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
n_pkey.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
nsseq.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
p5_pbe.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
p5_pbev2.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
p8_key.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
p8_pkey.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
t_bitst.c Allow additional information to be attached to a 1999-11-04 00:45:35 +00:00
t_crl.c New function X509V3_extensions_print() this removes extension duplication 2000-12-14 18:42:28 +00:00
t_pkey.c Constify DH-related code. 2000-11-07 14:30:37 +00:00
t_req.c New function X509_signature_print() to remove some duplicate 2000-12-14 00:53:10 +00:00
t_spki.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
t_x509.c New function X509V3_extensions_print() this removes extension duplication 2000-12-14 18:42:28 +00:00
t_x509a.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
tasn_dec.c Update OCSP API. 2001-01-04 01:46:36 +00:00
tasn_enc.c Change the PKCS7 structure to use SEQUENCE OF for the 2000-12-13 23:54:30 +00:00
tasn_fre.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
tasn_new.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
tasn_prn.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
tasn_typ.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
tasn_utl.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_algor.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_attrib.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_bignum.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_cinf.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
x_crl.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_exten.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_info.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_long.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_name.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_pkey.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
x_pubkey.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_req.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_sig.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_spki.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_val.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_x509.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
x_x509a.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00