summaryrefslogtreecommitdiffstats
path: root/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* param: add OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE parameter namePauli2024-08-221-0/+1
* Add FIPS KMAC key checkslontis2024-08-212-2/+5
* Add HMAC FIPS keysize check.slontis2024-08-212-0/+4
* fix: Have util/mkerr.pl comply better with our coding styleRichard Levitte2024-08-211-6/+5
* Implement functionality for direct use of composite signature algorithmsRichard Levitte2024-08-212-0/+11
* Add an indicator for AES GCM that returns if the iv has been generatedslontis2024-08-181-0/+1
* Revert "param: add OSSL_SIGNATURE_PARAM_EDDSA_VERIFY_DIGESTED"Pauli2024-08-161-1/+0
* Add FIPS Indicator for ECDH cofactor.slontis2024-08-152-0/+4
* adds TLS signature algorithms list featureMichael Baentsch2024-08-131-0/+1
* Restrict salt length for RSA-PSS in the FIPS providerpohsingwu2024-08-132-0/+4
* fipsmodule.cnf: set the signature digest checks option on installationPauli2024-08-121-7/+8
* fips: install with the kbkdf key check option setPauli2024-08-081-0/+1
* params: add kbkdf key check paramPauli2024-08-081-0/+1
* fips: add PKCS#1 version 1.5 padding check optionPauli2024-08-071-0/+2
* param: add ASYM_CIPHER_PARAM_PKCS15_PADDING_DISABLEDPauli2024-08-071-0/+1
* Add a test for a missing supported_versions extension in the HRRMatt Caswell2024-08-071-1/+2
* Fix typos found by codespellDimitri Papadopoulos2024-08-071-1/+1
* Implementation of the RFC 9579, PBMAC1 in PKCS#12 - documentationDmitry Belyavskiy2024-08-072-2/+0
* Implementation of the RFC 9579, PBMAC1 in PKCS#12Dmitry Belyavskiy2024-08-071-0/+7
* param: add OSSL_SIGNATURE_PARAM_EDDSA_VERIFY_DIGESTEDPauli2024-08-071-0/+1
* Disallow DSA Keygen in the FIPS providerslontis2024-08-061-1/+3
* Add KeyManagement keygen parameter getter/gettable functions.slontis2024-08-061-0/+1
* Add new configurable item `pbkdf2-lower-bound-check`pohsingwu2024-08-052-0/+3
* fix: util/mkinstallvars.pl mistreated LDLIBS on Unix (and Windows)Richard Levitte2024-08-031-1/+3
* ssl_evp_cipher_fetch(): Avoid using 3DES from the FIPS providerTomas Mraz2024-08-011-0/+1
* Restrict the length of key-derivation key used in KDFspohsingwu2024-08-012-0/+14
* jitter: add a new provider containing a jitter entropy source aloneDimitri John Ledkov2024-07-311-0/+12
* Add RSA Signature restrictions for X9.31 padding in the FIPS provider.slontis2024-07-292-0/+4
* Add FIPS indicator support for Triple-DES encryption.slontis2024-07-262-1/+6
* paramnames: add params for no-short-mac optionPauli2024-07-261-0/+2
* fipsinstall: add no_short_mac optionPauli2024-07-261-0/+2
* Disable DSA signing in the FIPS provider.slontis2024-07-262-0/+6
* Fix typo in mk-fipsmodule-cnf.plpohsingwu2024-07-251-4/+4
* doc: the basicAttConstraints X.509v3 extensionJonathan M. Wilbur2024-07-241-0/+5
* Restrict digest algorithm used in KDFspohsingwu2024-07-242-0/+14
* Add an OPENSSL_strtoul wrapperNeil Horman2024-07-181-0/+1
* fix: util/check-format-commit.sh to handle one-line diff hunksRichard Levitte2024-07-181-0/+2
* Add FIPS indicator for TEST-RANDPauli2024-07-171-0/+1
* Convert check-format-commits.sh to use allowlistNeil Horman2024-07-131-28/+19
* feat: enhance util/check-format-commit.sh to be able to handle a commit rangeRichard Levitte2024-07-121-21/+30
* ignore various files in commit checkerNeil Horman2024-07-121-1/+10
* Modify check-format to match line length coding styleNeil Horman2024-07-111-8/+9
* Add FIPS indicators to evp_testslontis2024-07-111-0/+2
* Change all existing FIPS configurable checks to use FIPS indicators.slontis2024-07-111-0/+17
* add X509v3_add_extensions()Dr. David von Oheimb2024-07-101-0/+1
* Add a check-format-commit.sh scriptNeil Horman2024-07-101-0/+171
* Extend TLSv1.3 record layer padding API callsStephen Farrell2024-07-102-0/+3
* Add documentation for deprecated CMAC_CTX functionserbsland-dev2024-07-102-9/+1
* Add and Update Documentation for TS_VERIFY_CTX Functionserbsland-dev2024-07-102-4/+9
* check_format.pl: fix detection of 'if' with single stmt in braces without 'else'Dr. David von Oheimb2024-07-082-6/+8