aboutsummaryrefslogtreecommitdiff
path: root/include/openssl
AgeCommit message (Expand)AuthorFilesLines
2023-10-24Copyright year updatesMatt Caswell3-3/+3
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre1-0/+6
2023-10-17CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb1-1/+2
2023-10-17PKCS7_SIGNER_INFO: point out confusing names of digest_enc_alg and enc_digest...Dr. David von Oheimb1-2/+2
2023-10-04Restore the meaning of EVP_PKEY_print_private()Richard Levitte1-0/+2
2023-10-03rand: add extra error codePauli1-1/+2
2023-10-03fips: use seed source requestedPauli1-0/+11
2023-10-03fips selftest: avoid relying on a real RNG for self testsPauli1-0/+1
2023-08-01Copyright year updatesMatt Caswell1-1/+1
2023-07-24fix: reject adding a duplicity into STACK_OF(X509_ATTRIBUTE)Adam Ć ulc1-1/+2
2023-07-19Fix DH_check() excessive time with over sized modulusMatt Caswell1-1/+5
2023-05-30Update copyright yearTomas Mraz2-2/+2
2023-05-25Replace __attribute__((malloc)) with __attribute__((__malloc__)) in macros.hAnis-cpu-131-1/+1
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb1-1/+3
2023-03-29fips: rework the option handling codePauli2-1/+11
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb1-0/+1
2023-03-21cmp: fix --strict-warnings windows buildsFdaSilvaYY1-1/+1
2023-03-21nit: tidy-up code, and fix a typo.FdaSilvaYY1-2/+2
2023-03-14Update copyright yearMatt Caswell3-3/+3
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis3-6/+16
2023-03-01Fix potential infinite loops in ECDSA signing.slontis1-1/+2
2023-03-01Fix infinite loops in DSA sign code.slontis1-1/+2
2023-02-07CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (3.0)Hugo Landau1-1/+1
2022-12-22Avoid ifdefs in trace categoriesTomas Mraz1-4/+2
2022-12-22Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell1-0/+1
2022-12-21Update copyright yearTomas Mraz1-1/+1
2022-12-13Make error reason for disallowed legacy sigalg more specificTomas Mraz1-0/+1
2022-12-12OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb1-1/+3
2022-12-09signature: Clamp PSS salt len to MD lenClemens Lang2-0/+4
2022-12-01Update copyright yearTomas Mraz21-21/+21
2022-11-25add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb1-0/+1
2022-11-24CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb1-6/+9
2022-11-23http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb1-1/+3
2022-11-23apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY1-2/+2
2022-11-23OSSL_CRYPTO_ALLOC attribute introduction proposal.David Carlier2-7/+17
2022-11-23Cleanup EBCDIC string defintionsTodd Short1-72/+29
2022-11-21Improve FIPS RSA keygen performance.slontis1-0/+1
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2-45/+96
2022-11-21Move types.h #undefs for wincrypt.h compatibilitySamuel Lee1-10/+13
2022-11-21Prepare NonStop for fixed-size integer types.Randall S. Becker1-0/+3
2022-11-21Header file cleanup for C++20 header-unitsNathan Sidwell14-15/+58
2022-11-11Support different R_BITS lengths for KBKDFPatrick Uiterwijk1-0/+1
2022-11-09Add context dup functions for digests and ciphersPauli1-0/+2
2022-11-09err: add additional errorsPauli1-1/+10
2022-11-09Fix typosDimitris Apostolou1-1/+1
2022-11-02Update FIPS KATs for 140-3Pauli1-0/+2
2022-11-02rand: add set0 calls for the private and public DRBGsPauli2-0/+3
2022-10-26Add missing ERR_R_XXX_LIB codesTomas Mraz1-0/+12
2022-10-04Disable printf format checking on MinGWDaniel Fiala1-0/+1
2022-06-21Update copyright yearMatt Caswell1-1/+1