summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-09-21cmp_vfy.c: Use verification callback if cert_acceptable() finds expired certDr. David von Oheimb
2023-09-20coverity: NULL dereferencePauli
2023-09-20BIO: Wire poll descriptor functions in BIO_s_sockHugo Landau
2023-09-19Allow to pass a passprase callback at store openSimo Sorce
2023-09-18Update OPENSSL_buf2hexstr() to use DEFAULT_SEPARATOR.Pan Lanlan
2023-09-15Fix PKCS#12 creation error when certificate contains auxiliary dataOlga Batyshkina
2023-09-15Store: API for deletionDmitry Belyavskiy
2023-09-15Fix engine cleanup error handlingBernd Edlinger
2023-09-14Have legacy blake2 EVP structure use base blake2 implementationRichard Levitte
2023-09-13Fix a failure in bio_dgram_test on the NonStop platformMatt Caswell
2023-09-13Fix typos found by codespellDimitri Papadopoulos
2023-09-11Fix a possible memleak in rsa_pub_encodeBernd Edlinger
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