summaryrefslogtreecommitdiffstats
path: root/krb5 (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-31JITTER: add documentationDimitri John Ledkov4-4/+101
2024-07-31jitter: add a new provider containing a jitter entropy source aloneDimitri John Ledkov15-1/+458
2024-07-31Add FIPS indicator to CMAC.slontis6-18/+146
2024-07-30Add negative tests for SHAKE with PBKDF2 and X9.42 KDFPauli2-0/+36
2024-07-30Disallow SHAKE when using PBKDF2 and X9.42 KDFPauli2-4/+21
2024-07-29Add RSA Signature restrictions for X9.31 padding in the FIPS provider.slontis15-5/+144
2024-07-28drbg: streamline test for allowed digestsPauli1-1/+2
2024-07-27fix Coverity 1604662Neil Horman1-3/+10
2024-07-26Fix second error from Coverity-161057Neil Horman1-7/+6
2024-07-26Fix coverity-993406Neil Horman1-0/+3
2024-07-26Add FIPS indicator support for Triple-DES encryption.slontis17-37/+230
2024-07-26test: fix failing KDF tests with changed behaviourPauli4-0/+28
2024-07-26changes: add no_short_mac entryPauli1-1/+7
2024-07-26test: add unit tests for no-short-macPauli1-0/+50
2024-07-26prov: add no-short-mac code to KMACPauli1-0/+27
2024-07-26fips: wire in the no-short-mac optionPauli3-1/+19
2024-07-26doc: document no-short-mac paramPauli2-3/+37
2024-07-26paramnames: add params for no-short-mac optionPauli1-0/+2
2024-07-26doc: document no_short_mac option to fipsinstallPauli1-0/+6
2024-07-26fipsinstall: add no_short_mac optionPauli2-1/+12
2024-07-26evp_test: check MAC FIPS approved flagPauli1-0/+18
2024-07-26Disable DSA signing in the FIPS provider.slontis20-32/+201
2024-07-25Fix Coverity-1604641Neil Horman1-1/+2
2024-07-25Fix typo in mk-fipsmodule-cnf.plpohsingwu1-4/+4
2024-07-24doc: the basicAttConstraints X.509v3 extensionJonathan M. Wilbur4-0/+11
2024-07-24test: the basicAttConstraints X.509v3 extensionJonathan M. Wilbur2-1/+20
2024-07-24feat: support the basicAttConstraints X.509v3 extensionJonathan M. Wilbur5-1/+94
2024-07-24Fix strtoul test on alpine/muslNeil Horman1-3/+4
2024-07-24Restrict digest in set_ctx_paramspohsingwu17-218/+311
2024-07-24Add FIPS indicator tests for KDFspohsingwu8-10/+130
2024-07-24Restrict digest algorithm used in KDFspohsingwu26-42/+686
2024-07-23Ensure cmd from fuzz buffer is always validNeil Horman1-2/+12
2024-07-22unnecessary whitespace before a quoted newlineDimitri Papadopoulos4-7/+7
2024-07-22Prefer ARRAY_SIZE(...)Dimitri Papadopoulos7-18/+20
2024-07-22open brace '{' following struct go on the same lineDimitri Papadopoulos13-38/+21
2024-07-22that open brace { should be on the previous lineDimitri Papadopoulos45-179/+190
2024-07-22Remove trailing whitespaceDimitri Papadopoulos32-49/+49
2024-07-21Update X509V3_get_d2i.pod returned pointer needs to be freedjasper-smit-servicenow1-0/+1
2024-07-21i2d_name_canon(): Check overflow in len accumulationTomas Mraz1-2/+2
2024-07-21gitignore: add .DS_StoreGeorgi Valkov1-0/+3
2024-07-21fix: style nitsRichard Levitte2-37/+36
2024-07-21fix: refactor the EVP_PKEY_OP checksRichard Levitte2-15/+21
2024-07-21tls13_meth.c: Check for negative return from EVP_CIPHER_CTX_get_iv_length()Tomas Mraz1-3/+11
2024-07-21Remove check for RSA encryption allowing X9.31 padding.slontis1-1/+0
2024-07-19fips: correctly initialise FIPS indicator settablesPauli2-3/+6
2024-07-19prov-compat-label.yml: Do not test fips provider from masterTomas Mraz1-1/+1
2024-07-19Fix the provider compatibility CITomas Mraz2-1/+8
2024-07-18Fix coverity-1604661Neil Horman1-0/+3
2024-07-18Fix coverity-1610057Neil Horman1-6/+10
2024-07-18Add a stroul testNeil Horman3-1/+130