summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove engine_table_select_intRich Salz2021-05-2511-15/+22
* Fix warning in gf_serializeJuergen Christ2021-05-241-1/+1
* Don't try the same decoder multiple timesMatt Caswell2021-05-241-26/+42
* Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett2021-05-242-21/+36
* Add PBKDF1 to the legacy providerJon Spillett2021-05-241-44/+34
* Remove some perl 5.14 use from rsaz-avx512.plMatt Caswell2021-05-241-2/+4
* Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis2021-05-2417-275/+291
* Fix a memleak in the FIPS providerMatt Caswell2021-05-242-7/+13
* core: condition out more in FIPS buildsPauli2021-05-241-0/+4
* property: convert integers to strings properly.Pauli2021-05-221-3/+7
* Properly restore XMM registers in ChaCha20's AVX-512(VL) assemblyJean-Philippe Boivin2021-05-211-10/+42
* pem_read_bio_key_legacy: Do not obscure real error if there is oneTomas Mraz2021-05-211-1/+2
* Update copyright yearMatt Caswell2021-05-2016-16/+16
* EVP: Modify EVP_PKEY_export() to handle legacy EVP_PKEYsRichard Levitte2021-05-201-0/+35
* Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte2021-05-206-21/+23
* Update documentation for global properties mirroringMatt Caswell2021-05-201-4/+4
* Ensure mirroring of properties works for subsequent updatesMatt Caswell2021-05-204-17/+62
* Add a callback for providers to know about global properties changesMatt Caswell2021-05-203-2/+88
* Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell2021-05-204-2/+186