1003 Commits (9d64d8d2373db494d3460102b970f4aaf92ee274)
 

Author SHA1 Message Date
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
Adam Langley 1eea82a92a Break FIPS tests by zeroing out the entire value. 2 years ago
David Benjamin 14aa0de18f Remove CMake install command for modulewrapper. 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 19d6ec9c43 Check for TLS 1.3 in SSL_generate_key_block. 2 years ago
Adam Langley 8927cb8f81 acvp: support fetching expected results. 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 64393b57e8 Default SSL_set_enforce_rsa_key_usage to enabled. 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 80eb8141a2 Remove the experimental in-place record APIs. 2 years ago
David Benjamin 32013e8147 Maintain the sequence number as a uint64_t. 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. 2 years ago
David Benjamin 11f93cdf55 Make CONF_parse_list size_t-clean. 2 years ago
David Benjamin 2397276eed Unexport CONF_parse_list. 2 years ago
David Benjamin 46af243121 Use Array<uint8_t> in DTLS1_OUTGOING_MESSAGE. 2 years ago
David Benjamin 361e3e0aba Move the DTLS cookie to SSL_HANDSHAKE. 2 years ago
David Benjamin 91e0b11eba Use the new macOS sysctl names when available 2 years ago
David Benjamin 1b2b7b2e70 Various -Wshorten-64-to-32 fixes. 2 years ago
David Benjamin bbd9f18fb6 Document and tidy up X509_find_by_*. 2 years ago
David Benjamin d0a0750123 Remove unused X509_LOOKUP_by_* functions. 2 years ago
Emily Stark fd522968ee Check some ASN1_STRING types in crypto/x509 2 years ago
David Benjamin 7b2795a323 Replace even more ad-hoc bytes/integer conversions. 2 years ago
Don 9f426b60fa Specify all library install destinations 2 years ago
Bob Beck 1510e460c6 Add a poisoned field to EVP_CIPHER_CTX. 2 years ago
David Benjamin 2e295b91a3 Stub out DSA paramgen functions. 2 years ago
David Benjamin 8a1542fc41 Stub out the OpenSSL secure heap. 2 years ago
David Benjamin c990cf1834 Define OPENSSL_NO_SSL_TRACE. 2 years ago
David Benjamin ea2ad5a876 Add ASN1_INTEGER_get_int64 and ASN1_ENUMERATED_get_int64. 2 years ago
David Benjamin e8e6cacca4 Add the "groups" variants of SSL_CTX_set1_curves_list. 2 years ago
David Benjamin 1106836aa9 Provide the other primes from RFC 3526. 2 years ago
David Benjamin 8462a367bb Silence a GCC 12 -Warray-bounds false positive warning. 2 years ago
David Benjamin 2749466282 Rework truncated SHA-2 to silence GCC 12 false positive warning. 2 years ago
David Benjamin 19009c51bf Require getrandom in all FIPS builds. 2 years ago
David Benjamin aca1930403 Incorporate OS entropy on FIPS CTR-DRBG reseed, not just init. 2 years ago
Bob Beck 5f627e569f Add RAND_get_system_entropy_for_custom_prng 2 years ago