summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-06-07Elimination of some sources not needed in the FIPS_MODULETomas Mraz
2021-06-05property: move additional query functions to property_query.cPauli
2021-06-05property: improve ossl_property_find_property() functionPauli
2021-06-05Rename `n` field to `num_properties` in property definition structure.Pauli
2021-06-05ENCODER: use property definitions instead of getting implementation parametersRichard Levitte
2021-06-05ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard 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-05FIPS: don't include crypto/passphrase.c in libfips.aRichard Levitte
2021-06-05Ensure libctx/propq is propagated when handling X509_REQMatt Caswell
2021-06-05Give ASN.1 objects the ability to report their libctx/propqMatt Caswell
2021-06-05Make sure X509_dup() also dup's any associated EVP_PKEYMatt Caswell
2021-06-05Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell
2021-06-05Use the new ASN.1 libctx aware functions in CMSMatt 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-04Check that we got the expected name type when verifying name constraintsMatt Caswell
2021-06-04Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz
2021-06-03Teach ASN1_item_verify_ctx() how to handle provided keysMatt Caswell
2021-06-03OPENSSL_init_crypto must return 0 when cleanup was doneTomas Mraz
2021-06-03Check the return value of ASN1_STRING_lengthbonniegong
2021-06-03Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconstRichard Levitte
2021-06-03Fix errors found by parfait static analyser.Shane Lontis
2021-06-03rsa: make the maximum key strength check FIPS only.Pauli
2021-06-02store: include internal headerPauli
2021-06-02libcrypto: make XXX_get_number() internalPauli
2021-06-02crypto: remove TODOsPauli
2021-06-02http: remove TODOsPauli
2021-06-02evp: remove TODOsPauli
2021-06-02err: remove TODOsPauli
2021-06-02ec: remove TODOsPauli
2021-06-02dso: remove TODOsPauli
2021-06-02bn: remove TODOsPauli
2021-06-02rsa: remove TODOsPauli
2021-06-02store: remove TODOsPauli
2021-06-02pem: remove TODOsPauli
2021-06-02ocsp: remove TODOsPauli
2021-06-02ct: remove TODOsPauli
2021-06-02crmf: remove TODOsPauli
2021-06-02comp: remove TODOsPauli
2021-06-02cms: remove TODOsPauli
2021-06-02cmp: remove TODOsPauli
2021-06-02x509: remove TODOsPauli
2021-06-02bio: 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