summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing error checking in PKCS7tb2023-03-091-3/+11
* Use BN_free() instead of BN_clear_free()tb2023-03-081-2/+2
* Fix a EC_GROUP_clear_free() that snuck through.jsing2023-03-081-2/+2
* Fix previous.jsing2023-03-081-5/+5
* reduce number of tests in bn_rand_interval.tb2023-03-081-2/+2
* bn_isqrt: reduce number of tests to 100.tb2023-03-081-2/+2
* Process up to four test vector files concurrently.jsing2023-03-081-4/+30
* Always clear EC groups and points on free.jsing2023-03-0810-114/+35
* Run test groups concurrently.jsing2023-03-081-144/+151
* zap more audit remnantstb2023-03-081-6/+1
* Stop trying to use EC_GFp_nist_method().jsing2023-03-081-76/+20
* Remove acceptable audit.jsing2023-03-081-94/+1
* Remove EC_FLAGS_DEFAULT_OCT.jsing2023-03-086-79/+27
* Improve bn_montgomery_multiply_words().jsing2023-03-071-10/+13
* Slightly rework bn_mulw_addtw().jsing2023-03-071-5/+3
* Call BN_free() instead of BN_clear_free().jsing2023-03-0715-79/+79
* Fix another return value check for CMS_SharedInfo_encode()tb2023-03-071-2/+2
* Limit bn_mul_mont() usage to sizes less than or equal to 8192 bits.jsing2023-03-071-1/+9
* Implement bn_montgomery_multiply()jsing2023-03-071-3/+86
* Refactor BN_mod_mul_montgomery().jsing2023-03-071-20/+48
* Make order of pub_key and priv_key the same everywheretb2023-03-071-6/+6
* Fix OpenSSL version in HISTORY sectiontb2023-03-071-3/+3
* Delete unused and unsafe bn_mul_mont() example code.jsing2023-03-071-54/+1
* Fix comment for bn_mul2_mulw_addtw()jsing2023-03-071-5/+5
* Move EC_GFp_simple_method() to the bottom of the file.jsing2023-03-071-75/+51
* Basic cleanup in asn1pars.ctb2023-03-071-26/+16
* Use static functions for EC_GF2m_simple_method() implementation.jsing2023-03-072-131/+74
* Use static functions for EC_GFp_nist_method() implementation.jsing2023-03-072-63/+53
* Use static functions for EC_GFp_mont_method() implementation.jsing2023-03-072-86/+62
* Fix formatting of comments.jsing2023-03-071-14/+27
* Consolidate clear code for EC_GFp_mont_method.jsing2023-03-071-23/+18
* Clean up ndef_{prefix,suffix}_free()tb2023-03-061-8/+13
* Rename struct ${app}_config to plain cfgtb2023-03-0644-3260/+3260
* Document ECDSA_SIG_get0_{r,s}()tb2023-03-061-2/+35
* Document DH_get0_* for individual DH members.tb2023-03-061-3/+78
* Document DSA_get0_* for individual DSA memberstb2023-03-061-3/+77
* Document RSA_get0_* for individual RSA members.tb2023-03-061-3/+106
* Rework asn1_item_flags_i2d()tb2023-03-061-19/+20
* 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