summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2021-05-29ec: Rename reference p521 field operations and use them via macrosMartin Schwenke
2021-05-29perlasm/ppc-xlate.pl: Handle rewriting of vector registersMartin Schwenke
2021-05-29BIO acpt_state(): Allow retrying addresses (e.g., using IPv6 vs. IPv4) on cre...Dr. David von Oheimb
2021-05-29DOC: Slightly improve the documentation of BIO_lookup() and related functionsDr. David von Oheimb
2021-05-28Add missing EVP_CTRL_CCM_SET_L controlShane Lontis
2021-05-28Fix PKCS12_create() so that a fetch error is not added to the error stack.Shane Lontis
2021-05-28Fix memory leak in OSSL_CMP_CTXPetr Gotthard
2021-05-28Rework and make DEBUG macros consistent.Rich Salz
2021-05-28Initialise OPENSSL_armcap_P to 0 before setting it based on capabilities, not...Tom Cosgrove
2021-05-27coverity 1484912: Null pointer dereferences (NULL_RETURNS)Pauli
2021-05-27coverity 1484913: Null pointer dereferences (REVERSE_INULL)Pauli
2021-05-27errors: update error message (to be squashed)Pauli
2021-05-27rsa: check that the RNG is capable of producing a key of the specified sizePauli
2021-05-27rsa: remove the limit on the maximum key strengthPauli
2021-05-27Use "" for include crypto/xxxRich Salz
2021-05-27Use "" for include internal/xxxRich Salz
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-27rsa: rename global rsaz_ sumbols so they are in namespacePauli
2021-05-27aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli
2021-05-27bn: rename extract_multiplier_2x20_win5 -> ossl_extract_multiplier_2x20_win5Pauli
2021-05-27bn: rename bn_check_prime_int -> ossl_bn_check_primtPauli
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-26OSSL_DECODER_from_bio: Report an unsupported error when there is noneTomas Mraz
2021-05-26Fix possible infinite loop in pem_read_bio_key_decoder()Tomas Mraz
2021-05-26rsa: special case the strengths of RSA with 7680 and 15360 bitsPauli
2021-05-26Fix buffer overflow when generating large RSA keys in FIPS mode.Shane Lontis
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-25mac: add a getter for the MAC block size.Pauli
2021-05-25Remove engine_table_select_intRich Salz
2021-05-24Fix warning in gf_serializeJuergen Christ
2021-05-24Don't try the same decoder multiple timesMatt Caswell
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