summaryrefslogtreecommitdiffstats
path: root/include/openssl
AgeCommit message (Expand)Author
2023-12-30Detect and prevent recursive config parsingNeil Horman
2023-11-06Make DH_check_pub_key() and DH_generate_key() safer yetRichard Levitte
2023-10-25Avoid using gets as an argument name in a prototypeTomas Mraz
2023-10-24Copyright year updatesMatt Caswell
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-04Restore the meaning of EVP_PKEY_print_private()Richard Levitte
2023-08-01Copyright year updatesMatt Caswell
2023-07-24fix: reject adding a duplicity into STACK_OF(X509_ATTRIBUTE)Adam Ć ulc
2023-07-19Fix DH_check() excessive time with over sized modulusMatt Caswell
2023-05-30Update copyright yearTomas Mraz
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2023-03-21cmp: fix --strict-warnings windows buildsFdaSilvaYY
2023-03-21nit: tidy-up code, and fix a typo.FdaSilvaYY
2023-03-01Fix potential infinite loops in ECDSA signing.slontis
2023-03-01Fix infinite loops in DSA sign code.slontis
2023-02-07Update copyright yearRichard Levitte
2023-02-03CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (3.0)Hugo Landau
2023-01-11Avoid ifdefs in trace categoriesTomas Mraz
2022-12-22Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell
2022-12-13Make error reason for disallowed legacy sigalg more specificTomas Mraz
2022-12-08OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb
2022-11-25add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb
2022-11-24CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb
2022-11-01Update copyright yearTomas Mraz
2022-10-25Add missing ERR_R_XXX_LIB codesTomas Mraz
2022-10-04Disable printf format checking on MinGWDaniel Fiala
2022-06-21Update copyright yearMatt Caswell
2022-06-16Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTRMichael Baentsch
2022-06-13RSA keygen update: Raise an error if no prime candidate q is found.slontis
2022-05-16Fix BIO_get_ktls_send/recv to return 0 or 1 onlyTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-04-27Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-04-21Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy
2022-04-14Add error code for unsupported explicit parametersTomas Mraz
2022-04-05Redefine macro X509_http_nbio to avoid using ocsp.hDaniel Fiala
2022-03-15Update copyright yearMatt Caswell
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2022-02-28Change `strlen' argument name to `strlength' to avoid c++ reserved words.Pauli
2022-02-08Prevent crash with engine using different openssl runtimeBernd Edlinger
2022-01-24self_test.h: fix the C++ wrappingPauli
2022-01-21Fix the same BIO_FLAGS macro definitionyangyangtiantianlonglong
2022-01-14Add a comment to indicate ineffective macroShreenidhi Shedi
2022-01-06Fix copyright year issuesBernd Edlinger
2022-01-03Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb
2022-01-03ec.h: Explain use of strstr() for EVP_EC_gen() and add #include <string.h>Dr. David von Oheimb
2021-12-10Make OSSL_provider_init() OPENSSL_EXPORT, not just externRichard Levitte
2021-12-10changes opensssl typos to opensslSam Eaton
2021-12-09OSSL_HTTP_get(): Fix timeout handling on redirectionDr. David von Oheimb