summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis
2021-05-24Fix a memleak in the FIPS providerMatt Caswell
2021-05-24core: condition out more in FIPS buildsPauli
2021-05-20Update copyright yearMatt Caswell
2021-05-20Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte
2021-05-20Ensure mirroring of properties works for subsequent updatesMatt Caswell
2021-05-20Add a callback for providers to know about global properties changesMatt Caswell
2021-05-20Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell
2021-05-19Fix include/internal/sockets.h for VMSRichard Levitte
2021-05-19Fix include/openssl/e_os2.h for VMSRichard Levitte
2021-05-19Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary inputDr. David von Oheimb
2021-05-19bio_lib: Add BIO_get_line, correct doc of BIO_getsDr. David von Oheimb
2021-05-18Better error messages if there are no encoders/decoders/store loadersMatt Caswell
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-17Fix a use-after-free in the child provider codeMatt Caswell
2021-05-15Init the child providers immediately on creation of the child libctxMatt Caswell
2021-05-14Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb
2021-05-14HTTP client: Allow streaming of response data (with possibly indefinite length)Dr. David von Oheimb
2021-05-14HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb
2021-05-14Slightly reformat ssl.h.inRich Salz
2021-05-14Convert SSL_{CTX}_[gs]et_options to 64Rich Salz
2021-05-13Replace EVP_PKEY_supports_digest_nidTomas Mraz
2021-05-13Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NIDTomas Mraz
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-05-12make updateBenjamin Kaduk
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-12Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb
2021-05-12encoder: add a _name() function for encoders and decodersPauli
2021-05-12Add OID for RPKI id-ct-signedChecklistJob Snijders
2021-05-11Don't convert pre-existing providers into childrenMatt Caswell