summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-09-01Remove a redundant point mul from ossl_ec_key_public_check()Matt Caswell
2023-09-01powerpc: ecc: Fix stack allocation secp384r1 asmRohan McLure
2023-09-01ecc: Remove extraneous parentheses in secp384r1Rohan McLure
2023-08-31OPENSSL_init_crypto load config into initial global default library contextIngo Franzki
2023-08-31ecp_sm2p256-armv8.pl: Copy the argument handling from ecp_nistz256-armv8.plTomas Mraz
2023-08-30OSSL_PROVIDER_load_exDmitry Belyavskiy
2023-08-30Correct the fixed size handling for dgram_pair and dgram_memTomas Mraz
2023-08-30make updateHugo Landau
2023-08-30QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-28Resolve assembler complains when including loongarch_arch.hMin Zhou
2023-08-25QUIC APL: Fix stream backpressure conditions to use non-I/O errorsHugo Landau
2023-08-25QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-25Changed the default value of the "ess_cert_id_alg" optionolszomal
2023-08-24Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign()Ingo Franzki
2023-08-24ctrl_params_translate: Allow get_rsa_payload_x() also for RSA-PSSIngo Franzki
2023-08-24ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki
2023-08-24Optimize SM2 on aarch64Xu Yizhou
2023-08-23QUIC: Add ERR_raise() calls for EVP call failuresTomas Mraz
2023-08-23Fix a leak in ossl_encode_ctx_setup_for_pkeyMatt Caswell
2023-08-18ossl_x509_store_ctx_get_by_subject(): Check return value of X509_STORE_lock()Tomas Mraz
2023-08-18cmp_genm.c: Remove superfluous store_ctx != 0 checkTomas Mraz
2023-08-18Add two missing entries to the OCSP CRLReason tableRob Stradling
2023-08-17Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasonsvl-loz
2023-08-17Fix a leak in an error path when duplicating an OSSL_DECODER_CTX.Matt Caswell
2023-08-17issue-21718: remove setting of PTHREAD_MUTEX_NORMALNeil Horman
2023-08-16Fix decoders so that they use the passed in propq.slontis
2023-08-16Check i2d_X509_NAME return in X509_NAME_hash_ex/old3lswear
2023-08-15Fix a leak in an error path in OSSL_DECODER_CTX_new_for_pkey()Matt Caswell
2023-08-15Remove include/internal/decoder.h, as it's superfluousRichard Levitte
2023-08-14Don't call ossl_assert on the result of bn_wexpandMatt Caswell
2023-08-10OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request()}: backward compat w.r.t...Dr. David von Oheimb
2023-08-10Fix an init-deadlock in OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS)Bernd Edlinger
2023-08-10Don't use C++ reserved word template for function argumentsMscVZoltan
2023-08-10Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_freeOlga Batyshkina
2023-08-09Fix ChaCha assembly code on 32-bit HPUX itanium systemsBernd Edlinger
2023-08-08Fix handling of the "0:" label in arm-xlate.plTom Cosgrove
2023-08-08QUIC TLS: Rethink error handlingHugo Landau
2023-08-08QUIC CHANNEL: Improve error reportingHugo Landau
2023-08-04asn1: add ASN1_STRING_set() check resultatishkov
2023-08-04bio: pass flags on BIO_ctrl to make flush retriableihciah
2023-08-04ec: powerpc64le: Add asm implementation of felem_{square,mul}Rohan McLure
2023-08-04ec: 56-bit Limb Solinas' Strategy for secp384r1Rohan McLure
2023-08-04ec: Use static linkage on nistp521 felem_{square,mul} wrappersRohan McLure
2023-08-04When exporting/importing decoded keys do not use 0 as selectionTomas Mraz
2023-08-04no_autoload: make the no-autoload-config option work again.Pauli
2023-08-03crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with error result of ossl_cm...Dr. David von Oheimb
2023-08-01The PEM_read_bio_Parameters() function should not ask for a passwordMatt Caswell
2023-08-01Always add a suitable error if we fail to decodeMatt Caswell
2023-08-01Fixed incorrect usage of vshuf.b instructionzhuchen
2023-07-31Fix a regression in X509_VERIFY_PARAM_add0_policy()Matt Caswell