summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-05-17Fix typo in CONTRIBUTING.mdJames Muir
2024-05-16Check DSA parameters for excessive sizes before validatingTomas Mraz
2024-05-15Update openssl-smime.pod.inDominikN
2024-05-15[Docs] 'SSL_CTX_set_cert_store' ownership of 'store'Ruslan Baratov
2024-05-15fix sm2 encryption implementation bug.Liu-Ermeng
2024-05-14sslapitest.c: With fips skip tests depending on X25519 and X448Tomas Mraz
2024-05-1490-test_sslapi.t: Fix execution of sslapitest with fips providerTomas Mraz
2024-05-14test/ssl-tests: Avoid depending on X25519 and X448 being fips approvedTomas Mraz
2024-05-14quicapitest.c: Make test_ssl_trace to be insensitive to fips changesTomas Mraz
2024-05-14Release pkey_ctx on initialization failureirosay
2024-05-14apps/pkcs12: Not writing the private key file until the import password is ve...naaysayer
2024-05-14Add reason codes with the correct offset for two alertsJacob Champion
2024-05-14doc: Fix description of EVP_CIPHER_CTX_dupDaiki Ueno
2024-05-14quic_multistream_test: fix undefined symbol snprintf with VS2010Georgi Valkov
2024-05-10tls_provider_init(): Rename prov_ctx to xor_prov_ctx to clarifyTomas Mraz
2024-05-10tls_provider_init(): Fix leaks in error casesTomas Mraz
2024-05-09Dependabot update: Bump coverallsapp/github-actiondependabot[bot]
2024-05-08Avoid memory leak in x509_test error pathViktor Dukhovni
2024-05-07Fix intermittent sslapitest early data related failuresMatt Caswell
2024-05-07Use OSSL_TIME instead of using arithmetic directly on time_tMatt Caswell
2024-05-07Add linux-arm64ilp32-clang targetHuiyue Xu
2024-05-06Fix undefined behaviour in the event of a zero length session idMatt Caswell
2024-05-06Document the SSL_set_session_secret_cb() functionMatt Caswell
2024-05-06Set the server sig algs before calling the session_secret_cbMatt Caswell
2024-05-06Add a test for the session_secret_cbMatt Caswell
2024-05-06Fix error handling in CMS_EncryptedData_encryptBernd Edlinger
2024-05-02Correct top for EC/DSA nonces if BN_DEBUG is onTomas Mraz
2024-05-02Adjust FIPS EC/DSA self test data for different nonce generationTomas Mraz
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-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