| Commit message (Expand) | Author | Age | Files | Lines |
* | libcrypto/bn: switch back to manual regress targets | tb | 2022-12-02 | 1 | -3/+8 |
* | regres/libssl/unit: simplify Makefile | tb | 2022-12-02 | 1 | -20/+10 |
* | Use regress framework rather than handrolling it | tb | 2022-12-02 | 1 | -12/+1 |
* | Use the default targets from bsd.regress.mk as far as possible | tb | 2022-12-02 | 1 | -9/+4 |
* | Let bsd.regress.mk take care of running tests | tb | 2022-12-02 | 1 | -8/+1 |
* | bn_add_sub: no need for a BIO to print to stderr | tb | 2022-12-02 | 1 | -21/+13 |
* | Unhook exp | tb | 2022-12-01 | 1 | -2/+1 |
* | Fix typo, move one .PHONY target nearer to the target itself | tb | 2022-12-01 | 1 | -4/+3 |
* | zap extra blank line | tb | 2022-12-01 | 1 | -2/+1 |
* | Check that the bn_isqrt -C output isn't changed | tb | 2022-12-01 | 2 | -1/+43 |
* | Update reference to table generation | tb | 2022-12-01 | 1 | -2/+2 |
* | regress/libcrypto: merge exp/ into bn/ | tb | 2022-12-01 | 3 | -11/+4 |
* | Silence this test and sprinkle some KNF | tb | 2022-12-01 | 1 | -11/+6 |
* | Flatten structure of libcrypto/bn tests | tb | 2022-12-01 | 15 | -116/+62 |
* | Test prime constants exposed in public BN API | tb | 2022-12-01 | 1 | -1/+97 |
* | Make tests silent on success. | tb | 2022-12-01 | 2 | -21/+17 |
* | Refrain from printing SUCCESS in some of my tests | tb | 2022-12-01 | 13 | -50/+16 |
* | Mark the X509_V_FLAG_CB_ISSUER_CHECK flag as deprecated | tb | 2022-12-01 | 1 | -11/+5 |
* | Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unused | tb | 2022-12-01 | 1 | -3/+3 |
* | Retire X509_V_FLAG_CB_ISSUER_CHECK | tb | 2022-12-01 | 1 | -16/+8 |
* | Getters and setters for the check_issued() callback | tb | 2022-12-01 | 3 | -3/+39 |
* | BN_one() can fail, check its return value. | jsing | 2022-12-01 | 1 | -3/+5 |
* | BN_one() can fail, check its return value. | jsing | 2022-12-01 | 2 | -9/+16 |
* | Rewrite bn_correct_top(). | jsing | 2022-11-30 | 2 | -14/+10 |
* | Fix return values bug in BN_ucmp(). | jsing | 2022-11-30 | 1 | -4/+6 |
* | Add regress coverage for BN_cmp()/BN_ucmp(). | jsing | 2022-11-30 | 2 | -3/+347 |
* | Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x. | jsing | 2022-11-30 | 1 | -7/+21 |
* | Mop up more BN_DEBUG related code. | jsing | 2022-11-30 | 7 | -48/+7 |
* | Add missing markup to comments and to RFC 3779 error | tb | 2022-11-29 | 1 | -10/+12 |
* | First pass at updating verifier error docs | tb | 2022-11-29 | 1 | -13/+41 |
* | Remove a few doubled spaces and wrap an overlong line | tb | 2022-11-29 | 1 | -8/+9 |
* | Sort a few outliers by increasing error number to match x509_vfy.h | tb | 2022-11-29 | 1 | -13/+13 |
* | Fix includes | tb | 2022-11-29 | 1 | -11/+2 |
* | Add missing X509_V_ERR_UNSPECIFIED case | tb | 2022-11-29 | 1 | -1/+3 |
* | Fix some KNF issues | tb | 2022-11-29 | 1 | -65/+64 |
* | Make X509_verify_cert_error_string() thread safe | tb | 2022-11-29 | 1 | -5/+2 |
* | Garbage collect the unused asn1_add_error() | tb | 2022-11-28 | 1 | -7/+1 |
* | Retire prev_bio | tb | 2022-11-28 | 2 | -12/+2 |
* | Tweak x509_constraints_uri_host() regress to test for NULL deref in | tb | 2022-11-28 | 1 | -1/+3 |
* | Fix NULL dereference in x509_constraints_uri_host() | tb | 2022-11-28 | 1 | -2/+3 |
* | In bio.h rev. 1.50 and rev. 1.51, tb@ provided BIO_set_retry_reason(3). | schwarze | 2022-11-27 | 1 | -4/+20 |
* | Make header guards of internal headers consistent | tb | 2022-11-26 | 16 | -56/+55 |
* | bn_lcl.h wanted special treatment. | tb | 2022-11-26 | 1 | -567/+0 |
* | Make internal header file names consistent | tb | 2022-11-26 | 445 | -970/+1536 |
* | Remove BIGNUM consistency macros. | jsing | 2022-11-26 | 23 | -328/+24 |
* | cms_lcl.h should not be part of SRCS | tb | 2022-11-26 | 1 | -2/+1 |
* | In bio.h rev. 1.46/1.47 (Oct/Nov 2021), tb@ provided BIO_get_init(3). | schwarze | 2022-11-25 | 1 | -5/+23 |
* | Units generally help... | tb | 2022-11-25 | 1 | -2/+2 |
* | Major overhaul. | schwarze | 2022-11-24 | 1 | -210/+216 |
* | Mark BN_options() and BN_prime_checks as obsolete; | schwarze | 2022-11-24 | 1 | -1/+2 |