summaryrefslogtreecommitdiffstats
path: root/util/perl/OpenSSL/paramnames.pm (follow)
Commit message (Expand)AuthorAgeFilesLines
* kdfs: implement key length check in X9.42Dimitri John Ledkov2024-09-301-0/+1
* Cleanups for FIPS options..slontis2024-08-281-1/+4
* Amend the design of AlgorithmIdentifier parameter passingRichard Levitte2024-08-271-17/+35
* param: add OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE parameter namePauli2024-08-221-0/+1
* Add FIPS KMAC key checkslontis2024-08-211-0/+2
* Add HMAC FIPS keysize check.slontis2024-08-211-0/+2
* Implement functionality for direct use of composite signature algorithmsRichard Levitte2024-08-211-0/+1
* 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-151-0/+2
* Restrict salt length for RSA-PSS in the FIPS providerpohsingwu2024-08-131-0/+2
* params: add kbkdf key check paramPauli2024-08-081-0/+1
* param: add ASYM_CIPHER_PARAM_PKCS15_PADDING_DISABLEDPauli2024-08-071-0/+1
* param: add OSSL_SIGNATURE_PARAM_EDDSA_VERIFY_DIGESTEDPauli2024-08-071-0/+1
* Disallow DSA Keygen in the FIPS providerslontis2024-08-061-1/+3
* Add new configurable item `pbkdf2-lower-bound-check`pohsingwu2024-08-051-0/+1
* 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-011-0/+7
* Add RSA Signature restrictions for X9.31 padding in the FIPS provider.slontis2024-07-291-0/+2
* Add FIPS indicator support for Triple-DES encryption.slontis2024-07-261-0/+3
* paramnames: add params for no-short-mac optionPauli2024-07-261-0/+2
* Disable DSA signing in the FIPS provider.slontis2024-07-261-0/+2
* Restrict digest algorithm used in KDFspohsingwu2024-07-241-0/+7
* Add FIPS indicator for TEST-RANDPauli2024-07-171-0/+1
* Change all existing FIPS configurable checks to use FIPS indicators.slontis2024-07-111-0/+17
* Extend TLSv1.3 record layer padding API callsStephen Farrell2024-07-101-0/+1
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Make the generated params_idx.c file deterministic if run multipleslontis2024-03-111-1/+1
* Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman2024-01-091-0/+1
* fips selftest: avoid relying on a real RNG for self testsPauli2023-09-271-0/+1
* OpenSSL::paramnames: Use less magic perlRichard Levitte2023-06-151-3/+3
* params: provide a faster TRIE based param lookup.Pauli2023-06-021-0/+673