aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
Commit message (Expand)AuthorAgeFilesLines
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-177-10/+10
* Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte2000-09-101-0/+11
* 'make update'Richard Levitte2000-09-071-52/+62
* *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-052-2/+64
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-174/+187
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-145/+153
* Don't dereference NULL pointers.Bodo Möller2000-07-021-2/+2
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-248/+0
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-15/+16
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson2000-06-113-1/+93
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-0114-53/+53
* "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-013-29/+37
* Typesafety Thought Police last part.Ben Laurie2000-05-172-6/+10
* Typesafety Thought Police part 5.Ben Laurie2000-05-172-14/+19
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-152-5/+5
* Fix for SSL server purpose checkingDr. Stephen Henson2000-05-041-14/+18
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* "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