aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/x509_vfy.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-05Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb1-0/+3
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-3/+3
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-08Add X509_STORE_CTX_new_with_libctx()Matt Caswell1-0/+2
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb1-77/+81
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb1-1/+3
2019-12-04add X509_cmp_timeframe() including its documentationDr. David von Oheimb1-1/+1
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-3/+3
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-2/+2
2019-11-03X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte1-2/+14
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-01-25X509_STORE: fix two misspelled compatibility macrosDr. Matthias St. Pierre1-0/+4
2018-12-19X509_check_issued: check that signature algo matches signing key algoRichard Levitte1-0/+4
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-08-17Avoid shadowing 'free' in X509_LOOKUP_met_set_freeBenjamin Kaduk1-1/+1
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang1-0/+75
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-02Make X509_VERIFY_PARAM_get_hostflags() take a const argMatt Caswell1-1/+1
2018-05-01Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell1-0/+1
2017-04-12OCSP Updates: error codes and multiple certificatesTodd Short1-0/+4
2017-03-28Remove redundant decl of 509_STORE_set_flagsHannes Magnusson1-1/+0
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz1-0/+1
2016-12-13Add X509_VERIFY_PARAM inheritance flag set/getRich Salz1-0/+5
2016-09-21Revert "Constify code about X509_VERIFY_PARAM"Rich Salz1-2/+2
2016-09-18Constify code about X509_VERIFY_PARAMFdaSilvaYY1-2/+2
2016-08-24Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni1-0/+2
2016-08-04Constify inputs of two X509_LOOKUP_METHOD methodsFdaSilvaYY1-2/+2
2016-07-26Deprecate X509_LU_FAIL, X509_LU_RETRYDr. Stephen Henson1-0/+2
2016-07-26Use X509_LOOKUP_TYPE for lookup type consistently.Dr. Stephen Henson1-13/+16
2016-07-26Move X509_LU_RETRY, X509_LU_FAILDr. Stephen Henson1-2/+4
2016-07-25Add X509_STORE lock and unlock functionsRichard Levitte1-0/+2
2016-07-25Add setter and getter for X509_STORE's check_policyRichard Levitte1-0/+3
2016-07-25Add getters / setters for the X509_STORE_CTX and X509_STORE functionsRichard Levitte1-15/+65
2016-07-20Remove reduntant X509_STORE_CTX_set_verify_cb declarationHannes Magnusson1-2/+0
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni1-0/+1
2016-06-20Check that the subject name in a proxy cert complies to RFC 3820Richard Levitte1-0/+2
2016-06-04Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509FdaSilvaYY1-2/+2
2016-05-19When strict SCT fails record verification failureViktor Dukhovni1-1/+2
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni1-0/+5
2016-05-17X509_STORE_CTX accessors.Rich Salz1-7/+11
2016-05-17Copyright consolidation 03/10Rich Salz1-54/+6
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY1-1/+1
2016-04-29Fix some X509_STORE macrosMatt Caswell1-4/+9
2016-04-28various spelling fixesFdaSilvaYY1-1/+1
2016-04-28Add getters for X509_STORE and X509_OBJECT membersChristian Heimes1-0/+3
2016-04-28Implement X509_STORE_CTX_set_current_cert() accessorViktor Dukhovni1-0/+1
2016-04-27GH975 Add ex_data functions for X509_STOREKazuki Yamaguchi1-0/+4
2016-04-25Added missing X509_STORE_CTX_set_error_depth() accessorViktor Dukhovni1-0/+1