summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_lib.c
AgeCommit message (Expand)Author
2019-05-29Join the x509 and x509v3 directoriesRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/x509v3/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2017-11-10Fix possible leaks on sk_X509_EXTENSION_push() failure ...FdaSilvaYY
2016-11-03Convert x509 selftests to internal testRichard Levitte
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-07-25Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY
2016-05-17Copyright consolidation 07/10Rich Salz
2016-02-25Add more CT utility routines to be used as part of larger patch.Adam Eijdenberg
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-10Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling
2015-10-09Initial commit for Certificate Transparency supportAdam Eijdenberg
2015-09-11Fix "defined but not used" warnings.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-23make X509_EXTENSION opaqueDr. Stephen Henson
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2005-05-11Fix more error codes.Bodo Möller
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-05-28PR: 631Dr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2001-02-16New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson
2000-12-27X509V3_add_i2d() needs to be able to allocate aDr. Stephen Henson
2000-12-24New function X509V3_add_i2d() this is used forDr. Stephen Henson
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson
2000-06-11Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe
2000-05-17Typesafety Thought Police last part.Ben Laurie
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-02-13Modernise 'selfsign.c' to use new X509_NAME codeDr. Stephen Henson
2000-02-07Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson
1999-11-27Add trust setting support to the verify code. It now checks theDr. Stephen Henson
1999-11-23Support for authority information access extension.Dr. 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-05-23Set ext_list to NULL after use.Dr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-21Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson
1999-04-19Change functions to ANSI C.Ulf Möller