summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-29Fix some KNF issuestb1-65/+64
2022-11-29Make X509_verify_cert_error_string() thread safetb1-5/+2
2022-11-28Garbage collect the unused asn1_add_error()tb1-7/+1
2022-11-28Retire prev_biotb2-12/+2
2022-11-28Tweak x509_constraints_uri_host() regress to test for NULL deref intb1-1/+3
2022-11-28Fix NULL dereference in x509_constraints_uri_host()tb1-2/+3
2022-11-27In bio.h rev. 1.50 and rev. 1.51, tb@ provided BIO_set_retry_reason(3).schwarze1-4/+20
2022-11-26Make header guards of internal headers consistenttb16-56/+55
2022-11-26bn_lcl.h wanted special treatment.tb1-567/+0
2022-11-26Make internal header file names consistenttb445-970/+1536
2022-11-26Remove BIGNUM consistency macros.jsing23-328/+24
2022-11-26cms_lcl.h should not be part of SRCStb1-2/+1
2022-11-25In bio.h rev. 1.46/1.47 (Oct/Nov 2021), tb@ provided BIO_get_init(3).schwarze1-5/+23
2022-11-25Units generally help...tb1-2/+2
2022-11-24Major overhaul.schwarze1-210/+216
2022-11-24Mark BN_options() and BN_prime_checks as obsolete;schwarze1-1/+2
2022-11-24Merge the second y_bit check into the first one where it belongstb1-5/+5
2022-11-24Simplify y_bit handling in compressed coordinatestb1-15/+2
2022-11-24Clean up EC_METHOD and EC_GROUP definitionstb1-102/+111
2022-11-24Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.jsing15-83/+83
2022-11-24Call bn_expand() rather than handrolling an equivalent.jsing1-5/+5
2022-11-23Fix sparc64 build/runkn1-3/+2
2022-11-23Add void casts since gcc 4.2.1 on sparc64 doesn't like the missing returntb1-5/+5
2022-11-23Several improvements required for <openssl/bn.h>:schwarze1-26/+39
2022-11-23Make a stupid compiler on a stupid OS happy.tb1-1/+2
2022-11-23bn_unit: appease coveritytb1-2/+6
2022-11-23asn1_string_to_utf8 test: appease coveritytb1-2/+8
2022-11-23Neuter getrlimit dance, it's not portable enough. Stupid Windows.tb1-14/+4
2022-11-23Fix leaks in ecx_set_{priv,pub}_key()tb1-9/+9
2022-11-23Reverse arguments in CBS_dup()tb1-2/+2
2022-11-23Fix inconsequential copy-paste errortb1-3/+3
2022-11-23Use bn_wexpand() rather than bn_expand() with sizeof(BN_ULONG).jsing2-4/+4
2022-11-23Ensure that bn_expand()/bn_wexpand() fail on negative sizes.jsing1-1/+7
2022-11-23Turn bn_wexpand() into a function.jsing2-5/+13
2022-11-23Move bn_expand() under bn_expand2().jsing1-13/+13
2022-11-23Remove unused bn_dup_expand().jsing2-56/+2
2022-11-23Move #ifndef OPENSSL_NO_DEPRECATED.jsing1-21/+21
2022-11-23Remove bn_* defines/prototypes.jsing1-4/+1
2022-11-22Fix some whitespace and comment formattingtb1-37/+45
2022-11-22Rename last OPENSSL_gmtime() to asn1_time_time_t_to_tm()tb1-2/+2
2022-11-22Remove incorrect "r must not be a" commenttb1-2/+1
2022-11-22Plug leaks spotted by ASAN CItb1-1/+3
2022-11-22mention what BN_ULONG isschwarze3-8/+33
2022-11-22Remove the lie that BN_ULONG might be 16 bits wide.schwarze1-9/+11
2022-11-22Better document BN_ULONG (in the DESCRIPTION near BN_num_bits_word(3))schwarze1-40/+84
2022-11-22Remove comment obsoleted by API change (and r1.3)tb1-2/+1
2022-11-22ed25519 test: make the testvectors table consttb1-4/+4
2022-11-22simplify makefileanton1-8/+2
2022-11-22Be more helpful and provide details on what the time conversion testsanton1-9/+6
2022-11-22Tweak a printf.tb1-3/+3