summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop including ecdsa.h and ecdh.h internallytb2023-07-281-7/+1
* Remove NETSCAPE_CERT_SEQUENCEtb2023-04-251-17/+1
* Mark NETSCAPE_CERT_SEQUENCE for removaltb2023-04-241-2/+6
* Sort X.509 error reasons, use next available error value, and alignjob2023-04-241-2/+2
* Add compliance checks for the X.509 version fieldjob2023-04-231-1/+2
* Bring includes into canonical ordertb2023-04-181-19/+15
* Move some includes out of OPENSSL_NO_DEPRECATEDtb2023-04-181-3/+1
* Expose X509_CRL_get0_sigalg() and X509_get0_uidstb2023-03-101-5/+1
* Introduce X509_get0_uids() accessor functionjob2023-02-231-1/+5
* Prepare to provide X509_CRL_get0_sigalg()tb2022-12-261-1/+5
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* Remove mkerr.pl remnants from LibreSSLkn2022-07-121-5/+1
* Remove a few unused defines from x509.htb2022-01-101-6/+1
* If X509_load_cert_crl_file(3) does not find any certificatesschwarze2021-11-101-1/+2
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-209/+7
* Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this istb2021-11-011-14/+1
* Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that othertb2021-10-311-12/+12
* Remove the unused X509_OBJECTS struct.tb2021-10-311-8/+1
* Remove the unused X509_CERT_PAIR struct and the assicated API.tb2021-10-311-12/+1
* Prepare to make many of the structs in x509.h opaque.tb2021-10-231-76/+86
* Prepare to provide X509_re_X509*_tbs()tb2021-10-231-1/+11
* Prepare to provide X509_SIG_get{0,m}.tb2021-10-231-1/+8
* Prepare to provide X509_REQ_pubkey_get0()tb2021-10-221-1/+4
* Prepare to make X509 opaque.tb2021-10-211-4/+7
* Prepare to provide X509_get_X509_PUBKEY() as a function.tb2021-10-211-4/+6
* Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...job2021-09-021-1/+5
* Provide missing prototype for d2i_DSAPrivateKey_fp(3)tb2021-03-311-1/+2
* Add const to EVP_PKCS82PKEY().tb2018-08-241-2/+2
* After removing support for broken PKCS#8 formats (it was high time),tb2018-08-241-8/+5
* Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()tb2018-08-241-13/+8
* Provide X509_get0_serialNumber()tb2018-08-241-1/+2
* Turn a number of #defines into proper functions with prototypes matchingtb2018-08-241-15/+14
* Add const to both arguments of X509_certificate_type() and clean uptb2018-05-301-2/+2
* Add a const qualifier to the `name' argument oftb2018-05-301-3/+4
* Add const to the obj argument of X509_NAME_add_entry_by_OBJ()tb2018-05-191-3/+3
* Add const to the 'obj' argument of X509_EXTENSION_create_by_OBJ().tb2018-05-191-2/+2
* Add const to the 'x' and 'obj' arguments of:tb2018-05-181-7/+8
* Add const to both arguments of X509_check_private_key(3).tb2018-05-181-2/+2
* Add const to the argument of X509_ATTRIBUTE_count(3).tb2018-05-181-2/+2
* Add const qualifiers to the name and xp arguments of X509_TRUST_add(3),tb2018-05-181-5/+5
* Add const qualifiers to the x and obj qualifiers oftb2018-05-181-10/+15
* Add a const qualifier to the 'X509_NAME *' argument oftb2018-05-181-4/+6
* Add const to the 'name' argument of X509_NAME_oneline(3).tb2018-05-181-2/+2
* Add const to the 'obj' argument of X509_NAME_get_text_by_OBJ(3).tb2018-05-181-3/+3
* Add a const qualififer to the 'name' argument of X509_NAME_get_entry(3)tb2018-05-181-4/+4
* Add const to the argument of X509_NAME_entry_count().tb2018-05-181-2/+2
* The 'bytes' arguments of X509_NAME_add_entry_by_NID(3) andtb2018-05-181-3/+3
* Add a const qualifier to the 'X509_NAME_ENTRY *ne' argument oftb2018-05-181-2/+2
* Add const to the argument of X509_NAME_ENTRY_get_data(3).tb2018-05-181-2/+2
* Add const qualifiers to the 'obj' and 'bytes' arguments oftb2018-05-181-5/+5