summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Coverity 1507376: Dereference after null checkPauli2022-07-221-2/+4
* Clean up GCM_MUL and remove GCM_FUNCREF_4BITTodd Short2022-07-221-32/+1
* Clean up use of GHASH macroTodd Short2022-07-221-23/+1
* Use separate function to get GCM functionsTodd Short2022-07-221-97/+97
* Remove some unused 4bit GCM codeTodd Short2022-07-221-95/+0
* Remove unused 1bit GCM implementationTodd Short2022-07-221-93/+29
* Remove unused 8bit GCM implementationTodd Short2022-07-221-144/+2
* Fix a crash in v2i_IPAddrBlocks()Matt Caswell2022-07-221-5/+11
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-203-27/+19
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-207-32/+176
* Coverity 1503321 & 1503327: dereference after null checkPauli2022-07-201-1/+1
* Fix aarch64 signed bit shift issue found by UBSANTom Cosgrove2022-07-192-8/+4
* crypto/x509/v3_addr.c: fix style nits reported by check-format.plDr. David von Oheimb2022-07-191-34/+57
* libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb2022-07-191-1/+1
* libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb2022-07-1911-31/+25
* libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb2022-07-197-24/+9
* Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb2022-07-191-8/+13
* Fix memleak in PKCS12_pbe_crypt_ex()Roberto Hueso Gomez2022-07-181-0/+2
* ossl_ffc_params_copy: Copy the keylength tooTomas Mraz2022-07-181-0/+1
* Use as small dh key size as possible to support the securityTomas Mraz2022-07-185-23/+45
* Coverity 1506566: unchecked return valuePauli2022-07-171-1/+2
* evp: make all _is_a functions accept and handle a NULL argumentPauli2022-07-179-12/+18
* Coverity 1503321 & 1503327: dereference after null checkPauli2022-07-171-1/+1
* CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb2022-07-164-2/+43
* cms_sd.c: fix style/formatting nits reported check-format.plDr. David von Oheimb2022-07-161-19/+16
* Fix EC ASM flag passingJuergen Christ2022-07-141-0/+8
* http_client.c: 2nd fix for calculation of Content-Length in set1_content()Dr. David von Oheimb2022-07-141-6/+17
* crypto/evp/bio_b64.c: improve coding styleDr. David von Oheimb2022-07-141-47/+35
* Add ROTATE inline RISC-V zbb/zbkb asm for chachaHongren (Zenithal) Zheng2022-07-131-0/+22
* crypto/x509/v3_purp.c: Improve coding styleDr. David von Oheimb2022-07-131-61/+46
* crypto/x509/x509_vfy.c: Improve coding styleDr. David von Oheimb2022-07-131-14/+12
* Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte2022-07-132-11/+81
* add a check for the return of OBJ_new_nid()xkernel2022-07-131-0/+3
* x509_vfy.c: Revert the core of #14094 regarding chain_build() error reportingDr. David von Oheimb2022-07-121-5/+0
* Fix memory leak in EVP_PKEY_get1_encoded_public_key.slontis2022-07-121-3/+8
* http_client.c: fix calculation of Content-Length in set1_content()Dr. David von Oheimb2022-07-111-7/+23
* cmp_http.c: extend comment in keep_alive()Dr. David von Oheimb2022-07-111-1/+4
* Fix memory leak in X509V3_add1_i2d when flag is X509V3_ADD_DELETEAllan2022-07-111-1/+3
* Fix SHA, SHAKE, and KECCAK ASM flag passingJuergen Christ2022-07-111-0/+8
* Fix reported performance degradation on aarch64Bernd Edlinger2022-07-081-0/+60
* Add config option OPENSSL_NO_UNIX_SOCKMax Bachmann2022-07-082-18/+11
* http_client.c: fix comment and documentation of the memory BIOs usedDr. David von Oheimb2022-07-061-1/+1
* OSSL_HTTP_REQ_CTX_nbio(): fix copy&paste glitch calling BIO_should_retry(rctx...Dr. David von Oheimb2022-07-061-1/+1
* OSSL_HTTP_open(): improve use of use_ssl and its documentationDr. David von Oheimb2022-07-061-1/+1
* Add sparse array to libsslPauli2022-07-061-0/+2
* Fix AES OCB encrypt/decrypt for x86 AES-NIAlex Chernyakhovsky2022-07-051-2/+2
* Fix bn_gcd code to check return value when calling BN_one()slontis2022-07-051-2/+4
* v3_sxnet: add a check for the return of i2s_ASN1_INTEGER()xkernel2022-07-051-0/+2
* Avoid crashing if CONF_modules_unload() is called after OPENSSL_cleanup()Tomas Mraz2022-07-011-1/+3
* CMP: implement optional hashAlg field of certConf CMPv3 messageDr. David von Oheimb2022-07-013-4/+18