commit | eaa28181898b8ca0b54552a3290789bb17444c8a | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Mon Aug 21 22:02:23 2000 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Mon Aug 21 22:02:23 2000 +0000 |
tree | 4360130c00f3d122b416ba40efee781e313db5c7 | |
parent | 622ec449e5fe8f1e6bed036705ea97c74c9be1b7 [diff] |
Various fixes... initialize ex_pathlen to -1 so it isn't checked if pathlen is not present. set ucert to NULL in apps/pkcs12.c otherwise it gets freed twice. remove extraneous '\r' in MIME encoder. Allow a NULL to be passed to X509_gmtime_adj() Make PKCS#7 code use definite length encoding rather then the indefinite stuff it used previously.