aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/x509v3.h
Commit message (Expand)AuthorAgeFilesLines
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-281-0/+10
* Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson2001-05-101-1/+4
* Overhaul the display of certificate details inDr. Stephen Henson2001-03-151-1/+1
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-3/+3
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-171-1/+5
* X509V3_add_i2d() needs to be able to allocate aDr. Stephen Henson2000-12-271-1/+1
* New function X509V3_add_i2d() this is used forDr. Stephen Henson2000-12-241-0/+16
* New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2000-12-141-0/+3
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-131-20/+13
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-109/+69
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-0/+1
* More code for X509_print_ex() support.Dr. Stephen Henson2000-10-061-1/+13
* *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-051-0/+1
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-248/+0
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson2000-06-111-0/+5
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-011-0/+248
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-2/+3
* Typesafety Thought Police last part.Ben Laurie2000-05-171-0/+2
* Typesafety Thought Police part 5.Ben Laurie2000-05-171-1/+1
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* Beautifying code.Richard Levitte2000-03-251-2/+2
* New compatability trust and purpose settings.Dr. Stephen Henson2000-03-071-1/+2
* More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller2000-02-261-1/+1
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-2/+2
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-1/+1
* Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson2000-02-071-3/+0
* #undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson2000-01-071-1/+1
* Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1999-12-291-1/+0
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-021-1/+6
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-291-5/+5
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-261-6/+17
* Support for authority information access extension.Dr. Stephen Henson1999-11-231-0/+25
* Support for otherName in GeneralName.Dr. Stephen Henson1999-11-191-1/+12
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-6/+0
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-4/+10
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-4/+4
* Initial support for certificate purpose checking: this willDr. Stephen Henson1999-10-131-0/+57
* New functions to parse and get extensions.Dr. Stephen Henson1999-10-091-0/+5
* Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson1999-08-251-0/+1
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-211-12/+15
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-201-16/+24
* Document the X509V3 code and change some of the extension function pointersDr. Stephen Henson1999-06-111-7/+7
* Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1999-05-101-0/+3
* Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1999-05-091-1/+4
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-140/+0
* Various header consistency fixes.Dr. Stephen Henson1999-04-251-0/+16
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-1/+5
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Work with -pedantic!Ben Laurie1999-04-231-3/+5
* Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson1999-04-211-0/+33