aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/base.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-02Disable `-Wcast-function-type-strict` for `BORINGSSL_DEFINE_STACK_OF_IMPL.`Brian Ledger1-0/+7
2024-03-07Add an SSL_CREDENTIAL API for ECDSA/RSA and delegated credentialsDavid Benjamin1-1/+2
2024-03-07Rename CRYPTO_get_ex_new_index to CRYPTO_get_ex_new_index_exDavid Benjamin1-1/+1
2024-02-15Unexport most of X509_TRUST and X509_PURPOSE and simplifyDavid Benjamin1-1/+1
2024-02-14Move signature_verify_cache.h to openssl/pki as public apiBob Beck1-1/+1
2023-12-14Change certificate depth limit to match OpenSSL and documentDavid Benjamin1-1/+1
2023-12-06Document or unexport some more of x509.hDavid Benjamin1-0/+1
2023-11-30Pull the string-based extensions APIs into their own sectionDavid Benjamin1-0/+1
2023-11-29Implement the old FIPS 186-2 PRFDavid Benjamin1-1/+1
2023-09-12Add support for the new ALPS codepointVictor Tan1-1/+1
2023-08-16Make a BSSL_CHECK that always abortsBob Beck1-0/+8
2023-08-01Restore OPENSSL_RAND_TRUSTYDavid Benjamin1-1/+1
2023-07-24Use a stub fopen implementation when OPENSSL_NO_FILESYSTEM is setDavid Benjamin1-1/+1
2023-07-11Entropy changes for trusty and windows.Bob Beck1-1/+1
2023-06-22Consistently include BTI markers in every assembly fileDavid Benjamin1-123/+1
2023-06-20Start recognizing the OPENSSL_NANOLIBC defineDavid Benjamin1-0/+8
2023-06-08Add SSL_CIPHER_get_handshake_digestDavid Benjamin1-1/+1
2023-05-31Align NIDs vs group IDs in TLS group APIsDavid Benjamin1-1/+1
2023-05-11OpenBSD SupportBob Beck1-0/+4
2023-05-08Add APIs to query a list of possible strings for TLS featuresDavid Benjamin1-1/+1
2023-05-01Add new APIs for creating RSA keysDavid Benjamin1-1/+1
2023-04-21Add mechanism for deprecated declarations.Bob Beck1-0/+27
2023-03-29Const-correct sk_FOO_cmp_funcDavid Benjamin1-1/+1
2023-03-07Remove EVP_PKEY_ASN1_METHOD and EVP_PKEY_METHOD from public headersDavid Benjamin1-2/+0
2023-01-27Remove support for ppc64le.David Benjamin1-3/+0
2023-01-26Use the same Deleter across all bssl::UniquePtr<T>.David Benjamin1-2/+2
2022-11-14Define CBS/CBB tags as uint32_t with a typedef.David Benjamin1-0/+4
2022-11-14Introduce ossl_ssize_t and use it in ASN1_STRING_set.David Benjamin1-0/+9
2022-08-24Clean up header to reuse __riscv definitionRebecca Chang Swee Fun1-3/+1
2022-08-02Define NR_getrandom for riscv64Mao Han1-0/+1
2022-07-26Expose the CTR_DRBG API.Adam Langley1-0/+1
2022-07-15Unexport all low-level policy machinery.David Benjamin1-4/+0
2022-06-15Rewrite SSL_add_file_cert_subjects_to_stackDavid Benjamin1-1/+1
2022-06-08Add support for RISC-V 64-bit architectureRebecca Chang Swee Fun1-0/+2
2022-05-24Remove X509_CRL_METHOD.David Benjamin1-1/+0
2022-05-13Declare EVP_AEAD_CTX in base.h, like other typedefs.Adam Langley1-0/+1
2022-03-18Unexport X509_CERT_AUX and remove X509_CERT_AUX.otherDavid Benjamin1-1/+0
2022-03-07Add an explicit indefinite-length output to CBS_get_any_ber_asn1_element.David Benjamin1-1/+1
2021-10-21Fully unexport X509_VAL.David Benjamin1-1/+0
2021-10-07Forward-declare SSL_CLIENT_HELLO.David Benjamin1-0/+1
2021-10-05Make ASN1_NULL an opaque pointer.David Benjamin1-1/+4
2021-09-10Add maskHash to RSA_PSS_PARAMS for compatShelley Vohr1-0/+1
2021-09-07Check for __TRUSTY__ instead of TRUSTY.David Benjamin1-2/+2
2021-08-31Make most of crypto/x509 opaque.David Benjamin1-1/+2
2021-07-15Make X509_CRL opaque.David Benjamin1-1/+0
2021-06-14Add an option to permute ClientHello extension order.David Benjamin1-1/+1
2021-06-10Rename SSL_ECH_SERVER_CONFIG_LIST to SSL_ECH_KEYS.David Benjamin1-1/+1
2021-06-10Add move support to EVP_MD_CTX.David Benjamin1-2/+33
2021-06-02Cite an RFC over 9000 (draft-ietf-quic-tls is now RFC 9001).David Benjamin1-1/+1
2021-05-18Make X509_REQ and X509_REQ_INFO opaque.David Benjamin1-1/+0