aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix an init-deadlock in OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS)Bernd Edlinger2023-08-101-0/+7
* Don't use C++ reserved word template for function argumentsMscVZoltan2023-08-101-2/+2
* Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_freeOlga Batyshkina2023-08-103-6/+21
* Fix ChaCha assembly code on 32-bit HPUX itanium systemsBernd Edlinger2023-08-091-0/+2
* Fix handling of the "0:" label in arm-xlate.plTom Cosgrove2023-08-081-3/+2
* QUIC TLS: Rethink error handlingHugo Landau2023-08-083-0/+85
* QUIC CHANNEL: Improve error reportingHugo Landau2023-08-081-0/+1
* asn1: add ASN1_STRING_set() check resultatishkov2023-08-041-3/+6
* bio: pass flags on BIO_ctrl to make flush retriableihciah2023-08-048-3/+16
* ec: powerpc64le: Add asm implementation of felem_{square,mul}Rohan McLure2023-08-043-2/+368
* ec: 56-bit Limb Solinas' Strategy for secp384r1Rohan McLure2023-08-045-2/+2027
* ec: Use static linkage on nistp521 felem_{square,mul} wrappersRohan McLure2023-08-041-5/+5
* When exporting/importing decoded keys do not use 0 as selectionTomas Mraz2023-08-041-1/+5
* no_autoload: make the no-autoload-config option work again.Pauli2023-08-045-6/+12
* crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with error result of ossl_cm...Dr. David von Oheimb2023-08-033-6/+9
* The PEM_read_bio_Parameters() function should not ask for a passwordMatt Caswell2023-08-011-1/+10
* Always add a suitable error if we fail to decodeMatt Caswell2023-08-011-2/+3
* Fixed incorrect usage of vshuf.b instructionzhuchen2023-08-011-69/+70
* Fix a regression in X509_VERIFY_PARAM_add0_policy()Matt Caswell2023-07-311-2/+8
* vpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detectionXi Ruoyao2023-07-282-12/+6
* x509/by_file.c: fix unreachable and redundant codeatishkov2023-07-271-49/+45
* DH_check(): Do not try checking q properties if it is obviously invalidTomas Mraz2023-07-271-1/+8
* Make DH_check set some error bits in recently added errorBernd Edlinger2023-07-261-0/+1
* get_cert_by_subject_ex(): Check result of X509_STORE_lock()atishkov2023-07-251-4/+6