aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3
AgeCommit message (Expand)AuthorFilesLines
2000-03-25Beautifying code.Richard Levitte1-2/+2
2000-03-07New compatability trust and purpose settings.Dr. Stephen Henson2-2/+10
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller1-1/+2
2000-02-26More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller2-5/+5
2000-02-26Rename functions for new convention.Dr. Stephen Henson2-4/+4
2000-02-13Modernise 'selfsign.c' to use new X509_NAME codeDr. Stephen Henson1-1/+1
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2-2/+2
2000-02-07Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson3-24/+4
2000-02-01EBCDIC support.Ulf Möller2-0/+19
2000-01-30Seek out and destroy another evil cast.Ulf Möller7-9/+9
2000-01-21Some more ifdefs for no-xxx options.Ulf Möller1-0/+2
2000-01-18Avoid converting void * to a function pointer when NULL is defined asRichard Levitte2-2/+2
2000-01-07#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson2-6/+8
1999-12-29Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1-1/+0
1999-12-03Fix a bug in the modified purpose code: it wasn't updated to use theDr. Stephen Henson1-1/+1
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson4-32/+72
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson4-28/+197
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson2-20/+20
1999-11-27Add trust setting support to the verify code. It now checks theDr. Stephen Henson2-1/+6
1999-11-26New options to the -verify program which can be used for chain verification.Dr. Stephen Henson2-36/+67
1999-11-23Support for authority information access extension.Dr. Stephen Henson5-3/+287
1999-11-19Support for otherName in GeneralName.Dr. Stephen Henson2-6/+71
1999-11-16New function X509_cmp().Dr. Stephen Henson1-1/+3
1999-11-04Allow additional information to be attached to aDr. Stephen Henson2-9/+3
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller3-15/+53
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson17-96/+77
1999-10-13Initial support for certificate purpose checking: this willDr. Stephen Henson3-2/+425
1999-10-11Add EX_DATA support to X509.Dr. Stephen Henson1-1/+1
1999-10-09New functions to parse and get extensions.Dr. Stephen Henson2-0/+75
1999-08-25Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson2-1/+26
1999-08-08A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.Ralf S. Engelschall1-0/+2
1999-08-02avoid some NO_<cipher> problemsBodo Möller1-1/+1
1999-07-10SXnet code was freeing up the extension data rather than the temporaryDr. Stephen Henson1-2/+2
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson13-74/+82
1999-06-21"make update"Bodo Möller1-25/+30
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson11-113/+136
1999-06-11Document the X509V3 code and change some of the extension function pointersDr. Stephen Henson1-7/+7
1999-05-23Set ext_list to NULL after use.Dr. Stephen Henson1-0/+1
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1-194/+201
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller1-201/+194
1999-05-17Various clarifications to extension docs: change the name of literalDr. Stephen Henson1-1/+1
1999-05-15Update dependencies.Bodo Möller1-181/+188
1999-05-13Update dependencies.Ben Laurie1-11/+12
1999-05-10The various character predicates (isspace and the like) may not beBodo Möller2-4/+4
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall3-2/+5
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson5-13/+46
1999-05-08Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson1-9/+14
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller1-2/+4
1999-04-29Ignore Makefile.saveUlf Möller1-0/+1
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller1-3/+3