aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_alt.c
Commit message (Expand)AuthorAgeFilesLines
* Fix NULL-return checks in 1.0.2Rich Salz2016-08-191-0/+2
* do_dirname: Don't change gen on failuresKurt Roeckx2015-04-111-8/+10
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-501/+494
* Missing break.Dr. Stephen Henson2009-08-311-0/+1
* v3_alt.c: otherName parsing fix from HEAD.Andy Polyakov2009-04-271-0/+1
* PR: 1892Dr. Stephen Henson2009-04-081-0/+1
* PR: 1613Dr. Stephen Henson2009-04-031-0/+1
* Update from stable branch.Dr. Stephen Henson2008-11-301-1/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-8/+8
* Support for certificateIssuer CRL entry extension.Dr. Stephen Henson2008-08-181-0/+6
* Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.Dr. Stephen Henson2008-03-241-47/+69
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* improved error checking and some fixesNils Larsch2005-07-261-1/+2
* Fix more error codes.Bodo Möller2005-05-111-10/+10
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+4
* Support for name constraints.Dr. Stephen Henson2003-03-241-67/+104
* Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson2003-02-271-0/+32
* IPv6 display and input support for extensions usingh GeneralName.Dr. Stephen Henson2003-02-051-23/+41
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-121-1/+35
* Make it possible to move the emailAddress object to the subjectAltNameRichard Levitte2001-04-111-3/+11
* Fix bug in copy_email() which would notDr. Stephen Henson2001-03-011-1/+1
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-2/+2
* Add OCSP service locator extension.Dr. Stephen Henson2000-12-161-4/+3
* New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2000-12-141-0/+54
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-131-12/+7
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-14/+14
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-3/+3
* Modify the X509 V3 extension lookup code.Dr. Stephen Henson1999-12-011-1/+0
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-4/+4
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-211-12/+12
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-201-8/+8
* Oops ... fix warning.Dr. Stephen Henson1999-04-271-1/+1
* Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson1999-04-271-0/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-8/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Work with -pedantic!Ben Laurie1999-04-231-3/+3
* Fix lots of warnings.Ulf Möller1999-04-201-1/+2
* Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1999-04-201-37/+38
* Change functions to ANSI C.Ulf Möller1999-04-191-30/+13
* Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson1999-03-061-2/+2
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-12/+8
* Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson1999-02-211-2/+170
* Added code to GENERAL_NAME with support for more options and preliminaryDr. Stephen Henson1999-02-171-22/+140
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-101-7/+8
* Comment out def of currently unimplemented function to stop warning.Dr. Stephen Henson1999-02-081-1/+1
* Fix filename in comment.Dr. Stephen Henson1999-02-071-1/+1
* Add support for GeneralName and GeneralNames extensions. Also preliminaryDr. Stephen Henson1999-02-071-0/+141