summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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-04-04Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger
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-03-01Disable atomic refcounts with no-threadsJ.W. Jagersma
2023-02-07Update copyright yearRichard Levitte
2023-02-03Internaly declare the DSA type for no-deprecated buildsTomas Mraz
2023-02-03CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (3.0)Hugo Landau
2023-02-03Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-03Fix NULL deference when validating FFC public key.slontis
2023-02-03Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
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-15Propagate selection all the way on key exportSimo Sorce
2022-11-10Release the drbg in the global default context before enginesTomas Mraz
2022-11-01Update copyright yearTomas Mraz
2022-10-25Add missing ERR_R_XXX_LIB codesTomas Mraz
2022-10-11Update copyright yearMatt Caswell
2022-10-04Disable printf format checking on MinGWDaniel Fiala
2022-09-29djgpp: Define WATT32_NO_OLDIES before including socket headersJ.W. Jagersma
2022-08-22Coverity 1508506: misuse of time_tPauli
2022-08-19Limit the size of various MAXCHUNK definitionsPauli
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-07-19For known safe primes use the minimum key length according to RFC 7919Tomas Mraz
2022-07-13Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte
2022-07-05Update copyright yearRichard Levitte
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz
2022-06-27der_writer: Use uint32_t instead of long.Daniel 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-23strcasecmp: implement strcasecmp and strncasecmpPauli
2022-05-23tolower: refine the tolower code to avoid a memory accessPauli
2022-05-16Fix BIO_get_ktls_send/recv to return 0 or 1 onlyTomas Mraz
2022-05-13Always try locale initialization from OPENSSL_strcasecmpTomas Mraz