aboutsummaryrefslogtreecommitdiffstats
path: root/providers/common
Commit message (Expand)AuthorAgeFilesLines
* Restrict digest algorithm used in KDFspohsingwu2024-07-244-12/+11
* fips: correctly initialise FIPS indicator settablesPauli2024-07-191-2/+2
* Change all existing FIPS configurable checks to use FIPS indicators.slontis2024-07-115-172/+212
* Add FIPS indicator helpersslontis2024-07-111-0/+130
* rsa-pss: add tests checking for SHAKE usage in RSA-PSSDimitri John Ledkov2024-05-221-0/+1
* Exclude X25519 and X448 from capabilities advertised by FIPS providerDimitri John Ledkov2024-04-191-2/+0
* rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre2023-10-201-4/+20
* Copyright year updatesMatt Caswell2023-09-281-1/+1
* fips: use seed source requestedPauli2023-09-271-10/+43
* Copyright year updatesMatt Caswell2023-09-074-4/+4
* fips: update DSA security check to fix legacy verify strengthsPauli2023-06-151-7/+15
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-141-2/+4
* Declare FIPS option functions in their own headerPauli2023-03-292-3/+18
* proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}Čestmír Kalina2023-03-171-0/+4
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-075-2/+16
* Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell2022-11-252-2/+4
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-1/+0
* providers/common/der/oids_to_c.pm: Remove use of Data::DumperRichard Levitte2022-11-021-2/+0
* Reimplement brainpool TLSv1.3 support group supportMatt Caswell2022-10-071-6/+14
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Remove redundant check for `saltlen > UINT32_MAX`Daniel Fiala2022-06-291-1/+1
* Improve checks for invalid saltlen in DER writer.Daniel Fiala2022-06-271-3/+3
* der_writer: Use uint32_t instead of long.Daniel Fiala2022-06-271-2/+2
* Add checks for saltlen and trailerfield to rsa key writer.Daniel Fiala2022-06-271-0/+9
* Update copyright yearMatt Caswell2022-05-033-3/+3
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix copyrightsTodd Short2022-02-038-0/+55
* indentation fixPauli2022-02-011-1/+1
* prov: add a safe memdup function for context cloningPauli2022-02-012-0/+21
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* Update provider_util.c to correctly handle ENGINE referencesMatt Caswell2021-10-191-1/+30
* providers: Do not use global EVP_CIPHERs and EVP_MDsTomas Mraz2021-09-151-4/+17
* Add invalid input length errorPauli2021-08-261-0/+2
* Update copyright yearMatt Caswell2021-07-291-1/+1
* fips module header inclusion fine-tunningTomas Mraz2021-07-062-1/+4
* Update copyright yearMatt Caswell2021-06-1713-13/+13
* Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz2021-06-041-1/+1
* providers: remove TODOsPauli2021-06-021-3/+0
* providers/common/der/build.info: make a variable for ../include/provRichard Levitte2021-06-021-14/+16
* Move provider der_XXX.h.in files to the include directory.Shane Lontis2021-06-018-7/+7
* Add .asn1 dependencies for files generated from providers/common/der/*.inRichard Levitte2021-05-311-14/+14
* Add the usual autowarn perl snippet in providers/common/der/*.inRichard Levitte2021-05-3114-0/+28
* err: rename err_load_xxx_strings_int functionsPauli2021-05-262-2/+2
* Add PBKDF1 to the legacy providerJon Spillett2021-05-241-0/+3
* VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte2021-05-202-0/+48
* A few cleanups of the provider build.infosTomas Mraz2021-05-121-8/+6
* Allow arbitrary digests with ECDSA and DSATomas Mraz2021-05-123-3/+4
* Drop libimplementations.aRichard Levitte2021-05-072-3/+3
* Fix KMAC bounds checks.Shane Lontis2021-05-051-1/+3