summaryrefslogtreecommitdiffstats
path: root/include/openssl
AgeCommit message (Expand)Author
2021-07-29Fix dtls timeout dead codeyangyangtiantianlonglong
2021-07-29Update copyright yearMatt Caswell
2021-07-27Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell
2021-07-27ECDSA_SIG_set0: r and s parameters cannot be NULLTomas Mraz
2021-07-26EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte
2021-07-20err: remove the derivation function is mandatory for FIPS error message since...Pauli
2021-07-15evp: constify some OSSL_PARAM argumentsPauli
2021-07-14Fix OSSL_TRACE9 missing arg9Syrone Wong
2021-07-11Fix legacy OCSP_REQ_CTX_http() function to expect ASN.1 formatted inputDr. David von Oheimb
2021-07-06err: remove ERR_GET_FUNC()Pauli
2021-06-30OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb
2021-06-30CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb
2021-06-24trace: Do not produce dead code calling BIO_printf if disabledTomas Mraz
2021-06-24err: add unable to get lock errorsPauli
2021-06-23EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-22Fix definition of ossl_intmax_t and ossl_uintmax_tRichard Levitte
2021-06-22Change self test for AES_CGM to perform both an encrypt and decrypt.Shane Lontis
2021-06-19include: replace tabs with spaces in headersPauli
2021-06-17Update copyright yearMatt Caswell
2021-06-16HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb
2021-06-16X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb
2021-06-16Add various OBJ functions as callbacksMatt Caswell
2021-06-11Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarityDr. David von Oheimb
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-06-11STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte
2021-06-10Optimize session cache flushingTodd Short
2021-06-10sha: convert SHA one shot macros back to being functionsPauli
2021-06-08Move trust-related decls from x509.h.in to x509_vfy.h.inDr. David von Oheimb
2021-06-08x509.h.in: extended 'documenting' comment on X509_TRUST_OK_ANY_EKUDr. David von Oheimb
2021-06-08X509_STORE_CTX_new.pod and x509_vfy.h.in: rename some params for clarity, imp...Dr. David von Oheimb
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis
2021-06-05PROV: drop get_params() and gettable_params() from all encoder implementatioRichard Levitte
2021-06-05ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte
2021-06-05PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte
2021-06-05DECODER: use property definitions instead of getting implementation parametersRichard Levitte
2021-06-05Add documentation for newly added ASN1 functionsMatt Caswell
2021-06-05Give ASN.1 objects the ability to report their libctx/propqMatt Caswell
2021-06-05Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell
2021-06-05Teach more of the ASN.1 code about libctx/propqMatt Caswell
2021-06-05Teach the ASN.1 code how to create embedded objects with libctx/propqMatt Caswell
2021-06-05Provide the ability to create an X509_PUBKEY with a libctx/propqMatt Caswell
2021-06-04Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz
2021-06-03Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconstRichard Levitte
2021-06-03Disable tracing within the FIPS moduleJon Spillett
2021-06-02libcrypto: make XXX_get_number() internalPauli
2021-06-02x509: remove TODOsPauli
2021-06-02Add NCONF_get_section_names()Tomas Mraz
2021-06-02Add NCONF_get0_libctx()Rich Salz
2021-06-02Make conf_method_st and conf_st deprecatedRich Salz
2021-06-01Rename also the OSSL_PROVIDER_name() functionTomas Mraz