summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-03-06Rename struct ${app}_config to plain cfgtb44-3260/+3260
2023-03-06Document ECDSA_SIG_get0_{r,s}()tb1-2/+35
2023-03-06Document DH_get0_* for individual DH members.tb1-3/+78
2023-03-06Document DSA_get0_* for individual DSA memberstb1-3/+77
2023-03-06Document RSA_get0_* for individual RSA members.tb1-3/+106
2023-03-06Rework asn1_item_flags_i2d()tb1-19/+20
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