summaryrefslogtreecommitdiffstats
path: root/providers/common
AgeCommit message (Expand)Author
2024-04-19Exclude X25519 and X448 from capabilities advertised by FIPS providerDimitri John Ledkov
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre
2023-09-28Copyright year updatesMatt Caswell
2023-09-27fips: use seed source requestedPauli
2023-09-07Copyright year updatesMatt Caswell
2023-06-15fips: update DSA security check to fix legacy verify strengthsPauli
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-03-29Declare FIPS option functions in their own headerPauli
2023-03-17proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}Čestmír Kalina
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2022-11-25Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-02providers/common/der/oids_to_c.pm: Remove use of Data::DumperRichard Levitte
2022-10-07Reimplement brainpool TLSv1.3 support group supportMatt Caswell
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-06-29Remove redundant check for `saltlen > UINT32_MAX`Daniel Fiala
2022-06-27Improve checks for invalid saltlen in DER writer.Daniel Fiala
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-27Add checks for saltlen and trailerfield to rsa key writer.Daniel Fiala
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-02-03Fix copyrightsTodd Short
2022-02-01indentation fixPauli
2022-02-01prov: add a safe memdup function for context cloningPauli
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-19Update provider_util.c to correctly handle ENGINE referencesMatt Caswell
2021-09-15providers: Do not use global EVP_CIPHERs and EVP_MDsTomas Mraz
2021-08-26Add invalid input length errorPauli
2021-07-29Update copyright yearMatt Caswell
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-06-17Update copyright yearMatt Caswell
2021-06-04Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz
2021-06-02providers: remove TODOsPauli
2021-06-02providers/common/der/build.info: make a variable for ../include/provRichard Levitte
2021-06-01Move provider der_XXX.h.in files to the include directory.Shane Lontis
2021-05-31Add .asn1 dependencies for files generated from providers/common/der/*.inRichard Levitte
2021-05-31Add the usual autowarn perl snippet in providers/common/der/*.inRichard Levitte
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-24Add PBKDF1 to the legacy providerJon Spillett
2021-05-20VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte
2021-05-12A few cleanups of the provider build.infosTomas Mraz
2021-05-12Allow arbitrary digests with ECDSA and DSATomas Mraz
2021-05-07Drop libimplementations.aRichard Levitte
2021-05-05Fix KMAC bounds checks.Shane Lontis
2021-04-22Update copyright yearMatt Caswell
2021-04-20Remove extra trailing semicolonRich Salz
2021-04-16Sanity check provider up-callsMatt Caswell
2021-04-16Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell
2021-04-15Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz