summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-02Use the default targets from bsd.regress.mk as far as possibletb1-9/+4
2022-12-02Let bsd.regress.mk take care of running teststb1-8/+1
2022-12-02bn_add_sub: no need for a BIO to print to stderrtb1-21/+13
2022-12-01Unhook exptb1-2/+1
2022-12-01Fix typo, move one .PHONY target nearer to the target itselftb1-4/+3
2022-12-01zap extra blank linetb1-2/+1
2022-12-01Check that the bn_isqrt -C output isn't changedtb2-1/+43
2022-12-01Update reference to table generationtb1-2/+2
2022-12-01regress/libcrypto: merge exp/ into bn/tb3-11/+4
2022-12-01Silence this test and sprinkle some KNFtb1-11/+6
2022-12-01Flatten structure of libcrypto/bn teststb15-116/+62
2022-12-01Test prime constants exposed in public BN APItb1-1/+97
2022-12-01Make tests silent on success.tb2-21/+17
2022-12-01Refrain from printing SUCCESS in some of my teststb13-50/+16
2022-12-01Mark the X509_V_FLAG_CB_ISSUER_CHECK flag as deprecatedtb1-11/+5
2022-12-01Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unusedtb1-3/+3
2022-12-01Retire X509_V_FLAG_CB_ISSUER_CHECKtb1-16/+8
2022-12-01Getters and setters for the check_issued() callbacktb3-3/+39
2022-12-01BN_one() can fail, check its return value.jsing1-3/+5
2022-12-01BN_one() can fail, check its return value.jsing2-9/+16
2022-11-30Rewrite bn_correct_top().jsing2-14/+10
2022-11-30Fix return values bug in BN_ucmp().jsing1-4/+6
2022-11-30Add regress coverage for BN_cmp()/BN_ucmp().jsing2-3/+347
2022-11-30Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x.jsing1-7/+21
2022-11-30Mop up more BN_DEBUG related code.jsing7-48/+7
2022-11-29Add missing markup to comments and to RFC 3779 errortb1-10/+12
2022-11-29First pass at updating verifier error docstb1-13/+41
2022-11-29Remove a few doubled spaces and wrap an overlong linetb1-8/+9
2022-11-29Sort a few outliers by increasing error number to match x509_vfy.htb1-13/+13
2022-11-29Fix includestb1-11/+2
2022-11-29Add missing X509_V_ERR_UNSPECIFIED casetb1-1/+3
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