summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-09-02QUIC Demuxer and Record Layer (RX Side)Hugo Landau
2022-09-01PKCS7_dataVerify(): fix missing use of CRLs in PKCS#7 messageDr. David von Oheimb
2022-09-01BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau
2022-09-01Improve chacha20 perfomance on aarch64 by interleaving scalar with SVE/SVE2Daniel Hu
2022-08-27ERR: Make CRYPTO_malloc() and friends report ERR_R_MALLOC_FAILUREDr. David von Oheimb
2022-08-24CMP: correct handling of fallback subject in OSSL_CMP_CTX_setup_CRM() and its...Dr. David von Oheimb
2022-08-24CMP: fix crash in check_transactionID_or_nonce() on 'actual' being NULLDr. David von Oheimb
2022-08-24CRMF: make create_popo_signature() check that pubkey and pkey matchDr. David von Oheimb
2022-08-24add missing CRMF API function OSSL_CRMF_CERTTEMPLATE_get0_publicKey()Dr. David von Oheimb
2022-08-24X509: clean up doc and implementation of X509{,_REQ}_check_private_key()Dr. David von Oheimb
2022-08-24x509_att.c: improve error checking and reporting and coding styleDr. David von Oheimb
2022-08-24X509_REQ_get_extensions: add error queue entry on ill-formed extensions attri...Dr. David von Oheimb
2022-08-23Coverity 1508532: out of bounds accessPauli
2022-08-23OSSL_HTTP_REQ_CTX_nbio: add support for partial content-type string matchingDr. David von Oheimb
2022-08-23Makefile: Generate crypto objects only as far as neededDr. David von Oheimb
2022-08-23Moving notify check after the no time checkRyan Kelley
2022-08-22evp: Use functions instead of direct structure field referencesTianjia Zhang
2022-08-22evp: Simplify ARIA aead cipher definitionTianjia Zhang
2022-08-19BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau
2022-08-18Make the record layer directly aware of EtMMatt Caswell
2022-08-18Implement KTLS in the new read record layer codeMatt Caswell
2022-08-18Convert ssl3_get_record to tls_read_recordMatt Caswell
2022-08-18Transfer the functionality from ssl3_read_n to the new record layerMatt Caswell
2022-08-18X509: Add "code sign" as purpose for verification of certificatesLutz Jaenicke
2022-08-18crypto/x509/x509_vpm.c: update format of X509_VERIFY_PARAM default_tableLutz Jaenicke
2022-08-18Fix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRINT should not be an errorDr. David von Oheimb
2022-08-17Fix memory leak in BN_rand_range()valdaarhun
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