summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2024-05-28Move stack of compression methods from libssl to OSSL_LIB_CTXsashan
2024-05-24rand: remove unimplemented librandom stub codeDimitri John Ledkov
2024-05-24EVP_CIPHER_CTX_get_key_length(): Add null check of ctx->cipherMax Ammann
2024-05-22rsa-oaep: block SHAKE usage in FIPS modeDimitri John Ledkov
2024-05-22fix crash in ecp_nistz256_point_add_affine()Alexandr Nedvedicky
2024-05-22For Unix, refactor OSSL_sleep() to use nanosleep() instead of usleep()Richard Levitte
2024-05-16Check DSA parameters for excessive sizes before validatingTomas Mraz
2024-05-15Optimizated calculation of shared power of 2 in bn_gcdAndrew Golovashevich
2024-05-15Intentionally break EVP_DigestFinal for SHAKE128 and SHAKE256Tomas Mraz
2024-05-15fix sm2 encryption implementation bug.Liu-Ermeng
2024-05-14fix: extension critical definition to default falseJonathan M. Wilbur
2024-05-14zeroize rsa->p,rsa->q on errorAlexandr Nedvedicky
2024-05-14Add reason codes with the correct offset for two alertsJacob Champion
2024-05-14threads_win: fix build error with VS2010Georgi Valkov
2024-05-14crypto/riscvcap: fix function declaration for hwprobe_to_capHongren Zheng
2024-05-13fips: zeroization of public security parameters (PSPs)Dimitri John Ledkov
2024-05-13Typo fixeswillmafh
2024-05-10Implement riscv_vlen_asm for riscv32Hongren Zheng
2024-05-09Print CPUINFO also for riscv processorsHongren Zheng
2024-05-09riscv: use hwprobe syscall for capability detectionHongren Zheng
2024-05-09Do not overwrite conf diagnostics in OSSL_LIB_CTX if not set in config fileTomas Mraz
2024-05-09Do not use bit fields for context data flag variablesTomas Mraz
2024-05-09Make conf_diagnostics apply also to the SSL conf errorsTomas Mraz
2024-05-08chacha-riscv64-v-zbb.pl: better formatYangyu Chen
2024-05-08chacha-riscv64-v-zbb.pl: add comment about vector register allocationYangyu Chen
2024-05-08riscv: Provide a vector only implementation of Chacha20 cipherYangyu Chen
2024-05-07Move ossl_asn1_string_to_time_t() to libtestutilshridhar kalavagunta
2024-05-06Fix error handling in CMS_EncryptedData_encryptBernd Edlinger
2024-05-02Correct top for EC/DSA nonces if BN_DEBUG is onTomas Mraz
2024-05-02Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()Tomas Mraz
2024-05-02Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSATomas Mraz
2024-05-02Make ossl_gen_deterministic_nonce_rfc6979() constant timeTomas Mraz
2024-05-02Make BN_generate_dsa_nonce() constant time and non-biasedTomas Mraz
2024-05-01CMP: Improvements of the support for requesting CRLRajeev Ranjan
2024-05-01CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb
2024-04-30Fix race for X509 store found by thread sanitizerRobert Schulze
2024-04-30ess_lib.c: Changed ERR_LIB_CMS to ERR_LIB_ESSleerubin13
2024-04-26Fix coverity 1596617Neil Horman
2024-04-26Fix coverity-1596616Neil Horman
2024-04-26Avoid duplicate default CApath lookupsViktor Dukhovni
2024-04-25sha512.c: Grammar Fixes and Spell Checks in Implementation NotesMerreck
2024-04-24x509_acert: Load attributes from config file sectionDamian Hobson-Garcia
2024-04-24Add IETFAttrSyntax type supportDamian Hobson-Garcia
2024-04-24x509_acert: Add and retrieve certificate extensionsDamian Hobson-Garcia
2024-04-24x509_acert: Add API to sign and verify attribute certificatesDamian Hobson-Garcia
2024-04-24x509_acert: Add, remove and get attribute certificate attributesDamian Hobson-Garcia
2024-04-24Attribute certificate printing functionsDamian Hobson-Garcia
2024-04-24Attribute certificate getter and setter APIDamian Hobson-Garcia
2024-04-24Add RFC 5755 attribute certificate supportDamian Hobson-Garcia
2024-04-24Remove all references to FLOSS for NonStop Builds.Randall S. Becker