summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509/x509.h
AgeCommit message (Expand)Author
2021-11-10If X509_load_cert_crl_file(3) does not find any certificatesIngo Schwarze
2021-11-01Move the now internal X.509-related structs into x509_lcl.h.Theo Buehler
2021-11-01Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this isTheo Buehler
2021-10-31Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that otherTheo Buehler
2021-10-31Remove the unused X509_OBJECTS struct.Theo Buehler
2021-10-31Remove the unused X509_CERT_PAIR struct and the assicated API.Theo Buehler
2021-10-23Prepare to make many of the structs in x509.h opaque.Theo Buehler
2021-10-23Prepare to provide X509_re_X509*_tbs()Theo Buehler
2021-10-23Prepare to provide X509_SIG_get{0,m}.Theo Buehler
2021-10-22Prepare to provide X509_REQ_pubkey_get0()Theo Buehler
2021-10-21Prepare to make X509 opaque.Theo Buehler
2021-10-21Prepare to provide X509_get_X509_PUBKEY() as a function.Theo Buehler
2021-09-02Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...Job Snijders
2021-03-31Provide missing prototype for d2i_DSAPrivateKey_fp(3)Theo Buehler
2018-08-24Add const to EVP_PKCS82PKEY().Theo Buehler
2018-08-24After removing support for broken PKCS#8 formats (it was high time),Theo Buehler
2018-08-24Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()Theo Buehler
2018-08-24Provide X509_get0_serialNumber()Theo Buehler
2018-08-24Turn a number of #defines into proper functions with prototypes matchingTheo Buehler
2018-05-30Add const to both arguments of X509_certificate_type() and clean upTheo Buehler
2018-05-30Add a const qualifier to the `name' argument ofTheo Buehler
2018-05-19Add const to the obj argument of X509_NAME_add_entry_by_OBJ()Theo Buehler
2018-05-19Add const to the 'obj' argument of X509_EXTENSION_create_by_OBJ().Theo Buehler
2018-05-18Add const to the 'x' and 'obj' arguments of:Theo Buehler
2018-05-18Add const to both arguments of X509_check_private_key(3).Theo Buehler
2018-05-18Add const to the argument of X509_ATTRIBUTE_count(3).Theo Buehler
2018-05-18Add const qualifiers to the name and xp arguments of X509_TRUST_add(3),Theo Buehler
2018-05-18Add const qualifiers to the x and obj qualifiers ofTheo Buehler
2018-05-18Add a const qualifier to the 'X509_NAME *' argument ofTheo Buehler
2018-05-18Add const to the 'name' argument of X509_NAME_oneline(3).Theo Buehler
2018-05-18Add const to the 'obj' argument of X509_NAME_get_text_by_OBJ(3).Theo Buehler
2018-05-18Add a const qualififer to the 'name' argument of X509_NAME_get_entry(3)Theo Buehler
2018-05-18Add const to the argument of X509_NAME_entry_count().Theo Buehler
2018-05-18The 'bytes' arguments of X509_NAME_add_entry_by_NID(3) andTheo Buehler
2018-05-18Add a const qualifier to the 'X509_NAME_ENTRY *ne' argument ofTheo Buehler
2018-05-18Add const to the argument of X509_NAME_ENTRY_get_data(3).Theo Buehler
2018-05-18Add const qualifiers to the 'obj' and 'bytes' arguments ofTheo Buehler
2018-05-18X509_EXTENSION_get_critical(3) now takes a 'const ASN1_OBJECT *obj' andTheo Buehler
2018-05-18Add const qualifiers to the X509_CRL *x and ASN1_OBJECT *obj arguments ofTheo Buehler
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-03-17Provide X509_NAME_ENTRY_set()Theo Buehler
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_get0_tbs_sigalg().Joel Sing
2018-02-22Provide X509_set1_notBefore() and X509_set1_notAfter().Joel Sing