summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-11-24ERR: Modify util/mkerr.pl to produce internal err string loadersRichard Levitte
2020-11-24Fix double-free in decoder_pkey.cPetr Gotthard
2020-11-22x509_vfy.c: Remove superfluous assignment to 'ret' in check_chain()Ankita Shetty
2020-11-20ossl_cmp_certreq_new(): Fix POPO key mismatch in case newPkey is just public keyDr. David von Oheimb
2020-11-20CMP: prevent misleading PKIStatusInfo output if not response availableDr. David von Oheimb
2020-11-20prov: move the entropy source out of the FIPS providerPauli
2020-11-20rand: move the entropy source out of the FIPS providerPauli
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli
2020-11-19Allow multiple nested marksMatt Caswell
2020-11-19Fix some warnings from clang 10 in params.cPauli
2020-11-19Allow for PKCS#12 input without MAC in p12_kiss.c and e_loader_attic.cDr. David von Oheimb
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-19Rename SHA3 internal functions so they have an ossl_ prefixPauli
2020-11-19rename sha1_ctrl to ossl_sha1_ctrl.Pauli
2020-11-19Provide side RNG functions renamed to have an ossl_ prefix.Pauli
2020-11-19rename md5_block_asm_data_order to ossl_md5_block_asm_data_orderPauli
2020-11-19Rename md5_sha1_* ossl_md5_sha1_*Pauli
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell
2020-11-18CONF: Convert one last CONFerr() to ERR_raise()Richard Levitte
2020-11-16REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius
2020-11-13BIO: Undefine UNICODE in b_addr.c to get POSIX declaration of gai_strerror()Richard Levitte
2020-11-13crypto/provider_core.c: fix a couple of faulty ERR_raise_data() callsRichard Levitte
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-13EVP: Adapt EVP_PKEY2PKCS8() to better handle provider-native keysRichard Levitte
2020-11-13Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().Shane Lontis
2020-11-12Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian
2020-11-11Do not prepend $OPENSSL_CONF_INCLUDE to absolute include pathsTomas Mraz
2020-11-11Adapt libcrypto functionality to specify the desired output structureRichard Levitte
2020-11-11ENCODER: Add tracingRichard Levitte
2020-11-11ENCODER: Add output structure support for EVP_PKEY encodingRichard Levitte
2020-11-11ENCODER: Add support for OSSL_FUNC_encoder_does_selection()Richard Levitte
2020-11-11ENCODER: Add support for specifying the outermost output structureRichard Levitte
2020-11-11OSSL_STORE: Make sure the called OSSL_DECODER knows what to expectRichard Levitte
2020-11-11PEM: Have pem_read_bio_key() set the OSSL_STORE expected typeRichard Levitte
2020-11-11Restore the legacy implementation of PEM_read_bio_DHparams()Richard Levitte
2020-11-11DH: Move the code to set the DH sub-typeRichard Levitte
2020-11-11Adapt libcrypto functionality to specify the desired input structureRichard Levitte
2020-11-11DECODER: Add tracingRichard Levitte
2020-11-11DECODER: Add input structure support for EVP_PKEY decodingRichard Levitte
2020-11-11DECODER: Add support for OSSL_FUNC_decoder_does_selection()Richard Levitte
2020-11-11DECODER: Add support for specifying the outermost input structureRichard Levitte
2020-11-11cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplateDr. David von Oheimb
2020-11-10PEM: Always use PEM_def_callback() when cb == NULL in pem_read_bio_key()Richard Levitte
2020-11-10UI: Use OPENSSL_zalloc() in general_allocate_prompt()Richard Levitte
2020-11-10Fix REF_PRINT_COUNT argument in ecx_key_freeDaniel Bevenius
2020-11-08This should fix a lock-order-inversionBernd Edlinger
2020-11-07EVP: Have all EVP_PKEY check functions export to provider if possibleRichard Levitte
2020-11-06Don't clear the whole error stack when loading enginesMatt Caswell
2020-11-06Don't clear errors on failure in CONF_modules_load_file_ex()Matt Caswell