summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509
AgeCommit message (Expand)Author
2018-05-13Add const qualifier to the argument of X509_get_issuer_name(3) andTheo Buehler
2018-05-13Add const qualifier to the ASN1_OBJECT * parameter ofTheo Buehler
2018-05-13Add a const qualifier to the ASN1_OBJECT * argument of the following:Theo Buehler
2018-05-01Convert a handful of X509_*() functions to take const as in OpenSSL.Theo Buehler
2018-05-01Fix whitespace on a few lines to reduce noise in an upcoming diff.Theo Buehler
2018-04-08Fail early if an X509_VERIFY_PARAM is poisoned - don't allowBob Beck
2018-04-06poison for X509_VERIFY_PARAM'sBob Beck
2018-04-04Fix two bugs in X509_NAME_add_entry(3):Ingo Schwarze
2018-03-22Call strlen() if name length provided is 0, like OpenSSL does.Bob Beck
2018-03-20Provide X509_STORE_get_ex_new_index macro.Joel Sing
2018-03-17Provide X509_STORE_get0_param()Theo Buehler
2018-03-17Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enumTheo Buehler
2018-03-17Provide X509_NAME_ENTRY_set()Theo Buehler
2018-03-17Fix X509_get0_pubkey() - X509_get_pubkey() is a misnamed "get1" function,Joel Sing
2018-03-17Provide X509_PUBKEY_get0() by splitting X509_PUBKEY_get() and turning itJoel Sing
2018-03-17Provide X509_REVOKED_dup().Joel Sing
2018-02-22Provide X509_chain_up_ref().Joel Sing
2018-02-22Provide X509_STORE_get0_objects(), X509_STORE_get_ex_data() andJoel Sing
2018-02-22Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL().Joel Sing
2018-02-22Provide X509_STORE_up_ref().Joel Sing
2018-02-22Provide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_get0_store().Joel Sing
2018-02-22Provide X509_get0_tbs_sigalg().Joel Sing
2018-02-22Provide X509_set1_notBefore() and X509_set1_notAfter().Joel Sing
2018-02-22Provide X509_get0_pubkey().Joel Sing
2018-02-22Provide X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate().Joel Sing
2018-02-22Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid().Joel Sing
2018-02-22Provide X509_CRL_up_ref().Joel Sing
2018-02-22Provide X509_REQ_get_signature_nid().Joel Sing
2018-02-22Provide X509_REVOKED_get0_extensions(), X509_REVOKED_get0_revocationDate()Joel Sing
2018-02-20Provide X509_NAME_get0_der().Joel Sing
2018-02-20Provide X509_REQ_get0_signature()Joel Sing
2018-02-20Provide X509_CRL_get0_{last,next}Update() and X509_CRL_get0_signature().Joel Sing
2018-02-17Provide X509_get0_extensions() and X509_get0_signature()Joel Sing
2018-02-14Provide X509_STORE_CTX_get0_{cert,untrusted}() andJoel Sing
2018-02-14Provide X509_get{0,m}_not{Before,After}().Joel Sing
2018-02-14Provide X509_get_signature_nid().Joel Sing
2018-02-10Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2Joel Sing
2017-12-09Please variable decl before code.Theo de Raadt
2017-08-27Make the symbol for ASN1_time_tm_clamp_notafter visible so libtlsBob Beck
2017-08-13Add ability to clamp a notafter to values representable in a 32 bit time_tBob Beck
2017-04-28Revert previous change that forced consistency between return value andBob Beck
2017-04-28revert previous accidental commitBob Beck
2017-04-28*** empty log message ***Bob Beck
2017-02-05Kill leak introduced with refactorBob Beck
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2017-01-21fix bogus commentBob Beck
2017-01-21Make return value of X509_verify_cert be consistent with the error code,Bob Beck
2017-01-20Rework internal_verify, mostly from OpenSSL. so we can progressBob Beck
2017-01-07Add and remove some blank lines, in order to make X509_verify_cert()Joel Sing
2017-01-07Revert part of r1.54 as there are at least two situations where we are stillJoel Sing