aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte37-126/+191
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte4-73/+176
2020-11-24ERR: Modify util/mkerr.pl to produce internal err string loadersRichard Levitte1-49/+43
2020-11-24Fix double-free in decoder_pkey.cPetr Gotthard1-1/+1
2020-11-22x509_vfy.c: Remove superfluous assignment to 'ret' in check_chain()Ankita Shetty1-4/+1
2020-11-20ossl_cmp_certreq_new(): Fix POPO key mismatch in case newPkey is just public keyDr. David von Oheimb1-1/+6
2020-11-20CMP: prevent misleading PKIStatusInfo output if not response availableDr. David von Oheimb1-0/+1
2020-11-20prov: move the entropy source out of the FIPS providerPauli2-5/+0
2020-11-20rand: move the entropy source out of the FIPS providerPauli8-10/+91
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli1-0/+412
2020-11-19Allow multiple nested marksMatt Caswell2-5/+6
2020-11-19Fix some warnings from clang 10 in params.cPauli1-8/+44
2020-11-19Allow for PKCS#12 input without MAC in p12_kiss.c and e_loader_attic.cDr. David von Oheimb1-1/+2
2020-11-18Deprecate RSA harderRichard Levitte12-48/+81
2020-11-19Rename SHA3 internal functions so they have an ossl_ prefixPauli1-7/+7
2020-11-19rename sha1_ctrl to ossl_sha1_ctrl.Pauli2-4/+5
2020-11-19Provide side RNG functions renamed to have an ossl_ prefix.Pauli1-1/+1
2020-11-19rename md5_block_asm_data_order to ossl_md5_block_asm_data_orderPauli5-18/+18
2020-11-19Rename md5_sha1_* ossl_md5_sha1_*Pauli2-9/+9
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell2-10/+1
2020-11-18CONF: Convert one last CONFerr() to ERR_raise()Richard Levitte1-1/+1
2020-11-16REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius1-1/+1
2020-11-13BIO: Undefine UNICODE in b_addr.c to get POSIX declaration of gai_strerror()Richard Levitte1-0/+10
2020-11-13crypto/provider_core.c: fix a couple of faulty ERR_raise_data() callsRichard Levitte1-2/+2
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte50-364/+271
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte364-3697/+3392
2020-11-13EVP: Adapt EVP_PKEY2PKCS8() to better handle provider-native keysRichard Levitte1-19/+51
2020-11-13Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().Shane Lontis1-27/+0
2020-11-12Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian1-0/+1426
2020-11-11Do not prepend $OPENSSL_CONF_INCLUDE to absolute include pathsTomas Mraz1-2/+9
2020-11-11Adapt libcrypto functionality to specify the desired output structureRichard Levitte9-133/+142
2020-11-11ENCODER: Add tracingRichard Levitte3-6/+84
2020-11-11ENCODER: Add output structure support for EVP_PKEY encodingRichard Levitte2-205/+280
2020-11-11ENCODER: Add support for OSSL_FUNC_encoder_does_selection()Richard Levitte2-0/+6
2020-11-11ENCODER: Add support for specifying the outermost output structureRichard Levitte2-21/+64
2020-11-11OSSL_STORE: Make sure the called OSSL_DECODER knows what to expectRichard Levitte1-7/+32
2020-11-11PEM: Have pem_read_bio_key() set the OSSL_STORE expected typeRichard Levitte1-0/+3
2020-11-11Restore the legacy implementation of PEM_read_bio_DHparams()Richard Levitte2-61/+44
2020-11-11DH: Move the code to set the DH sub-typeRichard Levitte2-5/+7
2020-11-11Adapt libcrypto functionality to specify the desired input structureRichard Levitte2-13/+7
2020-11-11DECODER: Add tracingRichard Levitte3-2/+39
2020-11-11DECODER: Add input structure support for EVP_PKEY decodingRichard Levitte1-4/+60
2020-11-11DECODER: Add support for OSSL_FUNC_decoder_does_selection()Richard Levitte2-0/+6
2020-11-11DECODER: Add support for specifying the outermost input structureRichard Levitte2-5/+75
2020-11-11cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplateDr. David von Oheimb1-3/+4
2020-11-10PEM: Always use PEM_def_callback() when cb == NULL in pem_read_bio_key()Richard Levitte1-5/+2
2020-11-10UI: Use OPENSSL_zalloc() in general_allocate_prompt()Richard Levitte1-1/+1
2020-11-10Fix REF_PRINT_COUNT argument in ecx_key_freeDaniel Bevenius1-1/+1
2020-11-08This should fix a lock-order-inversionBernd Edlinger1-2/+3
2020-11-07EVP: Have all EVP_PKEY check functions export to provider if possibleRichard Levitte1-36/+41