summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add NCONF_get_section_names()Tomas Mraz2021-06-023-20/+73
* Add NCONF_get0_libctx()Rich Salz2021-06-024-4/+12
* Make conf_method_st and conf_st deprecatedRich Salz2021-06-026-0/+6
* Rename also the OSSL_PROVIDER_name() functionTomas Mraz2021-06-012-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-01126-731/+765
* Pass library context and property query into private key decodersJon Spillett2021-06-011-4/+16
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-011-33/+66
* crypto: updates to pass size_t to RAND_bytes_ex()Pauli2021-06-0110-11/+28
* rand: use size_t for size argument to RAND_bytes_ex()Pauli2021-06-011-4/+8
* Fix error stack for some fetch calls.Shane Lontis2021-06-013-3/+16
* Fix aes cfb1 so that it can operate in bit mode.Shane Lontis2021-06-011-0/+17
* sparc: fix cross compile buildPauli2021-06-011-0/+1
* ppc: fix ambiguous if if else statementPauli2021-06-011-1/+2
* Fix cert creation in the storeMatt Caswell2021-05-311-16/+15
* Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell2021-05-312-5/+45
* Update check_sig_alg_match() to work with provided keysMatt Caswell2021-05-311-4/+3
* Special case SM2 when decodingMatt Caswell2021-05-311-1/+12
* Fix PKCS7_verify to not have an error stack if it succeeds.Shane Lontis2021-05-311-4/+7
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-2935-57/+61
* rand: add a strength argument to the BN and RAND RNG callsPauli2021-05-292-27/+34
* ec: Add PPC64 vector assembly version of p521 field operationsAmitay Isaacs2021-05-293-1/+456
* ec: Add run time code selection for p521 field operationsMartin Schwenke2021-05-292-3/+35
* ec: Rename reference p521 field operations and use them via macrosMartin Schwenke2021-05-291-2/+5
* perlasm/ppc-xlate.pl: Handle rewriting of vector registersMartin Schwenke2021-05-291-6/+76
* BIO acpt_state(): Allow retrying addresses (e.g., using IPv6 vs. IPv4) on cre...Dr. David von Oheimb2021-05-291-3/+9
* DOC: Slightly improve the documentation of BIO_lookup() and related functionsDr. David von Oheimb2021-05-291-3/+3
* Add missing EVP_CTRL_CCM_SET_L controlShane Lontis2021-05-281-0/+6
* Fix PKCS12_create() so that a fetch error is not added to the error stack.Shane Lontis2021-05-281-0/+2
* Fix memory leak in OSSL_CMP_CTXPetr Gotthard2021-05-282-1/+2
* Rework and make DEBUG macros consistent.Rich Salz2021-05-2814-39/+44
* Initialise OPENSSL_armcap_P to 0 before setting it based on capabilities, not...Tom Cosgrove2021-05-281-2/+2
* coverity 1484912: Null pointer dereferences (NULL_RETURNS)Pauli2021-05-271-0/+3
* coverity 1484913: Null pointer dereferences (REVERSE_INULL)Pauli2021-05-271-3/+8
* errors: update error message (to be squashed)Pauli2021-05-272-1/+5
* rsa: check that the RNG is capable of producing a key of the specified sizePauli2021-05-271-0/+22
* rsa: remove the limit on the maximum key strengthPauli2021-05-271-3/+1
* Use "" for include crypto/xxxRich Salz2021-05-272-2/+2
* Use "" for include internal/xxxRich Salz2021-05-273-3/+3
* Use <> for #include openssl/xxxRich Salz2021-05-279-11/+9
* rsa: rename global rsaz_ sumbols so they are in namespacePauli2021-05-274-85/+85
* aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli2021-05-273-36/+36
* bn: rename extract_multiplier_2x20_win5 -> ossl_extract_multiplier_2x20_win5Pauli2021-05-272-22/+28
* bn: rename bn_check_prime_int -> ossl_bn_check_primtPauli2021-05-273-9/+9
* Deprecate old style BIO callback callsTomas Mraz2021-05-265-49/+104
* OSSL_DECODER_from_bio: Report an unsupported error when there is noneTomas Mraz2021-05-261-2/+3
* Fix possible infinite loop in pem_read_bio_key_decoder()Tomas Mraz2021-05-261-1/+8
* rsa: special case the strengths of RSA with 7680 and 15360 bitsPauli2021-05-261-8/+32
* Fix buffer overflow when generating large RSA keys in FIPS mode.Shane Lontis2021-05-261-2/+7
* err: rename err_load_xxx_strings_int functionsPauli2021-05-2640-81/+81
* mac: add a getter for the MAC block size.Pauli2021-05-251-2/+12