summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expose X509_get_signature_infotb2024-08-311-3/+1
* Make X509at_* API internaltb2024-08-311-21/+1
* Remove EVP_PKEY.*attr* APItb2024-08-311-19/+1
* Remove X509_REQ_{set,get}_extension_nids()tb2024-08-311-3/+1
* Make X509_VAL opaquetb2024-08-311-5/+2
* Remove X509_check_trust() and some related definestb2024-08-311-19/+1
* Implement X509_get_signature_info()tb2024-08-281-1/+9
* piuid, psuid -> issuerUID, subjectUIDtb2024-06-121-3/+3
* Remove X509_CRL_METHOD APItb2024-03-021-13/+1
* Make X509_CERT_AUX internaltb2024-03-021-9/+1
* Remove X509_TRUST from the public APItb2024-03-021-12/+1
* Remove DECLARE_STACK_OF(X509_TRUST)tb2024-03-021-3/+1
* Remove unused public X509_TRUST APItb2024-03-021-12/+1
* Remove X509_ALGOR_set_md()tb2024-03-021-4/+1
* Remove more PBE stuff from the public APItb2024-03-021-15/+1
* Remove most PBEPARAM stuff from public visibilitytb2024-03-021-32/+1
* Fix a few bizarre line wraps in x509.htb2023-11-021-8/+5
* Hide X509_ALGOR_set_md() for LIBRESSL_INTERNALtb2023-10-261-1/+3
* 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