summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-06Fix some return checks in ecdh_cms_encrypt()tb1-3/+3
2023-03-06Fix incorrect RSA_public_decrypt() return checktb1-4/+8
2023-03-06ASN.1 enc: check ASN1_item_ex_i2d() consistencytb1-3/+8
2023-03-05Remove #ifndef OPENSSL_EC_NISTP_64_GCC_128.jsing1-5/+1
2023-03-05Remove ec_GFp_nistp.* prototypes.jsing1-40/+1
2023-03-05Remove duplicate function prototypes.jsing1-8/+1
2023-03-05openssl: make all config structs statictb11-22/+22
2023-03-05openssl/cms: zap some trailing whitespacetb1-3/+3
2023-03-04openssl enc doesn't really support AEAD ciphers and XTS modetb1-2/+30
2023-03-04Simplify the consistency checks in old_dsa_priv_decode()tb1-24/+13
2023-03-04Enforce a lower bound of of EC group order so 80 bits for ECDSAtb1-2/+7
2023-03-04Cap the number of iterations in ECDSA signingtb1-1/+15
2023-03-04Cap the number of iterations in DSA signingtb1-1/+16
2023-03-04Small readability tweak in old_dsa_priv_decode()tb1-3/+3
2023-03-04Call dsa_check_keys() before signing or verifyingtb1-23/+9
2023-03-04Add dsa_check_key() calls on DSA decodingtb1-18/+17
2023-03-04Provide dsa_check_key()tb2-2/+77
2023-03-04Provide DSA_R_INVALID_PARAMETERS error codetb2-2/+4
2023-03-04Mop up ECP_NISTZ256_ASM and OPENSSL_NO_EC_NISTP_64_GCC_128 leftovers.jsing2-22/+3
2023-03-04Rename field_data1 and field_data2.jsing2-48/+50
2023-03-04bio_chain test: fix error messagetb1-2/+2
2023-03-04Avoid infinite loop in bio_asn1 state machinetb1-2/+2
2023-03-04openssl/req: garbage collect a pointless EVP_MD_CTX_init()tb1-2/+2
2023-03-02Simplify the ct Makefile slightlytb1-7/+3
2023-03-02Clean up the x509 regress make file a littletb1-27/+10
2023-03-02Remove a few more unnecessary line continuationstb1-4/+4
2023-03-02Nitpick error checks of BN_get_mem_data()tb1-15/+27
2023-03-02Some more Makefile cosmeticstb1-10/+15
2023-03-02The evp_ecx_test no longer needs static linkingtb1-3/+1
2023-03-02Hide the hexdumps behind a verbose flags. Should have been part oftb1-26/+45
2023-03-02Simplify evp test Makefile.tb1-18/+5
2023-03-02evp_pkey_check: make this test silent on successtb1-18/+13
2023-03-02Remove a few unnecessary line continuationstb1-7/+7
2023-03-01Comment out glob for JSON webcrypto tests for nowtb1-2/+3
2023-03-01Link evp/cipher_method_lib.c to the buildtb1-1/+2
2023-03-01Convert EVP_CIPHER_meth_dup() to using calloc()tb1-3/+2
2023-03-01Make cipher_method_lib.c compile with LibreSSLtb1-15/+29
2023-03-01Add EVP_CIPHER_meth_* prototypes to evp.htb1-1/+25
2023-03-01Make the cleanup() method return an int againtb4-7/+12
2023-03-01Fix line wrapping of function pointer argumentstb1-15/+8
2023-03-01First KNF approximation as per knfmt(1)tb1-60/+72
2023-03-01Drop the EVP_CIPHER_METH_get_* functionstb1-42/+1
2023-03-01Add RCS tagtb1-0/+1
2023-03-01Revert OpenSSL commit aa6bb135tb1-5/+54