591 Commits (da663b7ca86d70f7da979f9a48d2238ca5762bdd)

Author SHA1 Message Date
David Benjamin da663b7ca8 Skip the field inversion when just measuring output size. 2 years ago
David Benjamin 054a5d36bb Print the curve name, not bit length in EVP_PKEY_print_* 2 years ago
David Benjamin fd4315d8eb Remove tautological comparison. 2 years ago
David Benjamin 045129c80c Fix EC public key output in EVP_PKEY_print_* 2 years ago
David Benjamin 11c25a65cf Add missing heading to DSA output. 2 years ago
David Benjamin 1e0f0423dd Fix trailing whitespace in EVP_PKEY_print_* 2 years ago
David Benjamin 3592aa3009 Simplify crypto/evp/print.c. 2 years ago
David Benjamin 1ec335da79 Add tests for EVP_PKEY_print_* 2 years ago
David Benjamin 7deb831462 Clean up short BIGNUM handling in bn_print. 2 years ago
David Benjamin 9d64d8d237 Miscellaneous -Wshorten-64-to-32 fixes. 2 years ago
David Benjamin 671ccb1a98 Make EVP_PKEY_*_tls_encodedpoint work with EVP_PKEY_EC. 2 years ago
Biswapriyo Nath b819f7e939 Fix linking with non-MSVC toolchain in Windows platform 2 years ago
David Benjamin 7d1fc2b014 Enable -Wstring-concatenation and silence warning. 2 years ago
David Benjamin 58f728eaec Switch RSA_sign to size_t. 2 years ago
David Benjamin ca6fa61cdb Further fixups on the new tests. 2 years ago
David Benjamin 9cd85d0b4c Also detect Armv8.2 SHA-512 extensions on FreeBSD. 2 years ago
David Benjamin 818c4aafa8 Fix comments around TBSCertificate cache. 2 years ago
David Benjamin da96eeb958 Test (and, for CSRs, fix) TBS cache invalidation on signing. 2 years ago
Sergey A. Osokin d66bba9128 Add support for arm/aarch64 on FreeBSD 2 years ago
David Benjamin 17832275b7 Replace UTF8_putc with cbb_add_utf8. 2 years ago
David Benjamin 254b8e1139 Some CBB_init_fixed simplifications. 2 years ago
David Benjamin 15ba28f839 Make CBB_init_fixed infallible and allocationless. 2 years ago
David Benjamin 1ee71185a2 Add CBB_add_asn1_[u]int64_with_tag. 2 years ago
David Benjamin 5a9043a0ff Make DH opaque. 2 years ago
David Benjamin d8090a173b Test i2d_re_* for CRLs and CSRs too. 2 years ago
David Benjamin 46a1c7e233 Add EVP_HPKE_KEM_public_key_len and EVP_HPKE_KEM_private_key_len. 2 years ago
David Benjamin cab31f65f1 Add int64 ASN1_INTEGER setters too. 2 years ago
David Benjamin a61e7475d3 Also check for V_ASN1_NEG_INTEGER when checking types. 2 years ago
David Benjamin 04989786e9 Write a test for CONF_parse_list. 3 years ago
David Benjamin 11f93cdf55 Make CONF_parse_list size_t-clean. 3 years ago
David Benjamin 2397276eed Unexport CONF_parse_list. 3 years ago
David Benjamin 91e0b11eba Use the new macOS sysctl names when available 3 years ago
David Benjamin 1b2b7b2e70 Various -Wshorten-64-to-32 fixes. 3 years ago
David Benjamin bbd9f18fb6 Document and tidy up X509_find_by_*. 3 years ago
David Benjamin d0a0750123 Remove unused X509_LOOKUP_by_* functions. 3 years ago
Emily Stark fd522968ee Check some ASN1_STRING types in crypto/x509 3 years ago
David Benjamin 7b2795a323 Replace even more ad-hoc bytes/integer conversions. 3 years ago
Don 9f426b60fa Specify all library install destinations 3 years ago
Bob Beck 1510e460c6 Add a poisoned field to EVP_CIPHER_CTX. 3 years ago
David Benjamin 2e295b91a3 Stub out DSA paramgen functions. 3 years ago
David Benjamin 8a1542fc41 Stub out the OpenSSL secure heap. 3 years ago
David Benjamin ea2ad5a876 Add ASN1_INTEGER_get_int64 and ASN1_ENUMERATED_get_int64. 3 years ago
David Benjamin 1106836aa9 Provide the other primes from RFC 3526. 3 years ago
David Benjamin 8462a367bb Silence a GCC 12 -Warray-bounds false positive warning. 3 years ago
David Benjamin 2749466282 Rework truncated SHA-2 to silence GCC 12 false positive warning. 3 years ago
David Benjamin 19009c51bf Require getrandom in all FIPS builds. 3 years ago
David Benjamin aca1930403 Incorporate OS entropy on FIPS CTR-DRBG reseed, not just init. 3 years ago
Bob Beck 5f627e569f Add RAND_get_system_entropy_for_custom_prng 3 years ago
David Benjamin b8e784e69f Rewrite RSA_verify_PKCS1_PSS_mgf1 with size_t. 3 years ago
David Benjamin 34e474f794 Check set_encrypt_key return value in AESTest.ABI. 3 years ago