summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flatten structure of libcrypto/bn teststb2022-12-0115-116/+62
* Test prime constants exposed in public BN APItb2022-12-011-1/+97
* Make tests silent on success.tb2022-12-012-21/+17
* Refrain from printing SUCCESS in some of my teststb2022-12-0113-50/+16
* Mark the X509_V_FLAG_CB_ISSUER_CHECK flag as deprecatedtb2022-12-011-11/+5
* Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unusedtb2022-12-011-3/+3
* Retire X509_V_FLAG_CB_ISSUER_CHECKtb2022-12-011-16/+8
* Getters and setters for the check_issued() callbacktb2022-12-013-3/+39
* BN_one() can fail, check its return value.jsing2022-12-011-3/+5
* BN_one() can fail, check its return value.jsing2022-12-012-9/+16
* Rewrite bn_correct_top().jsing2022-11-302-14/+10
* Fix return values bug in BN_ucmp().jsing2022-11-301-4/+6
* Add regress coverage for BN_cmp()/BN_ucmp().jsing2022-11-302-3/+347
* Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x.jsing2022-11-301-7/+21
* Mop up more BN_DEBUG related code.jsing2022-11-307-48/+7
* Add missing markup to comments and to RFC 3779 errortb2022-11-291-10/+12
* First pass at updating verifier error docstb2022-11-291-13/+41
* Remove a few doubled spaces and wrap an overlong linetb2022-11-291-8/+9
* Sort a few outliers by increasing error number to match x509_vfy.htb2022-11-291-13/+13
* Fix includestb2022-11-291-11/+2
* Add missing X509_V_ERR_UNSPECIFIED casetb2022-11-291-1/+3
* Fix some KNF issuestb2022-11-291-65/+64
* Make X509_verify_cert_error_string() thread safetb2022-11-291-5/+2
* Garbage collect the unused asn1_add_error()tb2022-11-281-7/+1
* Retire prev_biotb2022-11-282-12/+2
* Tweak x509_constraints_uri_host() regress to test for NULL deref intb2022-11-281-1/+3
* Fix NULL dereference in x509_constraints_uri_host()tb2022-11-281-2/+3
* In bio.h rev. 1.50 and rev. 1.51, tb@ provided BIO_set_retry_reason(3).schwarze2022-11-271-4/+20
* Make header guards of internal headers consistenttb2022-11-2616-56/+55
* bn_lcl.h wanted special treatment.tb2022-11-261-567/+0
* Make internal header file names consistenttb2022-11-26445-970/+1536
* Remove BIGNUM consistency macros.jsing2022-11-2623-328/+24
* cms_lcl.h should not be part of SRCStb2022-11-261-2/+1
* In bio.h rev. 1.46/1.47 (Oct/Nov 2021), tb@ provided BIO_get_init(3).schwarze2022-11-251-5/+23
* Units generally help...tb2022-11-251-2/+2
* Major overhaul.schwarze2022-11-241-210/+216
* Mark BN_options() and BN_prime_checks as obsolete;schwarze2022-11-241-1/+2
* Merge the second y_bit check into the first one where it belongstb2022-11-241-5/+5
* Simplify y_bit handling in compressed coordinatestb2022-11-241-15/+2
* Clean up EC_METHOD and EC_GROUP definitionstb2022-11-241-102/+111
* Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.jsing2022-11-2415-83/+83
* Call bn_expand() rather than handrolling an equivalent.jsing2022-11-241-5/+5
* Fix sparc64 build/runkn2022-11-231-3/+2
* Add void casts since gcc 4.2.1 on sparc64 doesn't like the missing returntb2022-11-231-5/+5
* Several improvements required for <openssl/bn.h>:schwarze2022-11-231-26/+39
* Make a stupid compiler on a stupid OS happy.tb2022-11-231-1/+2
* bn_unit: appease coveritytb2022-11-231-2/+6
* asn1_string_to_utf8 test: appease coveritytb2022-11-231-2/+8
* Neuter getrlimit dance, it's not portable enough. Stupid Windows.tb2022-11-231-14/+4
* Fix leaks in ecx_set_{priv,pub}_key()tb2022-11-231-9/+9