summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
11 daysAdd reason codes with the correct offset for two alertsJacob Champion
2024-05-02Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()Tomas Mraz
2024-05-02Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSATomas Mraz
2024-05-02Make ossl_gen_deterministic_nonce_rfc6979() constant timeTomas Mraz
2024-05-02Make BN_generate_dsa_nonce() constant time and non-biasedTomas Mraz
2024-04-10Change approach to SSL_pending APIHugo Landau
2024-04-10QUIC QSM: Add function to determine if data is waitingHugo Landau
2024-03-15apps/x509.c: No warning reading from stdin if redirectedTomas Mraz
2024-02-19OpenSSL License is applied for some source files, change to Apache 2Shakti Shah
2024-02-09THREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafeHugo Landau
2024-02-06s390x: Fix build on s390x with 'disable-asm'Ingo Franzki
2024-01-31Fix compilation on Windows using iccMatt Caswell
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