summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-11-27X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb
2020-11-27EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-11-27Update bio_ok.cihsinme
2020-11-27Deprecate more DH functionsMatt Caswell
2020-11-27Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell
2020-11-27Deprecate DH_new as well as i2d_DHparams and d2i_DHparamsMatt Caswell
2020-11-27ERR: Restore the similarity of ERR_print_error_cb() and ERR_error_string_n()Richard Levitte
2020-11-27Fix EVP_CIPHER_CTX_set_padding for legacy pathShane Lontis
2020-11-26EVP: don't touch the lock for evp_pkey_downgradeDaniel Bevenius
2020-11-26Fix regression in EVP_DigestInit_ex: crash when called with NULL typeTomas Mraz
2020-11-26EVP_DigestFinalXOF must not reset the EVP_MD_CTXTomas Mraz
2020-11-26Update copyright yearMatt Caswell
2020-11-25Don't forget the datatype when decoding a PEM fileMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte
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