aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bio_print.c: Delete unreachable code at lines 710 and 711MrRurikov2023-07-251-2/+0
* x509: add ASN1_STRING_set() check resultatishkov2023-07-251-18/+13
* fix: reject adding a duplicity into STACK_OF(X509_ATTRIBUTE)Adam Ć ulc2023-07-241-1/+1
* Update with `ARMV8_HAVE_SHA3_AND_WORTH_USING`sdlyyxy2023-07-212-3/+3
* Move CPU detection to armcap.csdlyyxy2023-07-212-0/+16
* Enable ARMv8.2 accelerated SHA3 on compatible Apple CPUssdlyyxy2023-07-211-0/+14
* Fix DH_check() excessive time with over sized modulusMatt Caswell2023-07-191-0/+6
* Remove redundant checkatishkov2023-07-181-5/+0
* Raise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol errorTomas Mraz2023-07-181-0/+1
* Fix typos found by codespellDimitri Papadopoulos2023-07-184-5/+5
* Fix int_ctx_new() error when use 1.1.1n sm2 key and ec method enginelan11202023-07-181-0/+1
* CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb2023-07-175-0/+283
* rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb2023-07-171-1/+1
* make updateHugo Landau2023-07-171-0/+4
* Fix RSA OAEP set/get label for legacy engineljuzwiuk2023-07-172-4/+11
* Optimise PKEY decodersMatt Caswell2023-07-175-26/+458
* Modified OSSL_parse_url to initialize pport_num to 0.Randall S. Becker2023-07-141-0/+8
* Move Keccak rhotates tables to rodataAmir Ayupov2023-07-143-0/+3
* Changes to resolve symbol conflict due to gf_mulPankul942023-07-145-107/+107
* use '__builtin_expect' to improve EVP_EncryptUpdate performance for gcc/clang.Liu-ErMeng2023-07-131-12/+12
* Add more fixes for WebAssembly/WASI buildMarcin Kolny2023-07-122-2/+2
* CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan2023-07-104-14/+30
* QUIC err handling: Save and restore error stateTomas Mraz2023-07-074-9/+97
* Remove unused internal functionsatishkov2023-07-071-65/+0
* Fix no-thread-pool buildingMatt Caswell2023-07-061-7/+9
* Add limited support for WebAssembly WASI targetMarcin Kolny2023-07-061-0/+2