summaryrefslogtreecommitdiffstats
path: root/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "chomp does not work on windows."Bernd Edlinger2025-01-151-2/+1
* Revert "Do not confuse TAP::Parser by mixing up stderr with stdout."Bernd Edlinger2025-01-151-7/+1
* Big and little-endian load and store supportViktor Dukhovni2025-01-142-0/+14
* Fix buildinf.h generation for space and backslashKai Pastor2025-01-101-1/+3
* Add __isoc23_strtol to unix-symbols.txtBernd Edlinger2025-01-061-0/+1
* feat: support the allowedAttributeAssignments X.509v3 extensionJonathan M. Wilbur2025-01-021-0/+15
* feat: support the attributeMappings X.509v3 extensionJonathan M. Wilbur2024-12-231-0/+25
* Fix missing HISTORY doc entriesMichael Baentsch2024-12-181-1/+45
* feat: add EVP APIs for cipher pipeliningRamkumar2024-12-172-0/+6
* doc: the timeSpecification X.509v3 extensionJonathan M. Wilbur2024-12-111-0/+55
* die() in .tmpl file should not be silently ignored.Alexandr Nedvedicky2024-11-291-0/+9
* Deprecate all BIO_meth_get_*() functionsTomas Mraz2024-11-281-12/+12
* Make ossl_trace_param_values an official api functionNeil Horman2024-11-191-0/+1
* doc: the attributeDescriptor X.509v3 extensionJonathan M. Wilbur2024-11-131-0/+25
* fix: util/check-format-commit.sh - fix ending checkRichard Levitte2024-10-301-1/+1
* check-format-commit.sh: various improvements; check unstaged changes on empty...Dr. David von Oheimb2024-10-261-79/+67
* check-format-commit.sh: make awk patterns more robust for MacOS and certain f...Dr. David von Oheimb2024-10-261-5/+5
* Do not confuse TAP::Parser by mixing up stderr with stdout.Alexandr Nedvedicky2024-10-231-1/+7
* fix: let util/mkbuildinf.pl use SOURCE_DATE_EPOCH, even if it's zeroRichard Levitte2024-10-171-1/+3
* check-format-commit: call fewer unneeded processesBeat Bolli2024-10-071-3/+3
* kdfs: implement key length check in X9.42Dimitri John Ledkov2024-09-302-0/+2
* check-format.pl: do checks regarding statement/block after for() also on {OSS...Dr. David von Oheimb2024-09-241-7/+7
* doc: support the roleSpecCertIdentifier X.509v3 extensionJonathan M. Wilbur2024-09-161-0/+10
* EVP_get_default_properties - make updateDmitry Belyavskiy2024-09-161-0/+1
* feat: support the authorityAttributeIdentifier X.509v3 extensionJonathan M. Wilbur2024-09-101-0/+5
* libcrypto/libssl.num: Set the numbers for 3_4_0 symbolsTomas Mraz2024-09-062-189/+189
* Copyright year updatesTomas Mraz2024-09-057-7/+7
* util/mkinstallvars.pl: replace List::Util::pairs with out ownRichard Levitte2024-09-051-4/+33
* Refactor and Enhance Compression Field Testingerbsland-dev2024-08-291-0/+1
* EVP_MD_size() updatesslontis2024-08-291-0/+2
* Cleanups for FIPS options..slontis2024-08-282-2/+5
* fix: for exporters to work for build config, there may be two include dirsRichard Levitte2024-08-271-25/+46
* feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...Richard Levitte2024-08-271-0/+3
* feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...Richard Levitte2024-08-271-0/+3
* 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-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