summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-11Fix double free after BIO_new_NDEF()tb1-6/+7
2023-03-11Fix an off-by-one in dsa_check_key()tb1-2/+2
2023-03-11Call CRYPTO_cleanup_all_ex_data() from OPENSSL_cleanup().jsing1-0/+1
2023-03-11Add OPENSSL_cleanup() calls to some regress.jsing2-2/+6
2023-03-11Avoid -0 in BN_div_word().jsing1-1/+5
2023-03-11Correct sign handling in BN_add_word().jsing1-3/+3
2023-03-11Remove a pesky space.jsing1-2/+2
2023-03-11Add regress coverage for BN_{add,sub,mul,div,mod}_word().jsing2-1/+619
2023-03-11Mark test table as static const.jsing1-2/+2
2023-03-10Crankl libcrypto/libssl/libtls minors after symbol additiontb3-3/+3
2023-03-10Update Symbols.listtb1-0/+18
2023-03-10Expose various X509_STORE_*check_issued()tb1-3/+1
2023-03-10Expose X509_CRL_get0_sigalg() and X509_get0_uidstb1-5/+1
2023-03-10Expose UI_null()tb1-3/+1
2023-03-10Expose the EVP_CIPHER_meth_* API (setter only) in evp.htb1-3/+1
2023-03-10ASN.1 BIO: properly wire up prefix_free and suffix_freetb1-1/+7
2023-03-10Return the correct type for ASN.1 BOOLEANstb1-5/+9
2023-03-10openssl(1) asn1parse: avoid crash with ASN.1 BOOLEANStb1-3/+4
2023-03-09Add missing error checking in PKCS7tb1-3/+11
2023-03-08Use BN_free() instead of BN_clear_free()tb1-2/+2
2023-03-08Fix a EC_GROUP_clear_free() that snuck through.jsing1-2/+2
2023-03-08Fix previous.jsing1-5/+5
2023-03-08reduce number of tests in bn_rand_interval.tb1-2/+2
2023-03-08bn_isqrt: reduce number of tests to 100.tb1-2/+2
2023-03-08Process up to four test vector files concurrently.jsing1-4/+30
2023-03-08Always clear EC groups and points on free.jsing10-114/+35
2023-03-08Run test groups concurrently.jsing1-144/+151
2023-03-08zap more audit remnantstb1-6/+1
2023-03-08Stop trying to use EC_GFp_nist_method().jsing1-76/+20
2023-03-08Remove acceptable audit.jsing1-94/+1
2023-03-08Remove EC_FLAGS_DEFAULT_OCT.jsing6-79/+27
2023-03-07Improve bn_montgomery_multiply_words().jsing1-10/+13
2023-03-07Slightly rework bn_mulw_addtw().jsing1-5/+3
2023-03-07Call BN_free() instead of BN_clear_free().jsing15-79/+79
2023-03-07Fix another return value check for CMS_SharedInfo_encode()tb1-2/+2
2023-03-07Limit bn_mul_mont() usage to sizes less than or equal to 8192 bits.jsing1-1/+9
2023-03-07Implement bn_montgomery_multiply()jsing1-3/+86
2023-03-07Refactor BN_mod_mul_montgomery().jsing1-20/+48
2023-03-07Make order of pub_key and priv_key the same everywheretb1-6/+6
2023-03-07Fix OpenSSL version in HISTORY sectiontb1-3/+3
2023-03-07Delete unused and unsafe bn_mul_mont() example code.jsing1-54/+1
2023-03-07Fix comment for bn_mul2_mulw_addtw()jsing1-5/+5
2023-03-07Move EC_GFp_simple_method() to the bottom of the file.jsing1-75/+51
2023-03-07Basic cleanup in asn1pars.ctb1-26/+16
2023-03-07Use static functions for EC_GF2m_simple_method() implementation.jsing2-131/+74
2023-03-07Use static functions for EC_GFp_nist_method() implementation.jsing2-63/+53
2023-03-07Use static functions for EC_GFp_mont_method() implementation.jsing2-86/+62
2023-03-07Fix formatting of comments.jsing1-14/+27
2023-03-07Consolidate clear code for EC_GFp_mont_method.jsing1-23/+18
2023-03-06Clean up ndef_{prefix,suffix}_free()tb1-8/+13