| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove BUF_reverse and BUF_strdup documentation | tb | 2023-07-26 | 1 | -53/+2 |
* | BN_BLINDING will be made internal-only. Remove its documentation | tb | 2023-07-26 | 4 | -325/+5 |
* | BIO_f_asn1 and the prefix/suffix API will be removed | tb | 2023-07-26 | 5 | -244/+14 |
* | Document CMS_SignerInfos_get_version and CMS_get_version which will | tb | 2023-07-26 | 2 | -4/+53 |
* | Tweak EC_GROUP_check_discriminant() | tb | 2023-07-26 | 1 | -28/+28 |
* | Unindent a big block in EC_GROUP_get_affine_coordinates() | tb | 2023-07-26 | 1 | -32/+34 |
* | Introduce and use ec_encode_scalar() | tb | 2023-07-26 | 1 | -43/+48 |
* | Garbage collect the unused order in check_discriminant() | tb | 2023-07-26 | 1 | -4/+2 |
* | Streamline check_discriminant() | tb | 2023-07-26 | 1 | -14/+6 |
* | Introduce ec_decode_scalar() | tb | 2023-07-26 | 1 | -81/+39 |
* | Use EC_POINT_set_to_infinity() rather than inlining it | tb | 2023-07-26 | 1 | -6/+4 |
* | Remove constructor attribute for OPENSSL_cpuid_setup() on arm/aarch64. | jsing | 2023-07-26 | 2 | -10/+2 |
* | Fix a few more 0/NULL misspellings | tb | 2023-07-25 | 1 | -8/+8 |
* | Use [a,b), not [a,b-1] in a comment | tb | 2023-07-25 | 1 | -2/+2 |
* | EC_POINT_is_on_curve() error is -1, not 0. | tb | 2023-07-25 | 1 | -2/+2 |
* | Fix two EC_POINT_is_on_curve() checks | tb | 2023-07-24 | 2 | -4/+4 |
* | Fix EC_POINT_is_on_curve() checks. | tb | 2023-07-24 | 1 | -9/+9 |
* | Fix a minibug in DH_check() | tb | 2023-07-24 | 1 | -2/+2 |
* | Remove OPENSSL_cpuid_setup() call from OPENSSL_add_all_algorithms_noconf() | jsing | 2023-07-24 | 1 | -2/+1 |
* | Mark read/write registers as non-overlapping for bn_qwmulw_{addqw_,}addw() | jsing | 2023-07-24 | 1 | -3/+3 |
* | Use C99 initializers for x509_name_ff | tb | 2023-07-24 | 1 | -8/+8 |
* | remove errstr -stats test | tb | 2023-07-24 | 1 | -3/+1 |
* | sprinkle some void between () in function definitions | tb | 2023-07-23 | 13 | -26/+26 |
* | Remove -stats option from openssl(1) errstr. | tb | 2023-07-23 | 2 | -41/+5 |
* | Tweak previous. Should have been 60 instead of 64 | tb | 2023-07-22 | 1 | -3/+3 |
* | Align argument names of OBJ_add_sigid() with the other functions. | tb | 2023-07-22 | 1 | -2/+2 |
* | Rewrite obj_xref.c | tb | 2023-07-22 | 4 | -419/+291 |
* | No need to call OBJ_sigid_free() in EVP_cleanup() anymore. | tb | 2023-07-22 | 1 | -2/+1 |
* | Neuter OBJ_add_sigid() and OBJ_sigid_free() | tb | 2023-07-22 | 1 | -93/+11 |
* | Adapt bn_print() for EdDSA key printing | tb | 2023-07-22 | 1 | -7/+40 |
* | Simplify indent handling in bn_print() | tb | 2023-07-22 | 1 | -6/+3 |
* | Fix #includes in ct_sct.c | tb | 2023-07-22 | 1 | -5/+7 |
* | Actually add OBJ_find_sigid_algs | tb | 2023-07-22 | 1 | -0/+90 |
* | Rename OBJ_add_sigid.3 to OBJ_find_sigid_algs.3 | tb | 2023-07-22 | 2 | -92/+2 |
* | bio_asn1 tests: drop unneeded variable | tb | 2023-07-21 | 1 | -3/+2 |
* | Add missing license for rsa_local.h | tb | 2023-07-21 | 1 | -1/+57 |
* | Simple adjustments for DSO removal | tb | 2023-07-21 | 2 | -8/+6 |
* | Stop mentioning some ERR_load_*_strings that will be removed | tb | 2023-07-21 | 1 | -6/+2 |
* | Provide a bunch of always failing ENGINE API | tb | 2023-07-21 | 3 | -6/+166 |
* | Fix Xr order to appease mandoc -Tlint | tb | 2023-07-21 | 1 | -4/+4 |
* | Remove OBJ_add_sigid and OBJ_sigid_free documentation | tb | 2023-07-21 | 5 | -54/+14 |
* | Remove ASN1_buf_print documentation | tb | 2023-07-21 | 3 | -74/+3 |
* | Remove remaining ECDSA_METHOD documentation | tb | 2023-07-21 | 1 | -29/+4 |
* | Remove documentation of ECDH/ECDSA ex_data API | tb | 2023-07-21 | 1 | -21/+3 |
* | Document ENGINE_get_default_EC | tb | 2023-07-21 | 1 | -17/+8 |
* | Document ENGINE_{get,set}_EC | tb | 2023-07-21 | 1 | -29/+17 |
* | Remove a few workarounds that are no longer necessary | tb | 2023-07-20 | 1 | -4/+1 |
* | Remove some ancient cruft that hasn't been used in ages | tb | 2023-07-20 | 4 | -1695/+1 |
* | Move get_rfc3526_prime_8192.3 to BN_get_rfc3526_prime_8192.3 | tb | 2023-07-20 | 2 | -4/+4 |
* | Remove unnecessary inclusion of dso.h | tb | 2023-07-20 | 3 | -6/+3 |