summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2024-01-30Copyright year updatesMatt Caswell
2024-01-18Fix a FreeBSD build failure when KTLS is enabledMatt Caswell
2024-01-11Disable build of HWAES on PPC MacsTomas Mraz
2024-01-03Allow duplicate CMS attributesTomas Mraz
2023-12-22Detect and prevent recursive config parsingNeil Horman
2023-11-27Only include winsock2.h for struct timeval if neededHugo Landau
2023-11-15Keep track of connection credit as we add stream dataMatt Caswell
2023-11-06Fix conflicts between DH check flags and FFC check flagsRichard Levitte
2023-11-06Make DH_check_pub_key() and DH_generate_key() safer yetRichard Levitte
2023-11-03Add additional internal HPKE hardening checks resulting from code audit.Stephen Farrell
2023-11-01rand: implement an unbiased random integer from a rangePauli
2023-10-26EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on fa...Dr. David von Oheimb
2023-10-26Copyright year updatesMatt Caswell
2023-10-25Avoid using gets as an argument name in a prototypeTomas Mraz
2023-10-25QUIC APL: Add support for querying frame type causing closureHugo Landau
2023-10-24rand: fix seeding from a weak entropy sourceMatthias St. Pierre
2023-10-20Round up nano secs when converting OSSL_TIME to struct timevalMatt Caswell
2023-10-20QUIC: Prevent incoming oversize tokensHugo Landau
2023-10-20QUIC: Add handling of SSL_get_shutdown()Tomas Mraz
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre
2023-10-19Do not include crypto/asn1.h from internal/cryptlib.hTomas Mraz
2023-10-17CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb
2023-10-17PKCS7_SIGNER_INFO: point out confusing names of digest_enc_alg and enc_digest...Dr. David von Oheimb
2023-10-11Ensure struct timeval is defined when including ssl.hHugo Landau
2023-10-10CMP: fix OSSL_CMP_MSG_http_perform() by adding option OSSL_CMP_OPT_USE_TLSDr. David von Oheimb
2023-10-10* Enable extra Arm64 optimization on Windows for GHASH, RAND and AESEvgeny Karpov
2023-10-10When calling ossl_crypto_condvar_wait_timeout() we must use real timeMatt Caswell
2023-10-04Restore the meaning of EVP_PKEY_print_private()Richard Levitte
2023-10-04macros.h: There are just 3.1 deprecations, no 3.2 deprecationsTomas Mraz
2023-10-04All lh_stats functions were deprecated in 3.1Tomas Mraz
2023-09-28Copyright year updatesMatt Caswell
2023-09-27Fix a mem leak when the FIPS provider is used in a different threadMatt Caswell
2023-09-27fips: use seed source requestedPauli
2023-09-27rand: add extra error codePauli
2023-09-27fips selftest: avoid relying on a real RNG for self testsPauli
2023-09-25Implement a public BIO_ADDR_copy() functionMatt Caswell
2023-09-19Allow to pass a passprase callback at store openSimo Sorce
2023-09-15Store: API for deletionDmitry Belyavskiy
2023-09-15Remove use of _Static_assertMatt Caswell
2023-09-12Fix the SSL_CIPHER_find() function when used with a QCSOMatt Caswell
2023-09-12Add a test for using a PSK with QUICMatt Caswell
2023-09-11Bad function definitionDimitri Papadopoulos
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-08Exclude include of poll.h from NonStop builds - not defined on platform.Randall S. Becker
2023-09-07Copyright year updatesMatt Caswell
2023-09-04internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_CRichard Levitte
2023-09-04VMS: Add a fallback definition of socklen_tRichard Levitte
2023-09-04Change PBES2 KDF default salt length to 16 bytes.slontis
2023-09-04Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exeTom Cosgrove