summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-05-01Fixed typos in EVP_PKEY_decrypt.pod and RSA_public_encrypt.podsapph2c
2024-04-30Fix race for X509 store found by thread sanitizerRobert Schulze
2024-04-30ess_lib.c: Changed ERR_LIB_CMS to ERR_LIB_ESSleerubin13
2024-04-29doc: clarify SSL_CIPHER_description allocationDaniel McCarney
2024-04-29updated to oqs-provider 0.6.0Michael Baentsch
2024-04-26Add an Apple privacy info file for OpenSSLTakehiko Yokota
2024-04-24Update perl-actions/install-with-cpanm version in CITomas Mraz
2024-04-23Invoke tear_down when exiting test_encode_tls_sct() prematurelyshridhar kalavagunta
2024-04-22Be more explicit about RSAES-PKCS#1v1.5 error handlingHubert Kario
2024-04-22Fix missing NULL check in prov_config_testNeil Horman
2024-04-22fix sending error when no root CA cert update availableRajeev Ranjan
2024-04-19Fix migration guide mappings for i2o/o2i_ECPublicKeyslontis
2024-04-19OSSL_STORE: Add reference docs for the built-in Windows store implementationRichard Levitte
2024-04-18Fix up path generation to use OPENSSL_MODULESNeil Horman
2024-04-18Update modulepath test for provider config to skip if not presentNeil Horman
2024-04-18Add test for OSSL_PROVIDER_load with module path setNeil Horman
2024-04-18set module path from templateNeil Horman
2024-04-18QUIC TXP: Fix reserve calculations for PING framesHugo Landau
2024-04-17.ctags.d is previous, include it in our tarballsRichard Levitte
2024-04-17fuzz/decoder.c: Limit the EVP_PKEY_param_check on DHX keys as wellTomas Mraz
2024-04-17Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a
2024-04-16OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socketAlexandr Nedvedicky
2024-04-16doc/fingerprints.txt: Add the future OpenSSL release keyRichard Levitte
2024-04-15Adding missing NULL pointer checkafshinpir
2024-04-15list_provider_info(): Fix leak on errorTomas Mraz
2024-04-12ossl_provider_new(): Fix memory leak on errorTomas Mraz
2024-04-12make_addressPrefix(): Fix a memory leak in error caseTomas Mraz
2024-04-11crypto/provider_core.c: Allocate activatecnt_lockOleg Bulatov
2024-04-10Change approach to SSL_pending APIHugo Landau
2024-04-10QUIC APL: Fix default stream creation on server sideHugo Landau
2024-04-10QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compatHugo Landau
2024-04-10QUIC QSM: Add function to determine if data is waitingHugo Landau
2024-04-10Document that private and pairwise checks are not bounded by key sizeTomas Mraz
2024-04-10fuzz/decoder.c: Limit the key sizes on which checks are runTomas Mraz
2024-04-10Fix socket descriptor checks on Windowsolszomal
2024-04-10man EVP_PKEY_CTX_set_params: document params is a listHubert Kario
2024-04-10aarch64: fix BTI in bsaes assembly codeTom Cosgrove
2024-04-10Downgrade also the download-artifact actionTomas Mraz
2024-04-09Add docs noting requirements for SM2 signingNeil Horman
2024-04-09Add check for public key presence on sm2 signingNeil Horman
2024-04-09APPS: Add missing OPENSSL_free() and combine the error handlerJiasheng Jiang
2024-04-09Fix "Error finalizing cipher loop" when running openssl speed -evp -decryptTom Cosgrove
2024-04-09Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short
2024-04-08Add a test for session cache overflowMatt Caswell
2024-04-08Hardening around not_resumable sessionsMatt Caswell
2024-04-08Add a CHANGES.md/NEWS.md entry for the unbounded memory growth bugMatt Caswell
2024-04-08Fix unconstrained session cache growth in TLSv1.3Matt Caswell