openssl/crypto/asn1
Dr. Stephen Henson 6447cce372 Simplify the trust structure: basically zap the bit strings and
represent everything by OIDs.
1999-12-29 00:40:28 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
a_bitstr.c Don't return stuff from void functions. 1999-10-23 09:19:42 +00:00
a_bmp.c Don't return stuff from void functions. 1999-10-23 09:19:42 +00:00
a_bool.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
a_bytes.c Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed message 1999-10-04 12:08:59 +00:00
a_d2i_fp.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
a_digest.c Initial trust code: allow setting of trust checking functions 1999-11-27 01:14:04 +00:00
a_dup.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
a_enum.c Fix a typo in a_enum.c. 1999-12-13 13:14:14 +00:00
a_gentm.c Don't return stuff from void functions. 1999-10-23 09:19:42 +00:00
a_hdr.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
a_i2d_fp.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
a_int.c Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENTIFIERs. 1999-12-10 13:46:48 +00:00
a_mbstr.c Allow additional information to be attached to a 1999-11-04 00:45:35 +00:00
a_meth.c Don't include x509.h when we just need asn1.h 1999-07-24 03:09:01 +00:00
a_null.c Support for ASN1 NULL type. 1999-12-22 01:39:23 +00:00
a_object.c Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENTIFIERs. 1999-12-10 13:46:48 +00:00
a_octet.c Don't return stuff from void functions. 1999-10-23 09:19:42 +00:00
a_print.c Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update' 1999-12-08 00:56:15 +00:00
a_set.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
a_sign.c Initial support for MacOS. 1999-09-11 17:54:18 +00:00
a_strnid.c Change the trust and purpose code so it doesn't need init 1999-12-02 02:33:56 +00:00
a_time.c Don't return stuff from void functions. 1999-10-23 09:19:42 +00:00
a_type.c Kill evil casts, fix PKCS#7 and add new X509V3 Function. 1999-05-09 16:39:11 +00:00
a_utctm.c Don't return stuff from void functions. 1999-10-23 09:19:42 +00:00
a_utf8.c Constification. 1999-10-23 09:30:09 +00:00
a_verify.c Initial support for MacOS. 1999-09-11 17:54:18 +00:00
a_vis.c Don't return stuff from void functions. 1999-10-23 09:19:42 +00:00
asn1.h New {i2d,d2i}_PrivateKey_{bio, fp} functions. 1999-12-26 19:20:03 +00:00
asn1_err.c New {i2d,d2i}_PrivateKey_{bio, fp} functions. 1999-12-26 19:20:03 +00:00
asn1_lib.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
asn1_mac.h Support for ASN1 NULL type. 1999-12-22 01:39:23 +00:00
asn1_par.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
asn_pack.c More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0 1999-06-06 23:34:44 +00:00
d2i_dhp.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
d2i_dsap.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
d2i_pr.c Don't include x509.h when we just need asn1.h 1999-07-24 03:09:01 +00:00
d2i_pu.c Don't include x509.h when we just need asn1.h 1999-07-24 03:09:01 +00:00
d2i_r_pr.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
d2i_r_pu.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
d2i_s_pr.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
d2i_s_pu.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +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.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
f_enum.c Don't include x509.h when we just need asn1.h 1999-07-24 03:09:01 +00:00
f_int.c Don't include x509.h when we just need asn1.h 1999-07-24 03:09:01 +00:00
f_string.c Don't include x509.h when we just need asn1.h 1999-07-24 03:09:01 +00:00
i2d_dhp.c New function DSA_dup_DH, and fixes for bugs that were found 1999-08-05 11:50:18 +00:00
i2d_dsap.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
i2d_pr.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
i2d_pu.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
i2d_r_pr.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
i2d_r_pu.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
i2d_s_pr.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
i2d_s_pu.c Fix to i2d_DSAPublicKey() to return the correct length. 1999-06-11 22:30:45 +00:00
Makefile.ssl Add PKCS#8 utility functions and add PBE options. 1999-12-23 02:02:42 +00:00
n_pkey.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
nsseq.c Another safe stack. 1999-05-30 15:40:21 +00:00
p5_pbe.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
p5_pbev2.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
p7_dgst.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
p7_enc.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
p7_enc_c.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
p7_evp.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
p7_i_s.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
p7_lib.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
p7_recip.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
p7_s_e.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
p7_signd.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
p7_signi.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
p8_pkey.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
pkcs8.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
t_bitst.c Allow additional information to be attached to a 1999-11-04 00:45:35 +00:00
t_crl.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
t_pkey.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
t_req.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
t_spki.c Add new 'spkac' utility and several SPKAC utility functions. 1999-09-03 01:08:34 +00:00
t_x509.c Allow additional information to be attached to a 1999-11-04 00:45:35 +00:00
t_x509a.c Simplify the trust structure: basically zap the bit strings and 1999-12-29 00:40:28 +00:00
x_algor.c Torture weak compilers less by not automatically including x509.h where 1999-07-21 22:10:23 +00:00
x_attrib.c Torture weak compilers less by not automatically including x509.h where 1999-07-21 22:10:23 +00:00
x_cinf.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
x_crl.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
x_exten.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
x_info.c Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO). 1999-05-04 08:56:51 +00:00
x_name.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
x_pkey.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
x_pubkey.c Fixes so NO_RSA works again. 1999-12-24 17:26:33 +00:00
x_req.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
x_sig.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
x_spki.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
x_val.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
x_x509.c Allow additional information to be attached to a 1999-11-04 00:45:35 +00:00
x_x509a.c Simplify the trust structure: basically zap the bit strings and 1999-12-29 00:40:28 +00:00