aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/x509v3.h
AgeCommit message (Expand)AuthorFilesLines
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-3/+3
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson1-1/+5
2000-12-27X509V3_add_i2d() needs to be able to allocate aDr. Stephen Henson1-1/+1
2000-12-24New function X509V3_add_i2d() this is used forDr. Stephen Henson1-0/+16
2000-12-14New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson1-0/+3
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson1-20/+13
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-109/+69
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte1-0/+1
2000-10-06More code for X509_print_ex() support.Dr. Stephen Henson1-1/+13
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson1-0/+1
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson1-248/+0
2000-06-11Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson1-0/+5
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe1-0/+248
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe1-2/+3
2000-05-17Typesafety Thought Police last part.Ben Laurie1-0/+2
2000-05-17Typesafety Thought Police part 5.Ben Laurie1-1/+1
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte1-4/+4
2000-03-25Beautifying code.Richard Levitte1-2/+2
2000-03-07New compatability trust and purpose settings.Dr. Stephen Henson1-1/+2
2000-02-26More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller1-1/+1
2000-02-26Rename functions for new convention.Dr. Stephen Henson1-2/+2
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall1-1/+1
2000-02-07Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson1-3/+0
2000-01-07#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson1-1/+1
1999-12-29Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1-1/+0
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson1-1/+6
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1-5/+5
1999-11-26New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1-6/+17
1999-11-23Support for authority information access extension.Dr. Stephen Henson1-0/+25
1999-11-19Support for otherName in GeneralName.Dr. Stephen Henson1-1/+12
1999-11-04Allow additional information to be attached to aDr. Stephen Henson1-6/+0
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller1-4/+10
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-4/+4
1999-10-13Initial support for certificate purpose checking: this willDr. Stephen Henson1-0/+57
1999-10-09New functions to parse and get extensions.Dr. Stephen Henson1-0/+5
1999-08-25Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson1-0/+1
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1-12/+15
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1-16/+24
1999-06-11Document the X509V3 code and change some of the extension function pointersDr. Stephen Henson1-7/+7
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1-0/+3
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1-1/+4
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-140/+0
1999-04-25Various header consistency fixes.Dr. Stephen Henson1-0/+16
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1-1/+5
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-23Work with -pedantic!Ben Laurie1-3/+5
1999-04-21Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson1-0/+33
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1-13/+17
1999-04-19Finish off support for Certificate Policies extension.Dr. Stephen Henson1-0/+9
1999-04-19Clean up prototypes (prepare for removing NOPROTO).Ulf Möller1-2/+2