summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-10-26EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on fa...Dr. David von Oheimb
2023-10-26CMS and PKCS7: fix handlling of EVP_PKEY_get_size() failureDr. David von Oheimb
2023-10-26riscv: Provide vector crypto implementation of AES-ECB mode.Phoebe Chen
2023-10-26riscv: Support sm3 on platforms with vlen >= 128.Jerry Shih
2023-10-26riscv: Provide vector crypto implementation of AES-128/256-XTS mode.Jerry Shih
2023-10-26Provide additional AES-GCM test patterns to enhance test coverage.Phoebe Chen
2023-10-26riscv: Provide vector crypto implementation of AES-GCM mode.Jerry Shih
2023-10-26riscv: Provide vector crypto implementation of AES-CTR mode.Phoebe Chen
2023-10-26riscv: Support SHA-512 family on platforms with vlen >= 128.Phoebe Chen
2023-10-26riscv: Code optimization for SHA-256.Phoebe Chen
2023-10-26riscv: Provide a vector implementation of CHACHA20 cipher.Jerry Shih
2023-10-26riscv: Provide vector crypto implementation of AES-CBC mode.Phoebe Chen
2023-10-26Update for Zvkb extension.Jerry Shih
2023-10-26riscv: Further optimization for single block aes-zvkned decryption.Phoebe Chen
2023-10-26riscv: Further optimization for single block aes-zvkned encryption.Phoebe Chen
2023-10-26riscv: Add RISC-V Vector opcode in riscv.pmPhoebe Chen
2023-10-26Fix typo in ghash-riscv64*.plPhoebe Chen
2023-10-26riscv: Implement AES-192Ard Biesheuvel
2023-10-26riscv: SM3: Provide a Zvksh-based implementationCharalampos Mitrodimas
2023-10-26riscv: SM4: Provide a Zvksed-based implementationChristoph Müllner
2023-10-26riscv: sha512: Provide a Zvknhb-based implementationCharalampos Mitrodimas
2023-10-26crypto: sha512: Add mechanism to keep C code as fallback for SHA512_ASMCharalampos Mitrodimas
2023-10-26riscv: sha256: Provide a Zvknha-based implementationCharalampos Mitrodimas
2023-10-26crypto: sha256: Add mechanism to keep C code as fallback for SHA256_ASMCharalampos Mitrodimas
2023-10-26riscv: AES: Provide a Zvkned-based implementationChristoph Müllner
2023-10-26riscv: GCM: Provide a Zvkg-based implementationChristoph Müllner
2023-10-26riscv: GCM: Provide a Zvbb/Zvbc-based implementationChristoph Müllner
2023-10-26riscv: Add basic vector extension supportChristoph Müllner
2023-10-26x509_print_ex: Remove unused setting when XN_FLAG_COMPAT is setDamian Hobson-Garcia
2023-10-26Fix X509_REQ_print_ex bugDamian Hobson-Garcia
2023-10-26x509_print_ex:Use correct constant for nmflag comparisonDamian Hobson-Garcia
2023-10-26crypto/initthread.c: fix misspelled OSSL_provider_init() in commentMatthias St. Pierre
2023-10-26aes-gcm-avx512.pl: fix non-reproducibility issuetrigpolynom
2023-10-26bn: Properly error out if aliasing return value with modulusTomas Mraz
2023-10-26return 0 if an error occurredAlexey Fofanov
2023-10-25Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLENTomas Mraz
2023-10-25Make s_client -quic -debug workMatt Caswell
2023-10-25rsa: Add SP800-56Br2 6.4.1.2.1 (3.c) checkClemens Lang
2023-10-24Add notes on use of strdupNate Karstens
2023-10-24evp: process key length and iv length early if presentPauli
2023-10-24rand: fix seeding from a weak entropy sourceMatthias St. Pierre
2023-10-24rand: improve error message for rand pool overflowsRichard Levitte
2023-10-23Ensure that the ERR_STATE is left in a consistent stateMatt Caswell
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre
2023-10-19cms_enc.c: Include crypto/asn1.h for struct asn1_object_stTomas Mraz
2023-10-19Do not include crypto/asn1.h from internal/cryptlib.hTomas Mraz
2023-10-18Dont require CRT params on ossl_rsa_set0_all_paramsNeil Horman
2023-10-18remove sanity check from ossl_rsa_todataNeil Horman
2023-10-18ossl_param_build_set_multi_key_bn(): Do not set NULL BIGNUMsTomas Mraz
2023-10-18ensure that ossl_obj_nid_lock is allocated before useNeil Horman