summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte2021-06-111-2/+2
* Optimize session cache flushingTodd Short2021-06-101-0/+1
* sha: convert SHA one shot macros back to being functionsPauli2021-06-101-11/+5
* Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell2021-06-082-0/+6
* Move trust-related decls from x509.h.in to x509_vfy.h.inDr. David von Oheimb2021-06-082-72/+67
* x509.h.in: extended 'documenting' comment on X509_TRUST_OK_ANY_EKUDr. David von Oheimb2021-06-081-1/+1
* X509_STORE_CTX_new.pod and x509_vfy.h.in: rename some params for clarity, imp...Dr. David von Oheimb2021-06-081-4/+4
* Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis2021-06-081-0/+1
* Elimination of some sources not needed in the FIPS_MODULETomas Mraz2021-06-071-1/+1
* PROV: drop get_params() and gettable_params() from all encoder implementatioRichard Levitte2021-06-051-2/+0
* ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2021-06-052-3/+0
* PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte2021-06-051-2/+0
* DECODER: use property definitions instead of getting implementation parametersRichard Levitte2021-06-051-0/+1
* property: Add functionality to query data from a property definitionRichard Levitte2021-06-051-0/+15
* Add documentation for newly added ASN1 functionsMatt Caswell2021-06-051-1/+1
* Give ASN.1 objects the ability to report their libctx/propqMatt Caswell2021-06-051-0/+2
* Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell2021-06-051-1/+2
* Teach more of the ASN.1 code about libctx/propqMatt Caswell2021-06-052-2/+15
* Teach the ASN.1 code how to create embedded objects with libctx/propqMatt Caswell2021-06-052-0/+5
* Provide the ability to create an X509_PUBKEY with a libctx/propqMatt Caswell2021-06-051-0/+1
* Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz2021-06-045-10/+42
* Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconstRichard Levitte2021-06-031-0/+6
* Disable tracing within the FIPS moduleJon Spillett2021-06-031-2/+2
* libcrypto: make XXX_get_number() internalPauli2021-06-025-13/+0
* Add internal get_number functions to internal headersPauli2021-06-023-0/+4
* add internal get_number functons to crypto/evp.hPauli2021-06-021-0/+12
* x509: remove TODOsPauli2021-06-021-5/+4
* asn.1: remove TODOsPauli2021-06-021-4/+0
* Add NCONF_get_section_names()Tomas Mraz2021-06-021-1/+2
* Add NCONF_get0_libctx()Rich Salz2021-06-021-0/+1
* Make conf_method_st and conf_st deprecatedRich Salz2021-06-022-23/+47
* Rename also the OSSL_PROVIDER_name() functionTomas Mraz2021-06-011-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-017-110/+143
* Pass library context and property query into private key decodersJon Spillett2021-06-011-0/+4
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-011-0/+5
* rand: use size_t for size argument to RAND_bytes_ex()Pauli2021-06-014-3/+5
* Fix aes cfb1 so that it can operate in bit mode.Shane Lontis2021-06-011-0/+1
* sparc: fix cross compile buildPauli2021-06-012-10/+10
* Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell2021-05-311-14/+15
* rand: add a strength argument to the BN and RAND RNG callsPauli2021-05-292-8/+21
* Rework and make DEBUG macros consistent.Rich Salz2021-05-283-15/+9
* Fix OCSP_sendreq_nbio arg orderjwalch2021-05-271-1/+1
* errors: update error message (to be squashed)Pauli2021-05-272-1/+2
* Use <> for #include openssl/xxxRich Salz2021-05-272-5/+5
* aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli2021-05-271-12/+13
* Deprecate old style BIO callback callsTomas Mraz2021-05-261-6/+10
* err: rename err_load_xxx_strings_int functionsPauli2021-05-2637-38/+38
* mac: add a getter for the MAC block size.Pauli2021-05-252-0/+2
* Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett2021-05-241-0/+4
* Add PBKDF1 to the legacy providerJon Spillett2021-05-241-0/+1