aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/x509v3.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Add the X509v3_cache_extensions() functionMatt Caswell1-0/+3
2020-03-25Issuer Sign Tool extention supportNikolay Morozov1-0/+9
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb1-1/+1
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-1/+1
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-1/+1
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-3/+3
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre1-0/+2
2019-05-24issue-8973: Added const to parameters for values that were not alteredagnosticdev1-2/+2
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-2/+2
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-02-19 Add X509_get0_authority_key_id() functionMassimiliano Pala1-0/+1
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-22Add accessors for AdmissionSyntaxRich Salz1-0/+65
2017-06-07make error tables const and separate header fileRich Salz1-139/+1
2017-04-27Add parentheses on public macros where appropriate.Bernd Edlinger1-2/+3
2017-01-28Document what EXFLAG_SET is for in x509v3.hRichard Levitte1-0/+1
2016-08-23Constify some input parameters.FdaSilvaYY1-7/+7
2016-08-18Constify i2a*Dr. Stephen Henson1-1/+1
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell1-2/+2
2016-07-25Make it possible for external code to set the certiciate proxy path lengthRichard Levitte1-0/+2
2016-07-25Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY1-1/+1
2016-07-25Constify i2s_ASN1_INTEGER, X509V3_get_d2iFdaSilvaYY1-1/+1
2016-07-25Constify SXNET_add_id_*FdaSilvaYY1-4/+4
2016-07-23Make it possible for external code to flag a certificate as a proxy one.Richard Levitte1-0/+1
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+1
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson1-0/+1
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov1-6/+0
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY1-1/+1
2016-06-27Fix some OPENSSL_API_COMPAT valuesMatt Caswell1-1/+1
2016-06-15Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY1-11/+11
2016-06-09Make a2i_ipadd an internal functionRich Salz1-1/+0
2016-06-04Constify X509V3_EXT_*_conf*FdaSilvaYY1-14/+14
2016-06-04Constify s2i_ASN1_IA5STRINGFdaSilvaYY1-1/+1
2016-06-04Constify s2i_ASN1_INTEGERFdaSilvaYY1-1/+1
2016-05-23Remove unused error/function codes.Rich Salz1-8/+3
2016-05-17Copyright consolidation 03/10Rich Salz1-54/+6
2016-04-18Make string_to_hex/hex_to_string publicRich Salz1-6/+5
2016-04-18Rename some lowercase API'sRich Salz1-31/+33
2016-03-09Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flagViktor Dukhovni1-0/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-15/+15
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson1-2/+2
2015-12-10Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling1-0/+5
2015-09-29Fix no-stdio buildDavid Woodhouse1-1/+2
2015-09-22New function X509_get0_subject_key_id()Dr. Stephen Henson1-0/+1
2015-09-03Revert "OPENSSL_NO_xxx cleanup: RFC3779"David Woodhouse1-0/+2
2015-09-01functions to retrieve certificate flagsDr. Stephen Henson1-0/+5
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-0/+1045