summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-09-11Bad function definitionDimitri Papadopoulos
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-11Fix a build failure where recvmmsg is available but not sendmmsgMatt Caswell
2023-09-11LoongArch64 assembly pack: add ChaCha20 modulesMin Zhou
2023-09-08Fix a possible memleak in SRP_VBASE_newBernd Edlinger
2023-09-08OSSL_STORE: Fix error flag clearing and setting (provider path only)Richard Levitte
2023-09-08Check error return from cms_sd_asn1_ctrl() correctly.Pauli
2023-09-07Copyright year updatesMatt Caswell
2023-09-06win32: Support condition variable broadcasting on XPHugo Landau
2023-09-05CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctlyDr. David von Oheimb
2023-09-05Fix internal memory leaks from OPENSSL_MALLOC_FAILURESBernd Edlinger
2023-09-05OSSL_PARAM_BLD_push_BN_pad(): Allow NULL BIGNUMTomas Mraz
2023-09-05MUTEX: Assert on locking failureHugo Landau
2023-09-05Use armv8 .quad instead of .dwordKai Pastor
2023-09-04Change PBES2 KDF default salt length to 16 bytes.slontis
2023-09-04Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exeTom Cosgrove
2023-09-02Avoid clobbering non-volatile XMM registersBernd Edlinger
2023-09-01Minor fixesHugo Landau
2023-09-01Minor updatesHugo Landau
2023-09-01BIO_s_dgram_pair: Correct implementation of BIO_CTRL_DGRAM_GET_LOCAL_ADDR_ENABLEHugo Landau
2023-09-01BIO_s_datagram: Wire capability negotiation for BIO_s_datagramHugo Landau
2023-09-01BIO: Add BIO_dgram_detect_peer_addr APIHugo Landau
2023-09-01BIO_s_datagram: Support configuring non-blocking modeHugo Landau
2023-09-01BIO_s_connect: Support configuration of non-blocking mode in datagram modeHugo Landau
2023-09-01BIO_s_connect: Add support for datagram modeHugo Landau
2023-09-01BIO_s_connect: Make internal functions staticHugo Landau
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