aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-07296-297/+297
* win32: Support condition variable broadcasting on XPHugo Landau2023-09-061-23/+325
* CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctlyDr. David von Oheimb2023-09-052-25/+16
* Fix internal memory leaks from OPENSSL_MALLOC_FAILURESBernd Edlinger2023-09-051-2/+1
* OSSL_PARAM_BLD_push_BN_pad(): Allow NULL BIGNUMTomas Mraz2023-09-051-4/+4
* MUTEX: Assert on locking failureHugo Landau2023-09-051-2/+6
* Use armv8 .quad instead of .dwordKai Pastor2023-09-052-12/+12
* Change PBES2 KDF default salt length to 16 bytes.slontis2023-09-043-3/+5
* Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exeTom Cosgrove2023-09-043-28/+3
* Avoid clobbering non-volatile XMM registersBernd Edlinger2023-09-021-2/+2
* Minor fixesHugo Landau2023-09-011-1/+1
* Minor updatesHugo Landau2023-09-011-6/+13
* BIO_s_dgram_pair: Correct implementation of BIO_CTRL_DGRAM_GET_LOCAL_ADDR_ENABLEHugo Landau2023-09-011-1/+1
* BIO_s_datagram: Wire capability negotiation for BIO_s_datagramHugo Landau2023-09-011-0/+7
* BIO: Add BIO_dgram_detect_peer_addr APIHugo Landau2023-09-012-0/+23
* BIO_s_datagram: Support configuring non-blocking modeHugo Landau2023-09-011-0/+4
* BIO_s_connect: Support configuration of non-blocking mode in datagram modeHugo Landau2023-09-011-0/+4
* BIO_s_connect: Add support for datagram modeHugo Landau2023-09-011-1/+170
* BIO_s_connect: Make internal functions staticHugo Landau2023-09-011-4/+4
* Remove a redundant point mul from ossl_ec_key_public_check()Matt Caswell2023-09-011-5/+0
* powerpc: ecc: Fix stack allocation secp384r1 asmRohan McLure2023-09-011-49/+0
* ecc: Remove extraneous parentheses in secp384r1Rohan McLure2023-09-011-6/+6
* OPENSSL_init_crypto load config into initial global default library contextIngo Franzki2023-08-311-1/+2
* ecp_sm2p256-armv8.pl: Copy the argument handling from ecp_nistz256-armv8.plTomas Mraz2023-08-311-3/+6
* OSSL_PROVIDER_load_exDmitry Belyavskiy2023-08-304-10/+42
* Correct the fixed size handling for dgram_pair and dgram_memTomas Mraz2023-08-301-4/+7
* make updateHugo Landau2023-08-301-1/+1
* QUIC APL: Implement backpressure on stream creationHugo Landau2023-08-301-1/+1
* Resolve assembler complains when including loongarch_arch.hMin Zhou2023-08-281-0/+3
* QUIC APL: Fix stream backpressure conditions to use non-I/O errorsHugo Landau2023-08-251-1/+1
* QUIC APL: Implement backpressure on stream creationHugo Landau2023-08-251-0/+1
* Changed the default value of the "ess_cert_id_alg" optionolszomal2023-08-251-1/+1
* Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign()Ingo Franzki2023-08-241-0/+2
* ctrl_params_translate: Allow get_rsa_payload_x() also for RSA-PSSIngo Franzki2023-08-241-6/+12
* ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki2023-08-241-2/+2
* Optimize SM2 on aarch64Xu Yizhou2023-08-246-3/+18032
* QUIC: Add ERR_raise() calls for EVP call failuresTomas Mraz2023-08-231-0/+1
* Fix a leak in ossl_encode_ctx_setup_for_pkeyMatt Caswell2023-08-231-1/+3
* ossl_x509_store_ctx_get_by_subject(): Check return value of X509_STORE_lock()Tomas Mraz2023-08-181-1/+2
* cmp_genm.c: Remove superfluous store_ctx != 0 checkTomas Mraz2023-08-181-1/+1
* Add two missing entries to the OCSP CRLReason tableRob Stradling2023-08-181-1/+3
* Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasonsvl-loz2023-08-171-0/+12
* Fix a leak in an error path when duplicating an OSSL_DECODER_CTX.Matt Caswell2023-08-171-0/+1
* issue-21718: remove setting of PTHREAD_MUTEX_NORMALNeil Horman2023-08-171-2/+0
* Fix decoders so that they use the passed in propq.slontis2023-08-162-3/+13
* Check i2d_X509_NAME return in X509_NAME_hash_ex/old3lswear2023-08-161-3/+6
* Fix a leak in an error path in OSSL_DECODER_CTX_new_for_pkey()Matt Caswell2023-08-151-2/+8
* Remove include/internal/decoder.h, as it's superfluousRichard Levitte2023-08-154-4/+2
* Don't call ossl_assert on the result of bn_wexpandMatt Caswell2023-08-141-1/+1
* OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request()}: backward compat w.r.t...Dr. David von Oheimb2023-08-101-4/+11