summaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-303/+0
* Following the license change, modify the boilerplates in crypto/x509v3/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-071-2/+0
* Fix possible leaks on sk_X509_EXTENSION_push() failure ...FdaSilvaYY2017-11-101-7/+18
* Convert x509 selftests to internal testRichard Levitte2016-11-031-67/+1
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-1/+1
* Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY2016-07-251-1/+1
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+6
* Add more CT utility routines to be used as part of larger patch.Adam Eijdenberg2016-02-251-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling2015-12-101-0/+1
* Initial commit for Certificate Transparency supportAdam Eijdenberg2015-10-091-1/+1
* Fix "defined but not used" warnings.Dr. Stephen Henson2015-09-111-0/+66
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-7/+8
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* remove malloc castsRich Salz2015-04-281-3/+1
* make X509_EXTENSION opaqueDr. Stephen Henson2015-03-231-6/+9
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-170/+201
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-221-5/+3
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-9/+17
* Fix more error codes.Bodo Möller2005-05-111-2/+2
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+2
* PR: 631Dr. Stephen Henson2003-05-281-0/+1
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-1/+1
* New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson2001-02-161-1/+1
* X509V3_add_i2d() needs to be able to allocate aDr. Stephen Henson2000-12-271-6/+7
* New function X509V3_add_i2d() this is used forDr. Stephen Henson2000-12-241-1/+75
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-131-1/+2
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson2000-06-111-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-2/+4
* Typesafety Thought Police last part.Ben Laurie2000-05-171-6/+8
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-3/+3
* Modernise 'selfsign.c' to use new X509_NAME codeDr. Stephen Henson2000-02-131-1/+1
* Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson2000-02-071-17/+0
* Modify the X509 V3 extension lookup code.Dr. Stephen Henson1999-12-011-27/+12
* Add trust setting support to the verify code. It now checks theDr. Stephen Henson1999-11-271-0/+5
* Support for authority information access extension.Dr. Stephen Henson1999-11-231-1/+2
* Add EX_DATA support to X509.Dr. Stephen Henson1999-10-111-1/+1
* New functions to parse and get extensions.Dr. Stephen Henson1999-10-091-0/+70
* Set ext_list to NULL after use.Dr. Stephen Henson1999-05-231-0/+1
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson1999-04-211-1/+2
* Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1999-04-201-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-18/+10