summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some return checks in ecdh_cms_encrypt()tb2023-03-061-3/+3
* Fix incorrect RSA_public_decrypt() return checktb2023-03-061-4/+8
* ASN.1 enc: check ASN1_item_ex_i2d() consistencytb2023-03-061-3/+8
* Remove #ifndef OPENSSL_EC_NISTP_64_GCC_128.jsing2023-03-051-5/+1
* Remove ec_GFp_nistp.* prototypes.jsing2023-03-051-40/+1
* Remove duplicate function prototypes.jsing2023-03-051-8/+1
* openssl: make all config structs statictb2023-03-0511-22/+22
* openssl/cms: zap some trailing whitespacetb2023-03-051-3/+3
* openssl enc doesn't really support AEAD ciphers and XTS modetb2023-03-041-2/+30
* Simplify the consistency checks in old_dsa_priv_decode()tb2023-03-041-24/+13
* Enforce a lower bound of of EC group order so 80 bits for ECDSAtb2023-03-041-2/+7
* Cap the number of iterations in ECDSA signingtb2023-03-041-1/+15
* Cap the number of iterations in DSA signingtb2023-03-041-1/+16
* Small readability tweak in old_dsa_priv_decode()tb2023-03-041-3/+3
* Call dsa_check_keys() before signing or verifyingtb2023-03-041-23/+9
* Add dsa_check_key() calls on DSA decodingtb2023-03-041-18/+17
* Provide dsa_check_key()tb2023-03-042-2/+77
* Provide DSA_R_INVALID_PARAMETERS error codetb2023-03-042-2/+4
* Mop up ECP_NISTZ256_ASM and OPENSSL_NO_EC_NISTP_64_GCC_128 leftovers.jsing2023-03-042-22/+3
* Rename field_data1 and field_data2.jsing2023-03-042-48/+50
* bio_chain test: fix error messagetb2023-03-041-2/+2
* Avoid infinite loop in bio_asn1 state machinetb2023-03-041-2/+2
* openssl/req: garbage collect a pointless EVP_MD_CTX_init()tb2023-03-041-2/+2
* Simplify the ct Makefile slightlytb2023-03-021-7/+3
* Clean up the x509 regress make file a littletb2023-03-021-27/+10
* Remove a few more unnecessary line continuationstb2023-03-021-4/+4
* Nitpick error checks of BN_get_mem_data()tb2023-03-021-15/+27
* Some more Makefile cosmeticstb2023-03-021-10/+15
* The evp_ecx_test no longer needs static linkingtb2023-03-021-3/+1
* Hide the hexdumps behind a verbose flags. Should have been part oftb2023-03-021-26/+45
* Simplify evp test Makefile.tb2023-03-021-18/+5
* evp_pkey_check: make this test silent on successtb2023-03-021-18/+13
* Remove a few unnecessary line continuationstb2023-03-021-7/+7
* Comment out glob for JSON webcrypto tests for nowtb2023-03-011-2/+3
* Link evp/cipher_method_lib.c to the buildtb2023-03-011-1/+2
* Convert EVP_CIPHER_meth_dup() to using calloc()tb2023-03-011-3/+2
* Make cipher_method_lib.c compile with LibreSSLtb2023-03-011-15/+29
* Add EVP_CIPHER_meth_* prototypes to evp.htb2023-03-011-1/+25
* Make the cleanup() method return an int againtb2023-03-014-7/+12
* Fix line wrapping of function pointer argumentstb2023-03-011-15/+8
* First KNF approximation as per knfmt(1)tb2023-03-011-60/+72
* Drop the EVP_CIPHER_METH_get_* functionstb2023-03-011-42/+1
* Add RCS tagtb2023-03-011-0/+1
* Revert OpenSSL commit aa6bb135tb2023-03-011-5/+54
* libcrypto: import a copy of OpenSSL 1.1's cmeth_lib.ctb2023-03-011-0/+151
* Rewrite/simplify BN_from_montgomery_word() and BN_from_montgomery().jsing2023-02-281-92/+85
* Explicitly skip the json_web* tests now.tb2023-02-281-1/+2
* Add a few missing NIDs for new Wycheproof tests.tb2023-02-281-1/+12
* Skip FRP256v1 curve in ECDH tests. We do not support it.tb2023-02-281-1/+6
* There is no reason to-be-cleared chunks cannot participate in delayedotto2023-02-271-27/+23