summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
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-01crypto: updates to pass size_t to RAND_bytes_ex()Pauli
2021-06-01rand: use size_t for size argument to RAND_bytes_ex()Pauli
2021-06-01Fix error stack for some fetch calls.Shane Lontis
2021-06-01Fix aes cfb1 so that it can operate in bit mode.Shane Lontis
2021-06-01sparc: fix cross compile buildPauli
2021-06-01ppc: fix ambiguous if if else statementPauli
2021-05-31Fix cert creation in the storeMatt Caswell
2021-05-31Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell
2021-05-31Update check_sig_alg_match() to work with provided keysMatt Caswell
2021-05-31Special case SM2 when decodingMatt Caswell
2021-05-31Fix PKCS7_verify to not have an error stack if it succeeds.Shane Lontis
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-29rand: add a strength argument to the BN and RAND RNG callsPauli
2021-05-29ec: Add PPC64 vector assembly version of p521 field operationsAmitay Isaacs
2021-05-29ec: Add run time code selection for p521 field operationsMartin Schwenke