aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
3 dayscheck-format.pl: do checks regarding statement/block after for() also on {OSS...Dr. David von Oheimb1-7/+7
11 daysdoc: support the roleSpecCertIdentifier X.509v3 extensionJonathan M. Wilbur1-0/+10
12 daysEVP_get_default_properties - make updateDmitry Belyavskiy1-0/+1
2024-09-10feat: support the authorityAttributeIdentifier X.509v3 extensionJonathan M. Wilbur1-0/+5
2024-09-06libcrypto/libssl.num: Set the numbers for 3_4_0 symbolsTomas Mraz2-189/+189
2024-09-05Copyright year updatesTomas Mraz7-7/+7
2024-09-05util/mkinstallvars.pl: replace List::Util::pairs with out ownRichard Levitte1-4/+33
2024-08-29Refactor and Enhance Compression Field Testingerbsland-dev1-0/+1
2024-08-29EVP_MD_size() updatesslontis1-0/+2
2024-08-28Cleanups for FIPS options..slontis2-2/+5
2024-08-27fix: for exporters to work for build config, there may be two include dirsRichard Levitte1-25/+46
2024-08-27feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...Richard Levitte1-0/+3
2024-08-27feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...Richard Levitte1-0/+3
2024-08-27Amend the design of AlgorithmIdentifier parameter passingRichard Levitte1-17/+35
2024-08-23param: add OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE parameter namePauli1-0/+1
2024-08-21Add FIPS KMAC key checkslontis2-2/+5
2024-08-21Add HMAC FIPS keysize check.slontis2-0/+4
2024-08-21fix: Have util/mkerr.pl comply better with our coding styleRichard Levitte1-6/+5
2024-08-21Implement functionality for direct use of composite signature algorithmsRichard Levitte2-0/+11
2024-08-19Add an indicator for AES GCM that returns if the iv has been generatedslontis1-0/+1
2024-08-16Revert "param: add OSSL_SIGNATURE_PARAM_EDDSA_VERIFY_DIGESTED"Pauli1-1/+0
2024-08-15Add FIPS Indicator for ECDH cofactor.slontis2-0/+4
2024-08-13adds TLS signature algorithms list featureMichael Baentsch1-0/+1
2024-08-13Restrict salt length for RSA-PSS in the FIPS providerpohsingwu2-0/+4
2024-08-12fipsmodule.cnf: set the signature digest checks option on installationPauli1-7/+8
2024-08-08fips: install with the kbkdf key check option setPauli1-0/+1
2024-08-08params: add kbkdf key check paramPauli1-0/+1
2024-08-07fips: add PKCS#1 version 1.5 padding check optionPauli1-0/+2
2024-08-07param: add ASYM_CIPHER_PARAM_PKCS15_PADDING_DISABLEDPauli1-0/+1
2024-08-07Add a test for a missing supported_versions extension in the HRRMatt Caswell1-1/+2
2024-08-07Fix typos found by codespellDimitri Papadopoulos1-1/+1
2024-08-07Implementation of the RFC 9579, PBMAC1 in PKCS#12 - documentationDmitry Belyavskiy2-2/+0
2024-08-07Implementation of the RFC 9579, PBMAC1 in PKCS#12Dmitry Belyavskiy1-0/+7
2024-08-07param: add OSSL_SIGNATURE_PARAM_EDDSA_VERIFY_DIGESTEDPauli1-0/+1
2024-08-06Disallow DSA Keygen in the FIPS providerslontis1-1/+3
2024-08-06Add KeyManagement keygen parameter getter/gettable functions.slontis1-0/+1
2024-08-05Add new configurable item `pbkdf2-lower-bound-check`pohsingwu2-0/+3
2024-08-03fix: util/mkinstallvars.pl mistreated LDLIBS on Unix (and Windows)Richard Levitte1-1/+3
2024-08-01ssl_evp_cipher_fetch(): Avoid using 3DES from the FIPS providerTomas Mraz1-0/+1
2024-08-01Restrict the length of key-derivation key used in KDFspohsingwu2-0/+14
2024-07-31jitter: add a new provider containing a jitter entropy source aloneDimitri John Ledkov1-0/+12
2024-07-29Add RSA Signature restrictions for X9.31 padding in the FIPS provider.slontis2-0/+4
2024-07-26Add FIPS indicator support for Triple-DES encryption.slontis2-1/+6
2024-07-26paramnames: add params for no-short-mac optionPauli1-0/+2
2024-07-26fipsinstall: add no_short_mac optionPauli1-0/+2
2024-07-26Disable DSA signing in the FIPS provider.slontis2-0/+6
2024-07-25Fix typo in mk-fipsmodule-cnf.plpohsingwu1-4/+4
2024-07-24doc: the basicAttConstraints X.509v3 extensionJonathan M. Wilbur1-0/+5
2024-07-24Restrict digest algorithm used in KDFspohsingwu2-0/+14
2024-07-18Add an OPENSSL_strtoul wrapperNeil Horman1-0/+1