summaryrefslogtreecommitdiff
path: root/providers/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Remove extra trailing semicolonRich Salz2021-04-201-1/+3
* Sanity check provider up-callsMatt Caswell2021-04-161-8/+10
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-164-29/+33
* Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz2021-04-152-3/+14
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-141-0/+2
* Add additional KMAC errorPauli2021-04-121-0/+1
* Update copyright yearMatt Caswell2021-04-083-3/+3
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-062-3/+40
* Add ossl_provider symbolsShane Lontis2021-03-182-3/+3
* Add ossl_encode symbolsShane Lontis2021-03-183-6/+6
* Fix misc external ossl_ symbols.Shane Lontis2021-03-182-4/+4