summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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