summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
AgeCommit message (Expand)Author
2000-01-21Some more ifdefs for no-xxx options.Ulf Möller
2000-01-18Avoid converting void * to a function pointer when NULL is defined asRichard Levitte
2000-01-07#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson
1999-12-29Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson
1999-12-03Fix a bug in the modified purpose code: it wasn't updated to use theDr. Stephen Henson
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson
1999-11-27Add trust setting support to the verify code. It now checks theDr. Stephen Henson
1999-11-26New options to the -verify program which can be used for chain verification.Dr. Stephen Henson
1999-11-23Support for authority information access extension.Dr. Stephen Henson
1999-11-19Support for otherName in GeneralName.Dr. Stephen Henson
1999-11-16New function X509_cmp().Dr. Stephen Henson
1999-11-04Allow additional information to be attached to aDr. Stephen Henson
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-10-13Initial support for certificate purpose checking: this willDr. Stephen Henson
1999-10-11Add EX_DATA support to X509.Dr. Stephen Henson
1999-10-09New functions to parse and get extensions.Dr. Stephen Henson
1999-08-25Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson
1999-08-08A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.Ralf S. Engelschall
1999-08-02avoid some NO_<cipher> problemsBodo Möller
1999-07-10SXnet code was freeing up the extension data rather than the temporaryDr. Stephen Henson
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson
1999-06-21"make update"Bodo Möller
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson
1999-06-11Document the X509V3 code and change some of the extension function pointersDr. Stephen Henson
1999-05-23Set ext_list to NULL after use.Dr. Stephen Henson
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-05-17Various clarifications to extension docs: change the name of literalDr. Stephen Henson
1999-05-15Update dependencies.Bodo Möller
1999-05-13Update dependencies.Ben Laurie
1999-05-10The various character predicates (isspace and the like) may not beBodo Möller
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson
1999-05-08Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller
1999-04-29Ignore Makefile.saveUlf Möller
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller
1999-04-27Oops ... fix warning.Dr. Stephen Henson
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-27Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-25Various header consistency fixes.Dr. Stephen Henson
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
1999-04-23"make depend"Bodo Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller