summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* EC_GROUP_check.3: rephrase a sentence to avoid a word repetitionHEADmastertb27 hours1-4/+4
* EC_GROUP_new_by_curve_name.3: escape a - in code.tb27 hours1-3/+3
* c2sp: drop OpenSSL 1.1 and 3.2, add 3.5tb2 days1-2/+2
* EC_POINT_point2oct: remove in_ prefix in RETURN VALUEStb3 days1-5/+5
* EC_GROUP_new_curve_GFp: some fixes in the RETURN VALUE sectiontb4 days1-9/+12
* Fix markup for EC_GROUP_set_point_conversion_formtb4 days1-4/+5
* Fix up a few dangling referencestb4 days4-13/+12
* Rework EC documentationtb4 days13-1242/+1998
* BN_new: zap an anachronistic admonitiontb4 days1-4/+2
* Restore two #if defined(GHASH) that were incorrectly removed.jsing4 days1-5/+5
* Unifdef OPENSSL_SMALL_FOOTPRINT.jsing5 days1-13/+5
* Use the OPENSSL_SMALL_FOOTPRINT code in gcm_init_4bit().jsing5 days1-32/+2
* Mop up all of the GETU32/BSWAP4/BSWAP8 macros since they're now unused.jsing6 days2-44/+2
* Rewrite gcm_gmult_1bit() to avoid sizeof(long) hacks.jsing6 days1-22/+8
* Fix CRYPTO_gcm128_decrypt() when compiled with TABLE_BITS == 1.jsing6 days1-3/+3
* Unifdef OPENSSL_SMALL_FOOTPRINT.jsing6 days5-23/+5
* Mop up OPENSSL_FIPSAPI define.jsing7 days1-3/+1
* Use OPENSSL_assert() instead of assert().jsing7 days1-10/+6
* Remove now unused PUTU32 macros from modes_local.h.jsing7 days1-3/+1
* Use crypto_load_be32toh()/crypto_store_htobe32() instead of GETU32/PUTU32.jsing7 days1-4/+6
* Mop up unused MODES_DEBUG.jsing8 days7-49/+7
* Fix another #include that was hiding.jsing8 days1-2/+2
* Tidy includes.jsing8 days6-14/+25
* Use standard integer types rather than custom typedefs.jsing8 days2-25/+21
* Move AES public functions from aes_core.c to aes.c.jsing9 days2-56/+47
* Fix x509's -nameopt default and spell an option correctlykn10 days1-4/+4
* Fix indentation and line wrapping.jsing11 days1-17/+15
* Remove BS-AES and VP-AES from EVP.jsing11 days3-137/+9
* SSL_set_tlsext_host_name: as a setter it cannot take a const ssltb12 days1-3/+3
* Remove two unused defines, update standard referencetb12 days1-7/+3
* Use 'ctx' for sha3_ctx variables, rather than the less readable 'c'.jsing12 days2-36/+36
* Fix annoying whitespacetb12 days4-52/+52
* Pull casts from void * to uint8_t * up to variables, rather than inline.jsing12 days1-9/+11
* Use two temporary variables in sha3_keccakf(), rather than reusing bc[0].jsing12 days1-8/+8
* Use crypto_rol_u64() instead of a separate ROTL64 define.jsing12 days1-5/+4
* Use hyphenated spelling for the SHAs except for the APItb12 days12-41/+42
* Enable remaining tests with NULL, 0tb2025-04-142-9/+3
* Link hash regress to buildtb2025-04-141-1/+2
* Add some regress coverage for the hashes in libctb2025-04-142-0/+946
* Update openssl.1 for msie_hack removaltb2025-04-141-21/+4
* Remove openssl ca -msie_hacktb2025-04-141-31/+2
* parse_test_file()tb2025-04-131-1/+3
* Avoid compiler warning on some OStb2025-04-131-1/+1
* x509_policy: zap an extra stb2025-03-281-2/+2
* x509_policy: certificats -> certificatestb2025-03-281-2/+2
* typos: us -> is, te -> the (twice)tb2025-03-281-3/+3
* typo: primtive -> primitivetb2025-03-282-4/+4
* Fix RETURN VALUES for EVP_CIPHER_CTX_ctrl(3)tb2025-03-251-9/+4
* Explicitly pass group generator to mul_double_nonct() from EC_POINT_mul().jsing2025-03-244-35/+33
* Check group generator in EC_POINT_mul().jsing2025-03-241-1/+6