aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/x509v3.h
Commit message (Expand)AuthorAgeFilesLines
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+0
* perl util/mkerr.pl -recurse -write -rebuildRichard Levitte2001-11-151-1/+1
* *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
* Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1999-04-201-13/+17
* Finish off support for Certificate Policies extension.Dr. Stephen Henson1999-04-191-0/+9
* Clean up prototypes (prepare for removing NOPROTO).Ulf Möller1999-04-191-2/+2
* Removed extra semicolons.Bodo Möller1999-04-191-2/+2
* Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson1999-04-181-10/+68
* Allow asn1parse to print out VISIBLESTRING and some code needed for certificateDr. Stephen Henson1999-04-171-0/+29
* Massive constification.Ben Laurie1999-04-171-6/+6
* Another STACK bites the dust.Ben Laurie1999-04-171-5/+8
* Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson1999-04-161-2/+25
* Add some utilities to support SXNet extension also add support in DEF filesDr. Stephen Henson1999-04-141-3/+27