summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* Avoid infinite loop in bio_asn1 state machinetb2023-03-041-2/+2
* 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
* There is no reason to-be-cleared chunks cannot participate in delayedotto2023-02-271-27/+23
* Use separate lines instead of semicolons.bcook2023-02-251-4/+10
* Introduce X509_get0_uids() accessor functionjob2023-02-235-6/+44
* Use explicit .text instead of .previous to please Windows/MinGW on amd64tb2023-02-2311-12/+12
* Fix up the .rodata segment's name for Windows as well.tb2023-02-231-2/+3