aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/x509.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-29include/openssl/x509v3.h: restore previous stack definition arrangementRichard Levitte1-5/+6
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-22/+9
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-21Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik1-0/+3
2020-04-16Create a libctx aware X509_verify_ex()Matt Caswell1-0/+3
2020-04-15Teach d2i_PrivateKey et al about libctxMatt Caswell1-0/+4
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb1-21/+24
2020-03-15X509: Rename X509_set0_sm2_id() and friendsRichard Levitte1-6/+4
2020-03-10Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()Dr. David von Oheimb1-0/+1
2020-02-27Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte1-7/+9
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb1-6/+7
2020-02-02X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte1-0/+3
2020-01-24New functions for PKCS8 attributes managementDmitry Belyavskiy1-0/+4
2019-12-04add X509_cmp_timeframe() including its documentationDr. David von Oheimb1-0/+2
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte1-0/+4
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-3/+3
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-2/+2
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre1-1/+1
2019-07-22x509: publish X509_PUBKEY_dupDr. Matthias St. Pierre1-0/+1
2019-07-22x509: sort X509 dup functions alphabeticallyDr. Matthias St. Pierre1-3/+3
2019-06-28Support SM2 certificate signingPaul Yang1-0/+2
2019-04-09Make X509_set_sm2_id consistent with other settersPaul Yang1-1/+1
2019-03-15Guard some SM2 functions with OPENSSL_NO_SM2Matt Caswell1-0/+2
2019-03-13Support SM2 certificate verification杨洋1-0/+3
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-52/+46
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-3/+3
2018-09-11Update copyright yearMatt Caswell1-1/+1
2018-09-04Fixed a comment that referenced the wrong methodAlex Gaynor1-1/+1
2017-10-13Remove email addresses from source code.Rich Salz1-3/+2
2017-09-29Put back the #include <openssl/safestack.h> lines in public headers.Pauli1-0/+1
2017-09-28Use safestack.h exclusively internally.Pauli1-3/+1
2017-07-26make scrypt ASN.1 parameter functions publicHubert Kario1-0/+13
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-6/+1
2017-06-07make error tables const and separate header fileRich Salz1-102/+1
2017-04-25Add support for custom signature parametersDr. Stephen Henson1-0/+15
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy1-0/+1
2017-04-20Ignore dups in X509_STORE_add_*Rich Salz1-0/+3
2017-03-29More typo fixesFdaSilvaYY1-1/+1
2016-10-10Remove trailing whitespace from some files.David Benjamin1-1/+1
2016-08-23Constify a bit X509_NAME_get_entryFdaSilvaYY1-1/+1
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY1-8/+8
2016-08-23Constify some inputs buffersFdaSilvaYY1-2/+2
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson1-4/+6
2016-08-20Duplicate includesFdaSilvaYY1-1/+0
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson1-8/+24
2016-08-19Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson1-0/+1
2016-08-19constify X509_REQ_get0_signature()Dr. Stephen Henson1-2/+2