summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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-08Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell
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-07Elimination of some sources not needed in the FIPS_MODULETomas Mraz
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-05property: Add functionality to query data from a property definitionRichard 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-02Add internal get_number functions to internal headersPauli
2021-06-02add internal get_number functons to crypto/evp.hPauli
2021-06-02x509: remove TODOsPauli
2021-06-02asn.1: 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
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01Pass library context and property query into private key decodersJon Spillett
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett
2021-06-01rand: use size_t for size argument to RAND_bytes_ex()Pauli
2021-06-01Fix aes cfb1 so that it can operate in bit mode.Shane Lontis
2021-06-01sparc: fix cross compile buildPauli
2021-05-31Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell
2021-05-29rand: add a strength argument to the BN and RAND RNG callsPauli
2021-05-28Rework and make DEBUG macros consistent.Rich Salz
2021-05-27Fix OCSP_sendreq_nbio arg orderjwalch
2021-05-27errors: update error message (to be squashed)Pauli
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-27aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-25mac: add a getter for the MAC block size.Pauli
2021-05-24Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett
2021-05-24Add PBKDF1 to the legacy providerJon Spillett