summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-08-17Fix unrolled montgomery multiplication for POWER9Rohan McLure
2022-08-17Revert "Revert "bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplic...Rohan McLure
2022-08-17CRYPTO_mem_debug_push() and CRYPTO_mem_debug_pop() should return 0Matt Caswell
2022-08-15Add ROTATE inline RISC-V zbb/zbkb asm for DESHongren (Zenithal) Zheng
2022-08-12Fix asan finding in bio_addrJuergen Christ
2022-08-12VC++ 2008 or earlier x86 compilers do not have an inline implementation of In...Daiyuu Nobori
2022-08-10property: make cache flushing slight less deterministicPauli
2022-08-09Fix GHASH-ASM implementation on s390xJuergen Christ
2022-08-04Fix EC_KEY_set_private_key() priv_key regressionRoberto Hueso Gomez
2022-08-03Fix bug in EVP_CIPHER_CTX_get_iv_length()Pauli
2022-08-01Check that IV length is not less than zeroDmitry Belyavskiy
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-07-29QUIC Frame Encoding and Decoding FunctionsHugo Landau
2022-07-29Fixes segfault occurrence in PEM_write()valdaarhun
2022-07-29Fix regression from GCM mode refactoringTomas Mraz
2022-07-28Handle SMIME_crlf_copy return codeAlon Bar-Lev
2022-07-28REGRESSION: CMS_final: do not ignore CMS_dataFinal resultAlon Bar-Lev
2022-07-28Give BIO_s_mem() the ability to support datagramsMatt Caswell
2022-07-26x509_lu.c and x509_vfy.c: improve coding style, comments, and related docDr. David von Oheimb
2022-07-26Fix UWP builds by defining VirtualLockCharles Milette
2022-07-26s390x: Fix GCM setupJuergen Christ
2022-07-22Coverity 1507376: Dereference after null checkPauli
2022-07-22Clean up GCM_MUL and remove GCM_FUNCREF_4BITTodd Short
2022-07-22Clean up use of GHASH macroTodd Short
2022-07-22Use separate function to get GCM functionsTodd Short
2022-07-22Remove some unused 4bit GCM codeTodd Short
2022-07-22Remove unused 1bit GCM implementationTodd Short
2022-07-22Remove unused 8bit GCM implementationTodd Short
2022-07-22Fix a crash in v2i_IPAddrBlocks()Matt Caswell
2022-07-20Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-07-20Coverity 1503321 & 1503327: dereference after null checkPauli
2022-07-19Fix aarch64 signed bit shift issue found by UBSANTom Cosgrove
2022-07-19crypto/x509/v3_addr.c: fix style nits reported by check-format.plDr. David von Oheimb
2022-07-19libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb
2022-07-19libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb
2022-07-19libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb
2022-07-19Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb
2022-07-18Fix memleak in PKCS12_pbe_crypt_ex()Roberto Hueso Gomez
2022-07-18ossl_ffc_params_copy: Copy the keylength tooTomas Mraz
2022-07-18Use as small dh key size as possible to support the securityTomas Mraz
2022-07-17Coverity 1506566: unchecked return valuePauli
2022-07-17evp: make all _is_a functions accept and handle a NULL argumentPauli
2022-07-17Coverity 1503321 & 1503327: dereference after null checkPauli
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb
2022-07-16cms_sd.c: fix style/formatting nits reported check-format.plDr. David von Oheimb
2022-07-14Fix EC ASM flag passingJuergen Christ
2022-07-14http_client.c: 2nd fix for calculation of Content-Length in set1_content()Dr. David von Oheimb
2022-07-14crypto/evp/bio_b64.c: improve coding styleDr. David von Oheimb
2022-07-13Add ROTATE inline RISC-V zbb/zbkb asm for chachaHongren (Zenithal) Zheng