aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
Commit message (Expand)AuthorAgeFilesLines
* "make update"Richard Levitte2000-04-091-225/+237
* Beautifying code.Richard Levitte2000-03-251-2/+2
* New compatability trust and purpose settings.Dr. Stephen Henson2000-03-072-2/+10
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller2000-02-262-5/+5
* Rename functions for new convention.Dr. Stephen Henson2000-02-262-4/+4
* Modernise 'selfsign.c' to use new X509_NAME codeDr. Stephen Henson2000-02-131-1/+1
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-112-2/+2
* Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson2000-02-073-24/+4
* EBCDIC support.Ulf Möller2000-02-012-0/+19
* Seek out and destroy another evil cast.Ulf Möller2000-01-307-9/+9
* Some more ifdefs for no-xxx options.Ulf Möller2000-01-211-0/+2
* Avoid converting void * to a function pointer when NULL is defined asRichard Levitte2000-01-182-2/+2
* #undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson2000-01-072-6/+8
* Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1999-12-291-1/+0
* Fix a bug in the modified purpose code: it wasn't updated to use theDr. Stephen Henson1999-12-031-1/+1
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-024-32/+72
* Modify the X509 V3 extension lookup code.Dr. Stephen Henson1999-12-014-28/+197
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-292-20/+20
* Add trust setting support to the verify code. It now checks theDr. Stephen Henson1999-11-272-1/+6
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-262-36/+67
* Support for authority information access extension.Dr. Stephen Henson1999-11-235-3/+287
* Support for otherName in GeneralName.Dr. Stephen Henson1999-11-192-6/+71
* New function X509_cmp().Dr. Stephen Henson1999-11-161-1/+3
* Allow additional information to be attached to aDr. Stephen Henson1999-11-042-9/+3
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-253-15/+53
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-2017-96/+77
* Initial support for certificate purpose checking: this willDr. Stephen Henson1999-10-133-2/+425
* Add EX_DATA support to X509.Dr. Stephen Henson1999-10-111-1/+1
* New functions to parse and get extensions.Dr. Stephen Henson1999-10-092-0/+75
* Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson1999-08-252-1/+26
* A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.Ralf S. Engelschall1999-08-081-0/+2
* avoid some NO_<cipher> problemsBodo Möller1999-08-021-1/+1
* SXnet code was freeing up the extension data rather than the temporaryDr. Stephen Henson1999-07-101-2/+2
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-2113-74/+82
* "make update"Bodo Möller1999-06-211-25/+30
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-2011-113/+136
* Document the X509V3 code and change some of the extension function pointersDr. Stephen Henson1999-06-111-7/+7
* Set ext_list to NULL after use.Dr. Stephen Henson1999-05-231-0/+1
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-194/+201
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-201/+194
* Various clarifications to extension docs: change the name of literalDr. Stephen Henson1999-05-171-1/+1
* Update dependencies.Bodo Möller1999-05-151-181/+188
* Update dependencies.Ben Laurie1999-05-131-11/+12
* The various character predicates (isspace and the like) may not beBodo Möller1999-05-102-4/+4
* Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1999-05-103-2/+5
* Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1999-05-095-13/+46
* Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson1999-05-081-9/+14
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1